Product guide

54
EMC Fibre Channel with QLogic Host Bus Adapters in the Solaris Environment
Configuring a Boot Device on the EMC Storage Array
6. For each partition you created, change to the root directory of the
LUN you set up and dump the OS:
Example:
cd /bootarray
ufsdump 0f - /dev/dsk/c0t0d0s0 | ufsrestore rf -
7. Record the complete path of the boot LUN by running the format
command and taking note of the path listed directly below the
device.
Example: /ssm@0,0/pci@18,600000/pci@1/QLGC,qla@5/sd@0,0
8. Once the dump is done, edit
/bootarray/etc/vfstab to change
the original partitions to reflect the partitions on the new boot
disk.
Example:
vi /bootarray/etc/vfstab
Change the lines shown in bold below as follows:
Before:
After:
#device device mount FS fsck mount mount
#to mount to fsck point type pass at boot options
#
#/dev/dsk/c1d0s2 /dev/rdsk/c1d0s2 /usr ufs 1 yes -
fd - /dev/fd fd - no -
/proc - /proc proc - no -
/dev/dsk/c0t0d0s1 - - swap - no -
/dev/dsk/c0t0d0s0 /dev/rdsk/c0t0d0s0 / ufs 1 no -
/dev/dsk/c0t0d0s6 /dev/rdsk/c0t0d0s6 /usr ufs 1 no -
swap - /tmp tmpfs - yes -
#device device mount FS fsck mount mount
#to mount to fsck point type pass at boot options
#
#/dev/dsk/c1d0s2 /dev/rdsk/c1d0s2 /usr ufs 1 yes -
fd - /dev/fd fd - no -
/proc - /proc proc - no -
/dev/dsk/c2t0d0s1 - - swap - no -
/dev/dsk/c2t0d0s0 /dev/rdsk/c2t0d0s0 / ufs 1 no -
/dev/dsk/c2t0d0s6 /dev/rdsk/c2t0d0s6 /usr ufs 1 no -
swap - /tmp tmpfs - yes -