Dell Emulex Family of Adapters User Manual
Page 1568

Boot Version 10.2 for NIC, iSCSI, FCoE, and RoCE Protocols User Manual
P010097-01B Rev. A
4. Configuring Boot from SAN for the FCoE Protocol
Solaris
1568
umount /usr2
14. Copy the export/home file system:
mount /dev/dsk/clt1d0s7 /export2
ufsdump 0f - /dev/rdsk/c0t0d0s7 | (cd /export2; ufsrestore rf -)
umount /export2
15. Perform copy:
mount /dev/dsk/clt1d0s0 /root2
ufsdump 0f - /dev/rdsk/c0t0d0s0 | (cd /root2; ufsrestore rf -)
16. Edit /root2/etc/vfstab, changing the controller number, target number and LUN
number to point to the new FC boot disk. For example, if the FC boot disk is c1t1d0,
replace all local disk entries of c0t0d0 with c1t1d0.
Currently file shows:
/dev/dsk/c0t0d0s1 (swap)
/dev/dsk/c0t0d0s0 and /dev/rdsk/c0t0d0s0 (root)
/dev/dsk/c0t0d0s6 and /dev/rdsk/c0t0d0s6 (usr)
/dev/dsk/c0t0d0s7 and /dev/rdsk/c0t0d0s7 (export)
Edit file to show:
/dev/dsk/c1t1d1s1 (swap)
/dev/dsk/clt1d0s0 and /dev/rdsk/c1t1d0s1 (root)
/dev/dsk/clt1d0s6 and /dev/rdsk/c1t1d0s6 (usr)
/dev/dsk/clt1d0s7 and /dev/rdsk/c1t1d0s7 (export)
17. Reboot the system:
sync
halt
reset-all
18. Boot to disk:
boot disk
The system should boot to the FC disk.
19. View the current dump device setting:
dumpadm
20. Change the dump device to the swap area of the FC drive:
dumpadm -d /dev/dsk/c1t1d0s1
where /dev/dsk/c1t1d0s1 is a sample path to the swap area of the FC drive.