Operating System - HP-UX
1833767 Members
1986 Online
110063 Solutions
New Discussion

boot vmunix -lm... how to go to multiuser mode?

 
SOLVED
Go to solution
Adam Garsha
Valued Contributor

boot vmunix -lm... how to go to multiuser mode?

Question: if you have done some work in LVM maintenance mode and now want to try to bring the OS to multiuser mode to check things out (without rebooting again), what are the BEST steps with HP-UX?

bcheckrc?
init 6?
6 REPLIES 6
Adam Garsha
Valued Contributor

Re: boot vmunix -lm... how to go to multiuser mode?

Looks like reboot required since temporary /dev/root is used and you cant change your root with the OS up. Makes sense.
DCE
Honored Contributor

Re: boot vmunix -lm... how to go to multiuser mode?


try init 3
Pete Randall
Outstanding Contributor

Re: boot vmunix -lm... how to go to multiuser mode?

Actually the best way is to reboot. You can do init 6, but you will probably end up with your / file system mounted under a different name (sorry, can't remember the name) and this may ultimately cause you problems.


Pete

Pete
Torsten.
Acclaimed Contributor
Solution

Re: boot vmunix -lm... how to go to multiuser mode?

You *may* go further, but you should never do this.

Always *Reboot* the system!

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Robert-Jan Goossens
Honored Contributor

Re: boot vmunix -lm... how to go to multiuser mode?

Hi,

If you booted your system in lvm maintenance mode it is a good habbit to reboot (shutdown -r -y now or reboot) to multi user mode.

example doc.
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000068955762

--
6. Maintenance mode only:

Reboot your system into multi user mode.
--
Regards,
Robert-Jan
rariasn
Honored Contributor

Re: boot vmunix -lm... how to go to multiuser mode?

Hi,

Best

# reboot -r

or

# more /etc/inittab|grep ^init

# init 'value_number_grep'

rgs,

ran