Veritas NetBackup™ Device Configuration Guide
- Introducing device configuration
- Section I. Operating systems
- AIX
- About configuring tape drive device files in AIX
- Creating AIX no rewind device files for tape drives
- HP-UX
- About device drivers and files for HP-UX persistent DSFs
- About configuring persistent DSFs
- About HP-UX legacy device drivers and files
- About configuring legacy device files
- 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
- AIX
- 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
HP-UX command summary
The following is a summary of commands that may be useful when you configure and verify devices. For usage examples, see the procedures in this chapter.
ioscan -C class -f
Shows the information about the physical interfaces. Numeric information is displayed in decimal.
class is the type of interface, as follows:
tape specifies tape drives.
ext_bus specifies SCSI controllers.
mknod /dev/spt/cCARDtTARGETlLUN c Major 0xIITL00
Creates the device files for SCSI robotic or tape drive controls.
The following describe the device file names:
CARD is the card instance number of the adapter.
TARGET is the SCSI ID of the robotic control.
LUN is the SCSI logical unit number (LUN) of the robot.
Major is the character major number (from the lsdev command).
II are two hexadecimal digits that represent the card instance number.
T is a hexadecimal digit that represents the SCSI ID of robotic control.
L is a hexadecimal digit that represents the SCSI LUN of the robotic control.
lsdev -d driver
Displays the information about the SCSI robotic control drivers.
mksf -C tape -H hw-path -b BEST -u -n
Creates the device files for tape drives. The hw-path is the hardware path of the tape drive, as specified by the ioscan command.