1819844 Members
2440 Online
109607 Solutions
New Discussion юеВ

Hpux 11.i rp5470

 
Fermin Jamieson
Advisor

Hpux 11.i rp5470

I know how to boot to single user mode.
Now how do I return to normal user mode or
regular mode.
Thanks
FJ
dc-comic
10 REPLIES 10
Rajeev  Shukla
Honored Contributor

Re: Hpux 11.i rp5470

Init 5 is the normal mode, so when u are in single user mode, just type init 5, it will take u to normal mode, or best it to reboot.
use reboot -r
Rashid Hamid
Regular Advisor

Re: Hpux 11.i rp5470

I think the best way is to reboot the machine. shutdown -r 0 to reboot

I'm Parit Madirono/Parit Betak Boyz
Steven E. Protter
Exalted Contributor

Re: Hpux 11.i rp5470

shutdown is the only supported way to get out of single user mode. I do not recommend the init commands.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Patrick Wallek
Honored Contributor

Re: Hpux 11.i rp5470

Actually run-level 3 is the normal multi-user mode for HP-UX, not 5. 5 is the norm for Linux, I believe.

I have brought machines back to normal multi-user mode both via 'shutdown -r' and via 'init 3' and both work equally well.
Biswajit Tripathy
Honored Contributor

Re: Hpux 11.i rp5470

Run level 3 and 4 are normal operating mode for
HP-UX and 5 or 6 are user defined levels. To be
safe, you could say "init 6" and you should be
back at the normal system operation level. But I
agree that it's better to reboot if that's not a big
issue.

- Biswajit
:-)
Patrick Wallek
Honored Contributor

Re: Hpux 11.i rp5470

Just don't do an 'init 6' if you are on a solaris machine. If I recall correctly, that initiates a reboot in solaris.
Ravi_8
Honored Contributor

Re: Hpux 11.i rp5470

Hi

when you are in single user mode
#init 3

will bring you to multiuser mode
never give up
Hoang Chi Cong_1
Honored Contributor

Re: Hpux 11.i rp5470

The normal user mode is lever 3.
Just use with "init 3" command
Looking for a special chance.......
Nguyen Anh Tien
Honored Contributor

Re: Hpux 11.i rp5470

DO AS FOLLOWING
#mount /usr
#init 3
HTH
tienna
HP is simple
Fermin Jamieson
Advisor

Re: Hpux 11.i rp5470

Thanks P.Wallek and B.Tripthy you were both proven right. Thanks again for the help
FJ
dc-comic