- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- root account disable, whar can I do for enable?
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
07-15-2004 10:02 AM
07-15-2004 10:02 AM
Can some one help me, I have a HP Workstation and I need to know who enable and reset the root account password?
Thanks
Medina
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2004 10:32 AM
07-15-2004 10:32 AM
Solutionif you know the password but the root account is locked then you can unlock by logging in to the console as root.
To boot in single user mode
1) reboot the system
2) Press any key to discontinue the autoboot
3) type "BO"
4) Interact with ISL > Y
5) ISL> hpux -is
6) You will get the # prompt. use the passwd command to change the password.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2004 10:43 AM
07-15-2004 10:43 AM
Re: root account disable, whar can I do for enable?
I reboot the WS in single mode , but when try to change the password they prompt for old password nad when type the old password they give me a messages like "sorry".
I try before enable with "modprpw -k root", thats is correct to enable root?
I apreciate your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2004 10:44 AM
07-15-2004 10:44 AM
Re: root account disable, whar can I do for enable?
I reboot the WS in single mode , but when try to change the password they prompt for old password nad when type the old password they give me a messages like "sorry".
I try before enable with "modprpw -k root", thats is correct to enable root?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2004 10:49 AM
07-15-2004 10:49 AM
Re: root account disable, whar can I do for enable?
But you dont have to execute modprpw if you logon to the console (atleast not in 11i).
So, you forgot the root password or trying to unlock the account ?
If trusted system, passwd will ask for the old password even for root.
Once in single used mode, edit /tcb/files/auth/r/root file and delete the value for the field u_pwd and try changing the password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2004 10:54 AM
07-15-2004 10:54 AM
Re: root account disable, whar can I do for enable?
2) # mount /usr
# mount /var
# vi /tcb/files/auth/r/root
delete the value next to u_pwd
# passwd root
New password:
-- Sundar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2004 11:09 AM
07-15-2004 11:09 AM
Re: root account disable, whar can I do for enable?
Is working now..
I appeciated your help