Powering Down and Rebooting NetBackup Servers
When closing down and restarting NetBackup servers, use the recommended procedures.
To power down a server
-
Look in the NetBackup Administration Console or use the command line to see that no backups or restores are running:
- In the NetBackup Administration Console, click Activity Monitor, then select the Jobs tab to view jobs currently running.
- From the command line, run bpps, which displays active NetBackup processes, for example, bpsched for backup processes and bprd for restore processes:
/usr/openv/netbackup/bin/bpps
-
Use the NetBackup Administration Console or the command line to stop the NetBackup request daemon:
- In the NetBackup Administration Console, click Activity Monitor, then select the Processes tab. Right-click the request daemon (bprd) and select Stop Daemon.
- From the command line, run:
/usr/openv/netbackup/bin/admincmd/bprdreq -terminate
Note
bprdreq does not run on a media server.
Note
During installation, you should have installed the NetBackup startup and shutdown scripts in the appropriate init.d and rc directories. The scripts run automatically during system shutdown and system startup.
-
Run system shutdown command.
-
Power down the server.
To reboot a NetBackup master server
-
Restart the system.
-
Ensure that bprd, bpdbm, and vmd are up by running the following script:
/usr/openv/netbackup/bin/bpps -a
-
If necessary, start the NetBackup and Media Manager daemons:
/usr/openv/netbackup/bin/goodies/netbackup start
To reboot a NetBackup media server
-
Restart the system.
-
Start ltid if it is not already running:
From the NetBackup Administration Console:
- Click Activity Monitor, then select the Processes tab.
- Right-click ltid and select Start Daemon.
From the command line, run:
/usr/openv/volmgr/bin/ltid
|