Set Up NetBackup for Reactive Cleaning
Set up NetBackup for Reactive Cleaning using either the Adminstration Console or the commandline.
Setup Reactive Cleaning Using the Administration Console
- From the Administration Console, select Media and Device Management.
- Select Device Monitor, and then select Drives.
- In the Drive Status pane, select an SL150 drive and then open the Actions menu.
- Select the Set Cleaning Frequency parameter, and set the value to 0 (zero). This tells NetBackup to clean drives in response to Tape Alerts.
- Repeat until you have configured all SL150 drives.
Setup Reactive Cleaning Using the Commandline
- To add a drive to the NetBackup configuration, use the command
tpconfig -add -drive -type [hcart|hcart2|hcart3] pathdrivepath‐cleanfreq 0, where:-
hcart*is the generic NetBackup media identifier. -
drivepathis the path to the device file for the drive. Stop here.
-
- If you have already added the drives to your NetBackup configuration, run the command
/usr/openv/volmgr/bin/tpclean/tpclean -Fdrive_name0, where:-
drive_nameis the name that was assigned to the drive when it was added to the NetBackup device configuration. -
0is the value that turns off frequency-based cleaning in favor of reactive cleaning.
-