Operating System - HP-UX
1752812 Members
5855 Online
108789 Solutions
New Discussion юеВ

how to change VPMON autoexecute file

 
SOLVED
Go to solution
Rainer von Bongartz
Honored Contributor

how to change VPMON autoexecute file

I want to change the autoexecute file of my Vpar boot

currently it says

MON> getauto
hpux -lq (;0)/stand/vpmon

and I want it to change to
hpux -lq (;0)/stand/vpmon -all

to make it auto boot all Vpar's at system startup.

Any help on this task appreciated

Regards
Rainer


He's a real UNIX Man, sitting in his UNIX LAN making all his UNIX plans for nobody ...
3 REPLIES 3
melvyn burnard
Honored Contributor
Solution

Re: how to change VPMON autoexecute file

use the mkboot command to do this
example

mkboot -a "hpux /stand/vpmon -a" /dev/rdsk/bootdevicefilename
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Pete Randall
Outstanding Contributor

Re: how to change VPMON autoexecute file

Rainer,

Take a look at the subsection(s) "Autobooting the Monitor and All Virtual Partitions" and "Simulating the AUTO File on a Virtual Partition" in the "Monitor and Shell Commands" section of "Installing and Managing HP-UX Virtual Partitions (vPars)":

http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/T1335-90018/T1335-90018_top.html&con=/hpux/onlinedocs/T1335-90018/00/00/1-con.html&toc=/hpux/onlinedocs/T1335-90018/00/00/1-toc.html&searchterms=Installing%20and%20Managing%20HP-UX%20Virtual%20Partitions%20%28vPars%29&queryid=20041129-063453


Pete

Pete
Rainer von Bongartz
Honored Contributor

Re: how to change VPMON autoexecute file

Thanks Melvyn and Pete.

That worked find.

Regards
Rainer
He's a real UNIX Man, sitting in his UNIX LAN making all his UNIX plans for nobody ...