Buscar este blog

martes, 5 de marzo de 2013

Si tenemos un error al clonar discos

                                                    COMMAND STATUS
Command: failed        stdout: yes           stderr: no
Before command completion, additional instructions may appear below.
Calling mkszfile to create new /image.data file.
0301-168 bosboot: The current boot logical volume, /dev/hd5,
        does not exist on /dev/hdisk11.


0301-168 bosboot: The current boot logical volume, /dev/hd5,
        does not exist on /dev/hdisk11.
0505-121 alt_disk_install: Error.
Cleaning up.


F1=Help                      F2=Refresh                    F3=Cancel                     F6=Command
F8=Image                     F9=Shell                      F10=Exit                      /=Find
n=Find Next

# lsvg -p rootvg ==> hdisk0
# lslv -m hd5 ==> hdisk0 on PV1 1st partition
# savebase -v ==>  successful
will remove/recreate hd5
# rmlv hd5
# mklv -y hd5 -t boot -a e rootvg 1 hdisk0
# cd /dev
# rm ipldevice
# ln /dev/rhdisk0 /dev/ipldevice
# bosboot -ad /dev/ipldevice ==>  same error
# bootinfo -B hdisk0 ==>  You get 1
# ln /dev/rhd5 /dev/ipl_blv
# cd /dev - same maj/min numbers
# bosboot -ad /dev/ipldevice ==>  works!
# bosboot -ad hdisk0
alt_disk_install was able to proceed now