Chapter 3 Setting the Operating System
3.1 Solaris OS
FUJITSU Storage ETERNUS LT20 S2/LT40 S2/LT60 S2 Tape Library User’s Guide -Server Connection-
Copyright 2021 FUJITSU LIMITED P3AM-5322-12ENZ0
38
3.1.3.2 Getting the Server to Recognize the Device
(1)Check the settings.
Add the descriptions of the device to the st driver setting file (/kernel/drv/st.conf) by using a text editor
(such as vi).
• Example
- FC-AL connection
For "target=", specify the Loop-ID that is set in the LT20 S2/LT40 S2/LT60 S2.
- Fabric connection (for SE0X7F11X or SE0X7F12X only)
For "target=", specify the target ID of the "fcp-bind-target" parameter that is described in the setting file
of the HBA device driver (/kernel/drv/fjpfca.conf).
(2)Restart the server.
Reconfigure and restart the server to make the server recognize the registered device. Execute the
following command:
#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#
#pragma ident "@(#)st.conf 1.34 04/06/24 SMI"
#
name="st" class="scsi" target=0 lun=0;
name="st" class="scsi" target=1 lun=0;
name="st" class="scsi" target=2 lun=0;
name="st" class="scsi" target=3 lun=0;
name="st" class="scsi" target=4 lun=0;
name="st" class="scsi" target=5 lun=0;
name="st" class="scsi" target=6 lun=0;
#
# In case there are wide tape drives, one can use these targets
#
#name="st" class="scsi" target=8 lun=0;
#name="st" class="scsi" target=9 lun=0;
#name="st" class="scsi" target=10 lun=0;
#name="st" class="scsi" target=11 lun=0;
#name="st" class="scsi" target=12 lun=0;
#name="st" class="scsi" target=13 lun=0;
#name="st" class="scsi" target=14 lun=0;
#name="st" class="scsi" target=15 lun=0;
# This line adds support for Fibre Channel Tapes
name="st" parent="fp" target=0;
The setting file does not need to be edited for SE0X7F21X, SE0X7F22X, SE0X7F31X, or SE0X7F32X.
# touch /reconfigure
# /usr/sbin/shutdown -y -g0 -i6