User Guide

© 2003, Adaptec, Inc. 39
11 Proceed to 2.8 Starting the Spheras Storage Director Client on page 43.
2.6 Solaris Post-Installation Configuration and Verification
This section contains additional items that must be configured or verified on Solaris systems.
2.6.1 Define Devices and Target/LUN Combinations
1 Modify the sd.conf file to define devices and target/lun combinations. In a console window enter:
cd /kernel/drv
Open the sd.conf file with an editor.
Include entries for multiple lun support for the SCSI disk driver:
name="sd" class="scsi" class_prop="atapi" target=0 lun=0;
name="sd" class="scsi" class_prop="atapi" target=1 lun=0;
name="sd" class="scsi" class_prop="atapi" target=2 lun=0;
name="sd" class="scsi" class_prop="atapi" target=3 lun=0;
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=0 lun=6;
name="sd" class="scsi" target=0 lun=7;
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;
name="sd" class="scsi" target=1 lun=5;
name="sd" class="scsi" target=1 lun=6;
name="sd" class="scsi" target=1 lun=7;
2 The Spheras Storage Director uses generic SCSI device nodes for controller discovery. Edit the sgen.conf file to
enable the generic SCSI device nodes. In a console window enter:
cd /kernel/drv
Open the sgen.conf file with an editor
Add the following lines:
device-type-config-list="direct";
inquiry-config-list="EUROLOGC", "FC250*";
Uncomment or add target/lun pairs where the controllers and luns exist on the SCSI bus. The contents of the
sd.conf and sgen.conf files should match the desired configuration.
Where the controllers exist on the SCSI bus is dependent on the system’s host bus adapter, SCSI configuration, and
topology. Therefore, a specific example cannot be given. One possible example follows.
name="sgen" class="scsi" target=0 lun=0;
name="sgen" class="scsi" target=0 lun=1;
name="sgen" class="scsi" target=0 lun=2;
name="sgen" class="scsi" target=0 lun=3;
name="sgen" class="scsi" target=0 lun=4;
name="sgen" class="scsi" target=0 lun=5;
name="sgen" class="scsi" target=0 lun=6;
name="sgen" class="scsi" target=0 lun=7;