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
st.conf file example
The following /usr/openv/volmgr/bin/driver/st.conf
file example shows targets 0-15 and LUNs 0-7.
name="st" class="scsi" target=0 lun=0; name="st" class="scsi" target=0 lun=1; name="st" class="scsi" target=0 lun=2; name="st" class="scsi" target=0 lun=3; name="st" class="scsi" target=0 lun=4; name="st" class="scsi" target=0 lun=5; name="st" class="scsi" target=0 lun=6; name="st" class="scsi" target=0 lun=7; name="st" class="scsi" target=1 lun=0; name="st" class="scsi" target=1 lun=1; name="st" class="scsi" target=1 lun=2; . <entries omitted for brevity> . name="st" class="scsi" target=15 lun=5; name="st" class="scsi" target=15 lun=6; name="st" class="scsi" target=15 lun=7;