Modifying the st.conf file so that Solaris discovers devices on two LUNS
The following procedure describes how to modify the st.conf file so that Solaris discovers devices on two LUNS.
To modify the st.conf file so that Solaris discovers devices on two LUNS
- Find the following line in the
st.conffile:name="st" class="scsi" target=0 lun=0;
- Replace that line and the following lines through target 5 with the following. Doing so modifies the st.conf file to include searches on non-zero LUNs.
name="st" class="scsi" target=0 lun=0; name="st" class="scsi" target=0 lun=1; name="st" class="scsi" target=1 lun=0; name="st" class="scsi" target=1 lun=1; name="st" class="scsi" target=2 lun=0; name="st" class="scsi" target=2 lun=1; name="st" class="scsi" target=3 lun=0; name="st" class="scsi" target=3 lun=1; name="st" class="scsi" target=4 lun=0; name="st" class="scsi" target=4 lun=1; name="st" class="scsi" target=5 lun=0; name="st" class="scsi" target=5 lun=1; name="st" parent="fp" target=0; name="st" parent="fp" target=1; name="st" parent="fp" target=2; name="st" parent="fp" target=3; name="st" parent="fp" target=4; name="st" parent="fp" target=5; name="st" parent="fp" target=6;