1. Download and extract the new mappings file package to a temporary directory: tar -xvf Mappings_6_NNNNNN.tar 2. Copy the external_types.txt file from...
Enabling auto-clean on your Quantum i80 tape library is a pretty simple procedure. To enable it you will likely need to reduce...
To find scratch tapes in NetBackup, you can use the vmquery command. Below is one way you can get the output you...
Changing the port sshd runs on from port 22 to another port is really simple. You just need to update the /etc/sshd/sshd_config...
To set the execute bit to on (i.e. make a script/file executable), you can use the command below: svn propset svn:executable ON...
Deleting a NetBackup client from a policy from the command line is easy using the bpplclients command. bpplclients -delete Ex. bpplclients my_test_policy...
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 mt command is very useful for performing tape functions such as rewinding tapes, showing the status, and retension a tape: 1)...