Adding a NetBackup client to a policy from the command line is easy using the bpplclients command. bpplclients -add Ex. bpplclients my_test_policy...
To list all clients, you can run bpplclients on your master server. It has a few useful flags like -allunique which will...
Monitoring long running backups in NetBackup can be a somewhat difficult task unless you check the activity monitor regularly. To make things...
The NetBackup command bpps will list all NetBackup processes. /usr/openv/netbackup/bin/bpps -a or /usr/openv/netbackup/bin/bpps -x Are some common commands that are used. The...
To view the upcoming schedule for a specific client, a specific policy, or just in general, you can use the nbpemreq command....
NetBackup will freeze or suspend media if it meets certain conditions (a specified number of mount/write errors, etc.). If you would like...
You can eject multiple tapes from the command line in NetBackup using the vmchange command. Below is an example of how you...
To list the contents of a tape, you can use the bpmedialist command. bpmedialist -U -mcontents -m The output will look like...
To list the retention levels in NetBackup, you can use the bpretlevel command. /usr/openv/netbackup/bin/admincmd/bpretlevel -U The output looks like the example below:...
To down a tape drive in NetBackup, you can use the vmoprcmd command. /usr/openv/volmgr/bin/vmoprcmd -down For example, to down drive 1, you...