1833587 Members
3975 Online
110061 Solutions
New Discussion

problem with mkboot

 
SOLVED
Go to solution
jimmy_39
Advisor

problem with mkboot

hi guys
i have a problem with mkbot command .
I want to see which path is setting on the mirror boot disk

Example
"hpux -lq /stand/vmunix"
2 REPLIES 2
Mister_Z
Frequent Advisor
Solution

Re: problem with mkboot

Jimmy,

you can see the contents of the AUTO file using:
#lifcp /dev/dsk/cxtydz:AUTO -

where /dev/dsk/cxtydz is the device file for the bootable disk.

Hope this helps.

I work for HP
Jeff Schussele
Honored Contributor

Re: problem with mkboot

Hi Jimmy,

You have to use the raw disk in the lifcp & mkboot commands:

lifcp /dev/rdsk/cXtYdZ:AUTO -

and your mkboot command would be like

mkboot -a "hpux -lq" /dev/rdsk/cXtYdZ

the /stand/vmunix is implicit & not required.

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!