Tuesday, April 5, 2011

CREATING A BOOT DISK – ROOT VOLUME in HP-UX SERVER

CREATING A BOOT DISK – ROOT VOLUME in HP-UX SERVER 


1. First create a bootable logical volume disk. 
#pvcreate –B /dev/rdsk/c0t1d0  


2. Add the PV to vg00. 
#vgextend /dev/vg00 /dev/dsk/c0t1d0
 

3. Place Boot Utilities on disk:   
#mkboot /dev/rdsk/c0t1d0 


4. Add the AUTO File to the LIF area:  
#mkboot –a “hpux –lq (;0)/stand/vmunix” /dev/rdsk/devicefile 

Share this

0 Comment to "CREATING A BOOT DISK – ROOT VOLUME in HP-UX SERVER"

Post a Comment