1753792 Members
7374 Online
108799 Solutions
New Discussion

Re: mkboot

 
TelstraMidrange
Regular Visitor

Re: mkboot

Hi Team,

 

Just want to know the difference between below . Just giving hpux is wrong ? will that corrupt the boot paths / boot settings

mkboot -a "hpux" /dev/rdsk/c12t0d4
mkboot -a "hpux" /dev/rdsk/c12t0d3

mkboot -a "hpux /stand/vpmon -a"  /dev/rdsk/c12t0d4
mkboot -a "hpux /stand/vpmon -a" /dev/rdsk/c12t0d3

 

Thanks and Regards,

HPUX Admin

Torsten.
Acclaimed Contributor

Re: mkboot

mkboot -a "hpux" /dev/rdsk/c12t0d4
mkboot -a "hpux" /dev/rdsk/c12t0d3

This is making a boot entry to start the HPUX kernel.

mkboot -a "hpux /stand/vpmon -a"  /dev/rdsk/c12t0d4
mkboot -a "hpux /stand/vpmon -a" /dev/rdsk/c12t0d3

This is making a boot entry to start the VPMON (vPARS) on the host system and start all virtual machines automatically.


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!