54
AX100-Series - Installing a Fibre Channel Storage System with a Direct Connection to a Solaris Server
Making SPs Available to Server (QLogic HBAs Only)
The following sample
sd.conf
file illustrates how to add virtual
disks (LUNs), connected to a QLogic HBA, to the
kernel/drv/sd.conf
file. The lines in
bold
are added to the file.
This example adds virtual disks (LUNs) to SP A (target 0) and SP
B (target 1) of a storage system.
3. After you add entries for all of the virtual disks (LUNs), save the
/kernel/drv/sd.conf
file.
4. Reboot the server so that the HBAs can see the SPs:
reboot -- -r
name="sd" class="scsi" target=0 lun=0;
name="sd" class="scsi" target=0 lun=1;
name="sd" class="scsi" target=0 lun=2;
name="sd" class="scsi" target=0 lun=3;
name="sd" class="scsi" target=0 lun=4;
name="sd" class="scsi" target=0 lun=5;
name="sd" class="scsi" target=1 lun=0;
name="sd" class="scsi" target=1 lun=1;
name="sd" class="scsi" target=1 lun=2;
name="sd" class="scsi" target=1 lun=3;
name="sd" class="scsi" target=1 lun=4;