2 – QLA2340/2340L |
| |
FCode |
| |
|
|
|
|
|
|
The following displays: | ||
Calculating | NVRAM checksum, please wait.... done | |
Boot device | login successful | |
Boot WWN - 20000020 37009eeb WWPN - 22000020 37009eeb | ||
Id - 82 | Lun - 0 | |
ok |
|
|
6.To boot the QLA2340/2340L HBA, type the complete boot path, including the loop ID and LUN. The loop ID and LUN must match those entered in step 5. For example:
ok boot /pci@1f,0/pci@1/QLGC,qla@4/sd@82,0
NOTE: Enter the reset command before attempting to boot if the boot was interrupted or any of the QLogic FCode commands were executed.
2.4.6
Building the Bootable Disk
This procedure assumes that the system is already booted from an existing system hard disk, and that you have already performed a full system backup.
The device path on each system differs, depending on the PCI bus slot, target ID, LUN, etc. The device name shown in this example is for a device on the third PCI bus slot, target ID 130, LUN 0, slice 0.
You must have already completed the steps in the previous sections before attempting to create a bootable disk.
To build a bootable disk, perform the following steps:
1.Determine the amount of disk space used/available on your current boot disk. Use the df command for a listing. For example:
/usr/bin/df -k -l
Filesystem | kbytes | used | avail | capacity | Mounted on |
/dev/dsk/c0t0d0s0 | 2577118 | 1650245 | 875331 | 66% | / |
/proc | 0 | 0 | 0 | 0% | /proc |
fd | 0 | 0 | 0 | 0% | /dev/fd |
mnttab | 0 | 0 | 0 | 0% | /etc/mnttab |
swap | 1310480 | 0 | 1310480 | 0% | /var/run |
swap | 1311344 | 864 | 1310480 | 1% | /tmp |
/dev/dsk/c0t0d0s7 | 5135326 | 114 | 5083859 | 1% | /home |
This df example shows that the current boot disk is /dev/dsk/c0t0d0s(x). There are two partitions of interest, slice 0 (/) and slice 7 (/home). Slice 0 uses 1.65 GB and has 875 MB free. Slice 7 uses 114 MB and has 5 GB free. Therefore, slice 7 (/home) contains enough disk space to store the temporary saveset files.
|