Q-Logic 2300 series Network Card User Manual


 
3 – QCP2340/2342
FCode
3-12 CF2351102-00 F
Q
9. Edit the new vfstab file to properly mount the new partitions during boot. In this
case, each reference to c0t0d0s0 is changed to c3t130d0s0. For example:
vi /mnt/etc/vfstab
10. Shut down the system. Type the following:
/sbin/init 0
11. Boot from the newly created boot disk. For example:
boot /pci@1f,0/pci@1/QLGC,qla@4/sd@82,0
NOTE: The target device ID (sd@82) is in hexadecimal. The decimal value
is used in step 3.
12. View the current dump device setting. For example:
# dumpadm
Dump content: kernel pages
Dump device: /dev/dsk/c0t0d0s1 (swap)
Savecore directory: /var/crash/saturn
Savecore enabled: yes
13. Change the dump device to the swap area of the new boot drive. For example:
# dumpadm -d /dev/dsk/c3t130d0s1
NOTE: Steps 14 and 15 set the newly created boot disk as the default boot
disk. These steps are performed at the system OBP (ok) prompt.
14. Create an alias entry for the new boot device (optional). For example:
ok nvalias fibredisk /pci@1f,0/pci@1/QLGC,qla@4/sd@82,0
15. Set default boot device to be the new boot device (optional). For example:
ok setenv boot-disk fibredisk