LVM/VxVM and vPars sx2000 Upgrade

14
18.2. Go to the vPars console, press Control-A:
# ^A
[vpar_name]
18.3. Check that the boot device special filename as written down in preparation step 4.4.2 of the previous section titled
Determining What Is Configured In Each Npartition maps to the correct hardware path (remember that the H/W path will
have changed according to Table 1).
# ioscan -fnk /dev/dsk/c9t10d0
Class I H/W Path Driver S/W State H/W Type Description
========================================================================
disk 6 2/0/1/1/0.10.0 sdisk CLAIMED DEVICE HP 73.4GMAT3073NC
/dev/dsk/c9t10d0 /dev/rdsk/c9t10d0
/dev/dsk/c9t10d0s1 /dev/rdsk/c9t10d0s1
/dev/dsk/c9t10d0s2 /dev/rdsk/c9t10d0s2
/dev/dsk/c9t10d0s3 /dev/rdsk/c9t10d0s3
18.4. Get the device filenames which are part of the root volume group:
# vgscan
vgscan: Warning: couldn't query physical volume "/dev/dsk/c9t10d0s2":
The specified path does not correspond to physical volume attached to this volume group
vgscan: Warning: couldn't query all of the physical volumes.
vgscan: The physical volume "/dev/dsk/c9t10d0s2" is already recorded in the "/etc/lvmtab"
file.
Following Physical Volumes belong to one Volume Group.
Unable to match these Physical Volumes to a Volume Group.
Use the vgimport command to complete the process.
/dev/dsk/c9t10d0s2
The Volume Group /dev/vg00 was not matched with any Physical Volumes
18.5. Remove the old root volume group information:
# vgexport /dev/vg00
18.6. Import the root volume group, using the files saved in Procedure A.1:
# mkdir /dev/vg00
# mknod /dev/vg00/group c 64 0x00000
# vgimport -m /mapfile.vg00 –f /pvs.vg00 /dev/vg00
Warning: A backup of this volume group may not exist on this machine.
Please remember to take a backup using the vgcfgbackup command after activating the
volume group.
18.7. Activate the root volume group:
# vgchange –a y /dev/vg00
Activated volume group
Volume group "/dev/vg00" has been successfully changed.
18.8. Verify that the hardware path for the boot device matches the primary boot path:
# lvlnboot –v /dev/vg00
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c9t10d0s2 (2/0/1/1/0.10.0) -- Boot Disk
Boot: lvol1 on: /dev/dsk/c9t10d0s2
Root: lvol3 on: /dev/dsk/c9t10d0s2
Swap: lvol2 on: /dev/dsk/c9t10d0s2
Dump: lvol2 on: /dev/dsk/c9t10d0s2, 0
18.9. Update the LVM metadata with the new boot physical volumes hardware paths:
# lvlnboot –R /dev/vg00
Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf
18.10. Reboot the virtual partition:
# reboot –s
18.11. Go to 18.1 for the next virtual partition