Operating System - HP-UX
1836820 Members
1983 Online
110110 Solutions
New Discussion

reset root password for rx7640 hpux 11i v2

 
SOLVED
Go to solution
kenken_3
Regular Advisor

reset root password for rx7640 hpux 11i v2

Hi, I used a ignite tape to install a new rx7640 server with hpux 11i v2. the server is up and running.

However I can't recall the root password of the ignite tape.

any proper way to go into the single user mode and reset the password.

thanks
wang & wang
4 REPLIES 4
Sunny Jaisinghani
Trusted Contributor

Re: reset root password for rx7640 hpux 11i v2

step 1: reboot
step 2: stop the boot sequence and go to the isl prompt.
step 3: run hpux -is
step 4: reset the password.

Sunny Jaisinghani
Trusted Contributor
Solution

Re: reset root password for rx7640 hpux 11i v2

Raj D.
Honored Contributor

Re: reset root password for rx7640 hpux 11i v2

Kenken,

1.Interupt the boot sequence at EFI boot, ( waiting 10 scond)

2. Choose to bot from Primary boot.

3.boot vmunix --> interupt.

4. at the EFI prompt type
EFI> boot vmunix -is

you will get # prompt.

# passwd root
Enter new password:
Confirm:

# shutdown -r -y 0

Cheers,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
kenken_3
Regular Advisor

Re: reset root password for rx7640 hpux 11i v2

what Raj said is right.

Moreover, my machine is a trusted machine. Therefore, I have to modify the tcb/files/auth/r/root file.

Thanks a lot.
wang & wang