1826523 Members
4076 Online
109695 Solutions
New Discussion

Re: VPars Query

 
SOLVED
Go to solution
Pete Randall
Outstanding Contributor

VPars Query

I need to boot a VPar into single user mode and override LVM quorum at the same time. Is the correct syntax 'vparload -p vparname -o "-is -lq"' or should there be multiple '-o' options?


Pete

Pete
4 REPLIES 4
Torsten.
Acclaimed Contributor
Solution

Re: VPars Query

Hi Pete,

as far as I remember I never did this, but the man page says

"[-o boot_options]" - option*s*

so I would try
-o "-is -lq"

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!   
Pete Randall
Outstanding Contributor

Re: VPars Query

Thanks, Torsten. I'll give that a try. I assume that if that doesn't work I can just try other syntaxes (what is the plural of syntax, anyway?).

I'll let you know.


Pete

Pete
Torsten.
Acclaimed Contributor

Re: VPars Query

BTW, from the running system it is

# vparboot

from the mon it is

MON> vparload


(I'm always not sure about this except this time).

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!   
Pete Randall
Outstanding Contributor

Re: VPars Query

Yes, that much I was able to figure out!


Pete

Pete