- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Root password
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 07:00 AM
03-31-2006 07:00 AM
Root password
I have two hp box installed HP-UX 11.11 we use the ssh for login, suddenly the root passwd of both Server has locked then I login by sudo and tried for change the root password but I am getting error as below.
Please Help...........................
Regds
Bhupal
$ sudo su
Password:
# su -
You have mail.
Value of TERM has been set to "xterm".
WARNING: YOU ARE SUPERUSER !!
root@hp124::/->passwd root
Changing password for root
Old password:
Last successful password change for root: Thu Sep 29 14:40:54 2005
Last unsuccessful password change for root: Fri Mar 31 11:44:22 2006
Password cannot be changed. Reason: password lifetime has passed.
root@hp124::/->
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 07:06 AM
03-31-2006 07:06 AM
Re: Root password
If so, look into the /usr/lbin/modprpw command.
There are options to unlock, reactivate, refresh, etc
man modprpw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 07:07 AM
03-31-2006 07:07 AM
Re: Root password
If the system is trusted, you use the following command to reset the counters.
/usr/lbin/modprpw -k root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 07:09 AM
03-31-2006 07:09 AM
Re: Root password
do
usermod -f 0
and then change the password
to remove password aging
passwd -x -1
/usr/lbin/modprpw -l -k
/usr/lbin/modprpw -l -v
Hope it helps
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 08:23 AM
03-31-2006 08:23 AM
Re: Root password
Thank you very much, passwd has been changed in both server.
thanks ones more.