Operating System - HP-UX
1830499 Members
2537 Online
110006 Solutions
New Discussion

What file have string boot hp-ux 11.11?

 
SOLVED
Go to solution

What file have string boot hp-ux 11.11?

I have a system with OS HP-UX 11.11, but I need edit the file with boot string.
I need change the file "hpux /stand/vmunix -lq" to "hpux /stand/vpmon -a"

What file can I change this string?
3 REPLIES 3
Ganesan R
Honored Contributor
Solution

Re: What file have string boot hp-ux 11.11?

Hi,

The change which you mention is to enable vpar's.

You need to edit the AUTO file which is there in the LIF volume.


#mkboot -a "hpux /stand/vpmon -a"

Best wishes,

Ganesh.
john123
Trusted Contributor

Re: What file have string boot hp-ux 11.11?

For a integrity server you should use
mkboot â a â boot vpmon â aâ dev/rdsk/c#t#d#

Regds
John

Re: What file have string boot hp-ux 11.11?

Ok,

Thanks.