How to do device discovery from command line for NetBackup device configuration.

Article: 100029577
Last Published: 2020-04-09
Ratings: 4 0
Product(s): NetBackup

Description

How to perform device discovery from the command line for NetBackup device configuration.

The commands to scan and discover attached robots and tape devices are tpautoconf and scan.

On Solaris platform the script sgscan can also be used.

These commands are located under the following path:

Windows: install_path\Volmgr\bin\
UNIX/Linux: /usr/openv/volmgr/bin/

How-To Steps

  1. Scan and discover locally attached tape drives: tpautoconf -t
  2. Scan and discover locally attached robotic devices (via SCSI and SAN): tpautoconf -r
  3. Scan all locally attached devices: scan (or sgscan - Solaris only)
  4. Scan and provide detailed robotic inquiry (for locally attached robot): scan -changer

For complete usage and additional switches, please review the NetBackup Command Reference Guide.

Note: On UNIX/Linux, NetBackup commands discover devices by sending SCSI inquiries to all known SCSI devices via SCSI generic passthrough. If SCSI passthrough devices are not created or configured correctly, devices may be missing from the listing. NetBackup supplies passthrough drivers on Solaris (sg), and AIX (ovpass). For other UNIX/Linux, refer to Operating System support channel for passthrough driver support.

Was this content helpful?