Dell Emulex Family of Adapters User Manual
Page 1567
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
1567
where:
wwpn|did|alpa is the device WWPN, DID, or AL_PA of the storage device.
lun is the LUN number in hexadecimal. To enter it in decimal, enter d# [lun].
target_id is the target ID in hexadecimal. To enter it in decimal, enter d#
[target_id].
Note: Emulex recommends using the WWPN in most cases. The DID and AL_PA
may change between boots, causing the SAN boot to fail, unless the DID and
AL_PA are specifically configured to not change between boots.
Example 1: alpa=e1, lun=100 (decimal) and target id=10 (decimal):
alpa e1 d# 100 d# 10 set-boot-id
Example 2: wwpn=50000034987AFE, lun=af (hexadecimal) and target id=10
(decimal):
wwpn 50000034987AFE af d# 10 set-boot-id
Example 3: did=6312200, lun=25 (hexadecimal) and target id=f (hexadecimal):
did 6312200 25 f set-boot-id
5. Boot to the original local disk to set up the FC disk that you just defined. Type:
boot local_disk
where local_disk is the complete path or the alias of the original boot disk.
6. Run the format utility:
format
7. Select the target disk to become the new boot disk (for example, c1t1d0).
8. Select the partition option and partition the disk as desired.
9. Select the label option and write a volume label to the target disk.
For help with the format utility, see the man page man format.
10. Install the boot on partition 0 of the target disk. (Type this command as one line.)
installboot /usr/platform/ `uname -i`/lib/fs/ufs/bootblk
/dev/rdsk/clt1d0s0
11. Create a filesystem for each partition that contains a mounted filesystem:
newfs -v /dev/rdsk/clt1d0s0 (becomes root)
newfs -v /dev/rdsk/clt1d0s6 (becomes usr)
newfs -v /dev/rdsk/clt1d0s7 (becomes export/home)
12. Create temporary mount points for the new partitions:
mkdir root2
mkdir usr2
mkdir export2
13. Mount, copy, then unmount the usr2 file system:
mount /dev/dsk/clt1d0s6 /usr2
c0t0d0s6 ufsdump 0f - /dev/rdsk/c0t0d0s6 | (cd /usr2; ufsrestore
rf -)