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

April 05, 2011
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 

Related Posts

  • Hp-Ux File System ConfigurationFile System ConfigurationSome file systems are static in nature and won’t change unless you’re doing some type of upgra ...
  • HP-UX Minimal OS InstallationHP-UX Minimal OS InstallationTo cold-install HP-UX 11.0, you must have the following:A supported HP 9000 server or work ...
  • Hp-Ux APPENDIX – Network ParametersAPPENDIX B – Network Parametersip_send_redirects – causes the machine not to emit any ICMP redirect Packets. Under ...
  • Hp-Ux LSOF softwareLSOFThis utility is used to list files, sockets, etc opened by processes. It also gives a large amount of other related ...
  • Hp-UX User Access ControlUser Access ControlTight controls must be maintained on user’s accounts. You should only have accounts on a system that ...
Next Article
« Prev Post

No comments