- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Recover 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-24-2003 01:52 PM
03-24-2003 01:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 02:00 PM
03-24-2003 02:00 PM
Solution1) Interrupt the boot by pressing
2) BOOT PRI
3) Interact with IPL? Y
4) At ISL> enter hpux -is
5) You will then come up as root in single-user mode and can use the passwd command to set a new root passwd. You can then boot normally.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 02:02 PM
03-24-2003 02:02 PM
Re: Recover Password
Boot the system into single user mode. To do it, reboot the system (hard reset or through GSP's rs utility), stop the boot, interact with ISL.
ISL>hpux -is
This will put you into single user mode without asking for the password. You can change the password there. If you cannot, then you can edit /etc/passwd file or /tcb/files/auth/r/root (if the system is trusted) and remove the encrypted entry.
If yours is trusted and if you enabled "password required on single user mode", then you will have to boot the system through Recovery CD (10.20) or Install/Recovery CD (11.0). There is a bit procedure involved in activating the root disk.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 02:02 PM
03-24-2003 02:02 PM
Re: Recover Password
#passwd
It will prompt you for the new password twice. Then reboot it with shutdown:
#shutdown -ry 0
and let it reboot and come up normally.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 02:02 PM
03-24-2003 02:02 PM
Re: Recover Password
interrupt the boot sequence when the 10 second warning appears.
from the prompt
BO
interact with ISL (yes)
ISL> hpux -is
This will boot the system into single user mode and you should have the '#' displayed. If the system is not trusted, then you can at this point change the password.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 02:04 PM
03-24-2003 02:04 PM
Re: Recover Password
What clay suggests is all that you are left with.
So try doing that. Also, check if your system was on NIS. Were you using "sudo", if yes, then you can do a rlogin to this system and change the root password.
Sudo has many advantages. Try setting it up if you haven't upto now. You may do this in case you have multiple systems.
Enjoy
Anil