HPE 9000 and HPE e3000 Servers
1752579 Members
4630 Online
108788 Solutions
New Discussion юеВ

reset the root password in single user mode

 
SOLVED
Go to solution
Nimish Shah
New Member

reset the root password in single user mode

I have lost the root password for HP 9000 Series K570 class server running HP-UX 11.0. Can some one advise me on how to log on as single user mode and change the root password.

I tried from IPL "hpux -iS" and then "passwd root" But this prompts for the old password which I do not have.

Thanking you in anticipation.
4 REPLIES 4
Jeff Schussele
Honored Contributor
Solution

Re: reset the root password in single user mode

Hi,

Yes, hpux -is is the route to single user mode.
But it sounds like you're running in Trusted Mode, so you may want to go to
/tcb/file/auth/r & vi root to remove the current PW. Then you can run /sbin/passwd root to set a new one. Remember to leave the :\ at the end of the u_pwd field as they're the separators.
You'll have to mount /usr to get the vi command available.
You could just run /sbin/mount -a to mount 'em all beforehand.

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Nimish Shah
New Member

Re: reset the root password in single user mode

Hi Jeff,

Thanks for the response. I am not able to mount the /usr to use vi? When I issue command "mount -a /usr" it returns me the usage for mount command. Any suggestions plz.
Robert-Jan Goossens
Honored Contributor

Re: reset the root password in single user mode

Hi,

just mount -a without /usr behind the command.

# /sbin/mount -a

HTH,
Robert-Jan
Slawomir Gora
Honored Contributor

Re: reset the root password in single user mode

Hi,

You could just run /sbin/mount -a without /usr
it will mount all filesystem listed in /etc/fstab file

# mount -a