Operating System - HP-UX
1753485 Members
4239 Online
108794 Solutions
New Discussion юеВ

Re: Single User on Virtual Partition

 
SOLVED
Go to solution
Susan Pellerito
Advisor

Single User on Virtual Partition

I need to increase /var in order to install a patch bundle. I am having a problem getting to single user on this OS which is a virtual partition. When I wait to interrupt the boot, I simply see a message regarding MON booting the partition and have no option to interrupt. Am I missing something? Help please!
4 REPLIES 4
Joelmel Roche
Valued Contributor
Solution

Re: Single User on Virtual Partition

Hi Susan,

You can boot the second vPar from the first,
and pass boot options to boot vpar2 in to single-user mode.
For example:
vpar1/# vparboot -p vpar2 -o "-is"

In MON:
MON>
MON> vparload -p vpar2 -o "is"

Sameer_Nirmal
Honored Contributor

Re: Single User on Virtual Partition

Assuming you have standalone Vpar, you need to change the AUTO file content.
Check the current content using
# lifcp :AUTO -

Modify it using
# mkboot -a 'hpux /stand/vpmon'

Check the auto file as mentioned above.

Reboot the Vpar and you will get to MON prompt. Boot the server in single user mode using

MON > vparload -p -o "-is"
Torsten.
Acclaimed Contributor

Re: Single User on Virtual Partition

Hi Susan,

see also this thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1146308

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!   
Susan Pellerito
Advisor

Re: Single User on Virtual Partition

Thanks so much for your suggestions. The suggestion to vparboot to single user from the running partition did the trick.