- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- root password recovery
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
11-06-2001 10:43 PM
11-06-2001 10:43 PM
root password recovery
the operating system is HP-UX dated around 1992
also can anyone tell me where i can locate an manual for a HP9000 series 835 unit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 10:49 PM
11-06-2001 10:49 PM
Re: root password recovery
Boot it in single user mode then change password.
Regards
Animesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 10:50 PM
11-06-2001 10:50 PM
Re: root password recovery
To reset the root password try this,
Boot the system, it will ask you to press esc/any key to interrupt thr boot process. Press esc/some other key to interrupt the boot process. At the prompr type "bo pri" to boot using the primary path. It will ask you whether you want to interact with IPL. Select "Y". Once done, the system should boot and you should get the ipl prompt IPL>.
Type "hpux -is" at the prompt.
IPL>hpux -is
This should boot the system in single user mode without asking you for the root password. You can now use the "passwd" command to change the password.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 11:31 PM
11-06-2001 11:31 PM
Re: root password recovery
The answers to change a root passwor are already given in the previous answers.. But if you want to unblock the userid "root" as it gets blocked if you mistype repeatedly as set in the machine you can use the below command
#/usr/lbin/modprpw -k root
Hope it helps..
cheers !!!
Mathew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 11:43 PM
11-06-2001 11:43 PM
Re: root password recovery
You need to boot into single user mode as suggested by Sanjay. You will not be able to use the 'modprpw' program as this wasn't available until 1996 with the introduction of HPUX 10.x
You can the passwd with either the passwd porgram or editing the password file using 'vipw'.
Hope this clarifies things.
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 11:53 PM
11-06-2001 11:53 PM
Re: root password recovery
No way to retrieve the lost password, unless you know how to decode the /etc/passwd file.
To change the passwd get into single user mode
(#reboot
press any key in 10 secs.(press any key)
prompt> boot Px (x is the path no.)
interact with ISL(y/n) y
ISL> hpux -iS
#mount -a
# passwd root)
#init 3
now your root password will be the one you had given