Please enter search query.
Search <book_title>...
Veritas NetBackup™ Device Configuration Guide
Last Published:
2018-09-17
Product(s):
NetBackup (8.3.0.1, 8.3, 8.2, 8.1.2)
- Introducing device configuration
- Section I. Operating systems
- Linux
- About the required Linux SCSI drivers
- About configuring robot and drive control for Linux
- Solaris
- Installing/reinstalling the sg and the st drivers
- About Solaris robotic controls
- About Solaris tape drive device files
- Configuring Solaris SAN clients to recognize FT media servers
- Windows
- Linux
- Section II. Robotic storage devices
- Robot overview
- Oracle StorageTek ACSLS robots
- About removing tapes from ACS robots
- Robot inventory operations on ACS robots
- NetBackup robotic control, communication, and logging
- ACS robotic test utility
- ACS configurations supported
- Device configuration examples
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.conf
file: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;