- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Password forgotten
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
10-30-2000 04:28 AM
10-30-2000 04:28 AM
I have an old 710 workstation with HP-UX 10.20 and don?t remember the password for root.
How could I access to system without install the Operating System ?
Regards,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2000 04:37 AM
10-30-2000 04:37 AM
Re: Password forgotten
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2000 04:40 AM
10-30-2000 04:40 AM
Re: Password forgotten
You can break the password by going into single user mode
here is the procedure...
boot the system
press any key and stop autoboot
say Yes to ISL mode
at ISL mode type hpux -is
it'll go to single user mode
edit the /etc/passwd file and remove the old password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2000 04:40 AM
10-30-2000 04:40 AM
Re: Password forgotten
To boot into single-user mode:
1. Interrupt the boot by pressing any key when you see "...press any key within 10 seconds" during the startup sequence.
2. Enter "bo pri" for "boot primary" when asked for the boot path.
3. Enter "Y" when asked "Interact with IPL?".
4. Enter "hpux -is" in response to the next ISL> prompt.
You will be in single user mode. Use the passwd command to change the password. When done I prefer to do a "shutdown -ry 0" to startup normally and fully.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2000 04:40 AM
10-30-2000 04:40 AM
Re: Password forgotten
you just have to boot in the single user mode. In this mode you can set the root password.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2000 06:00 AM
10-30-2000 06:00 AM
Solutionas i know interrupting auto boot can be done with pressing and holding the Escape key at boot time until a menu appears.
Then type: boot pri isl
At ISL> prompt type:hpux -is boot
When you get the # prompt type: passwd root
Enter twice time Return and the password for root is now Return.
Regards