Here’s some tips in bouncing off NBU client daemon. BMC Netbackup (formerly with Veritas apparently) may have a number of ways to accomplish this (specially if you’re not the backup admin) and depending on the version of the Netbackup software.
The following general guidelines can be used to determine if a restart of NetBackup is required after making changes to the /usr/openv/netbackup/bp.conf file on a system.
- Client daemons such as bpcd, bpbkar, tar and database agents are not persistent and are called only to complete an individual backup or restore. As a result, there are no client daemons to restart. Changes to the bp.conf on a client will take effect when new job streams start, they will not affect jobs that are already started.
- Media Server daemons such as bpbrm, bptm, bpdm are not persistent and are called only to complete a backup, restore, duplication, or other operation. Changes to the bp.conf on a media server should take effect once a new backup or restore is run, they will not affect existing backups. The exception to this is any configuration value that is passed to bpbrm by a master server process such as bpsched. Note: Other Media Manager daemons such as ltid, vmd, avrd and robotic daemons on the media server read from the /usr/openv/volmgr/vm.conf file. These daemons are persistent and typically require a restart of NetBackup.
- Master server daemons bprd, bpdbm and bpjobd are persistent. As a result, these need to be restarted to recognize changes to the NetBackup configuration. The bpsched daemon is called by bprd and is continuously active until all queued jobs have completed. The bpsched daemon must be restarted if jobs are continuously active and the configuration change needs to be picked up before the queued jobs execute.
Anyway, startup scripts of NBU netbackup usually is in /etc/init.d/ aptly called netbackup, or nbuclient. You can check out the scripts also in NBU’s home, i.e /usr/openv/netbackup/bin/goodies