Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

Restarting NBU Services..

Created: 26 May 2010 | 5 comments
-The GodFather-'s picture
0 0 Votes
Login to vote

Hi to all,

    I am planning to restart NBU services on all media servers and on the the Master server as well. Can someone tell if what is the best practice to do it, restart the NBU services first on the Master server before I restart NBU services on the media servers or should I restart first the services on the media servers before I can restart services on the Master server??? Thanks!

Comments

Kisad's picture
27
May
2010
1 Vote -1
Login to vote

Recommended Steps

======================================================================================================================================================
Netbackup 6.x Maintainance (restarting services and clearing junk/temp/lock files)
----------------------------------------------------------------------------------------------------
STOP & KILL all NetBackup Processes
      /usr/openv/netbackup/bin/goodies/netbackup stop
      /opt/VRTSpbx/bin/vxpbx_exchanged stop
      /usr/openv/netbackup/bin/goodies/bp.kill_all -FORCEKILL
 
LIST Any remaining processes
      /usr/openv/netbackup/bin/bpps -x   
                            
KILL any processes listed from bpps -x with  'kill -9 <PID-Number>'
      (a reboot may be needed if kill command fails)
   
REMOVE these temporary workspace directory and files
     rm -r /usr/openv/netbackup/bin/bpsched.d  
     rm -r /usr/openv/netbackup/bin/bprd.d
     rm -f /usr/openv/netbackup/db/jobs/pempersist* 
     rm -f /usr/openv/netbackup/db/jobs/restart/*   
     rm -f  /usr/openv/netbackup/db/jobs/bpjobd.act.db 
     rm -f /usr/openv/netbackup/bin/*.lock
     rm -f /usr/openv/netbackup/db/media/drives/* 
     rm -f /usr/openv/netbackup/db/media/tpreq/*
     rm -f /usr/openv/volmgr/misc/*.lock
     rm -f /usr/openv/var/nbproxy_jm.ior
     rm -f /usr/openv/var/nbproxy_pem.ior
     rm -f /usr/openv/var/nbproxy_pem_email.ior
 
RESTART / RESET NetBackup PROCESSES  in this order
     1  /opt/VRTSpbx/bin/vxpbx_exchanged start
     2  /usr/openv/netbackup/bin/goodies/netbackup start
     3  /usr/openv/netbackup/bin/admincmd/nbrbutil -resetAll            
     4  /usr/openv/netbackup/bin/admincmd/nbrbutil -releaseAllocHolds 

=======================================================================
 
Then restart media servers with this--
 
MEDIA SERVER
----------------------------
STOP & KILL all NetBackup Processes
   /usr/openv/netbackup/bin/goodies/netbackup stop
   /opt/VRTSpbx/bin/vxpbx_exchanged stop
   /usr/openv/netbackup/bin/goodies/bp.kill_all -FORCEKILL
 
LIST Any remaining processes
   /usr/openv/netbackup/bin/bpps -x 
 
KILL any processes listed from bpps -x with 'kill -9 <PID-Number>'
     (a reboot may be needed if kill command fails)
   
REMOVE any of the following files if found
   rm -f /usr/openv/netbackup/db/media/drives/* 
   rm -f /usr/openv/netbackup/db/media/tpreq/*
   rm -f /usr/openv/volmgr/misc/*.lock
 
RESTART NetBackup PROCESSES 
      /opt/VRTSpbx/bin/vxpbx_exchanged start
      /usr/openv/netbackup/bin/goodies/netbackup start
==================================================
==================================================

Thanks
Kisad

gavrilov's picture
03
Jun
2010
1 Vote +1
Login to vote

I think  bp.kill_all and

I think  bp.kill_all and bp.start_all will be enough for first time :)

J.Hinchcliffe's picture
03
Jun
2010
0 Votes 0
Login to vote

MY 2cents

Stop the services on your media servers.
Then stop your services on your master.
bpps -a to make sure all processes are down

Start the services on the master first - this makes it more likely the the master will be the scan-host
Then start the services on the media servers.

I don't have to know how to spell....I work on Unix.
NetBackup 7.0.1 - AIX & Windows

NetBackupTech's picture
03
Jun
2010
0 Votes 0
Login to vote

Start your media servers

Start your media servers first so the Master finds hosts ready to connect-

J.Hinchcliffe's picture
03
Jun
2010
0 Votes 0
Login to vote

Difference of opinion

Can an Symantec employee tell us what the recommended order is?

I don't have to know how to spell....I work on Unix.
NetBackup 7.0.1 - AIX & Windows