cancel
Showing results for 
Search instead for 
Did you mean: 

NBU 7.1

NIKHIL234656595
Level 6

Hi ALL,

I need to restart NBU client service on client on linux.

 

1.......Can I go with below command :

 

                bpcd -standalone

                bpcd -terminate

 

                vnetd -standalone

                vnetd -terminate

 

2.....................These are the services that should be running on 7.x client: http://www.symantec.com/docs/TECH152760

NetBackup Client Service
NetBackup Legacy Client Service
NetBackup Legacy Network Service
Symantec Private Branch Exchange

What in case of unix client?

 

1 ACCEPTED SOLUTION

Accepted Solutions

Will_Restore
Level 6

If you run

  # ps -ef | grep pbx

on your client, you will see

  /opt/VRTSpbx/bin/pbx_exchange

 

technically not a NetBackup service as other Symantec products rely on it.

View solution in original post

5 REPLIES 5

Will_Restore
Level 6

1) /etc/init.d/netbackup stop

    /etc/init.d/netbackup start

 

2) /usr/openv/netbackup/bin/bpcd

    /usr/openv/netbackup/bin/vnetd

Jaime_Vazquez
Level 6
Employee

All Unix/Linux clients share the same client processes needs. For Unix/Linux clients, the only processes of need are 'vnet' and 'bpcd'.

/usr/openv/netbackup/bin/vnetd {-standalone | -terminate }

/usr/openv/netbackup/bin/bpcd {-standalone | -terminate }

Initiation and termination of NBU services is automated in a shell script for all installs (server/client):

/usr/openv/netbackup/bin/goodies/netbackup  { start | stop }

Status of services are displayed with:

/usr/openv/netbackup/bin/bpps

 

 

 

NIKHIL234656595
Level 6

so in NBU 7.1 unix clients,we dont have pbx?

Will_Restore
Level 6

If you run

  # ps -ef | grep pbx

on your client, you will see

  /opt/VRTSpbx/bin/pbx_exchange

 

technically not a NetBackup service as other Symantec products rely on it.

Marianne
Moderator
Moderator
Partner    VIP    Accredited Certified

Do you EVER try Google before posting here?

DOCUMENTATION: How to monitor and restart the VERITAS Private Branch Exchange pbx_exchange process 

http://www.symantec.com/docs/TECH44074