Operating System - HP-UX
1753768 Members
5565 Online
108799 Solutions
New Discussion

Re: bootable disk replacement

 
SOLVED
Go to solution
R.K. #
Honored Contributor

Re: bootable disk replacement

HI Roger,

1. Write LIF header and LIF files (ISL, AUTO, HPUX, LABEL):
# mkboot -l /dev/rdsk/cXtXdX
# lifls -l /dev/rdsk/cXtXdX


2. Write content of AUTO File:
# mkboot -a hpux /dev/rdsk/cXtXdX
# mkboot -a "hpux -lq" /dev/rdsk/cXtXdX
# lifcp /dev/rdsk/cXtXdX:AUTO -



3. Write content of LABEL file, i.e set root, boot, swap and dump device:
To be sure to have the latest information on the disk just do the
following steps.
# lvlnboot -r /dev//lvol3
# lvlnboot -b /dev//lvol1
# lvlnboot -s /dev//lvol2
# lvlnboot -d /dev//lvol2
# lvlnboot -v (to ckeck it)
Don't fix what ain't broke