Q-Logic 4000 SERIES Network Card User Manual


 
6 – Solaris Driver Installation
Target and LUN Support Tape Devices
6-4 IS0053301-00 D
Q
4. Continuing sequentially, add additional code identifying target IDs up to 255.
For example, add the following text to the sd.conf file:
name="sd" class="scsi" target=7 lun=0
name="sd" class="scsi" target=8 lun=0
.
.
.
name="sd" class="scsi" target=255 lun=0
5. If you have targets with more than one LUN, add an identification line for each
LUN. For example, if there are four LUNs attached to target ID 100, add the
following text to the sd.conf file:
name="sd" class="scsi" target=100 lun=0 (added in step 4)
name="sd" class="scsi" target=100 lun=1
name="sd" class="scsi" target=100 lun=2
name="sd" class="scsi" target=100 lun=3
6. Save and exit the sd.conf file.
7. Type the following command to restart and reconfigure the system:
reboot -- -r
6.4
Target and LUN Support Tape Devices
If you have tape devices with target IDs greater than ID6 and/or more than one LUN
attached, perform the following steps for the OS to support your tape devices:
1. Login as root.
2. Edit the sd.conf file with your favorite editor. For example:
vi /kernel/drv/st.conf
3. Add the appropriate text to identify your tape devices and LUNs. For example,
if you have a tape device at target ID 16 with three attached LUNs, type the
following:
name="st" class="scsi" target=16 lun=0
name="st" class="scsi" target=16 lun=1
name="st" class="scsi" target=16 lun=2
4. Save and exit the st.conf file.
5. Type the following command to restart and reconfigure the system:
reboot -- -r