Troubleshooting guide

General Test and Troubleshooting Procedures
46 NetBackup Troubleshooting Guide - UNIX
The solution, in this case, is also identical to that discussed in UNIX Example 4: Clients in
Multiple Networks on page 43.
Class Client List
jupiter
mars
saturn
pluto
/etc/inetd.conf
bpcd ... bpcd (see note 1)
/etc/inetd.conf
bpcd ... (see note 1)
/etc/services
# NetBackup services
bpcd 13782/tcp bpcd
usr/openv/netbackup/bp.conf
SERVER=jupiter
SERVER=meteor
SERVER=saturn
CLIENT_NAME=mars
usr/openv/netbackup/bp.conf
SERVER=jupiter
SERVER=meteor
SERVER=saturn
CLIENT_NAME=jupiter
usr/openv/netbackup/bp.conf
SERVER=jupiter
SERVER=meteor
SERVER=saturn
CLIENT_NAME=pluto
/etc/inetd.conf
bpcd ... bpcd (see note 1)
/etc/services
# NetBackup services
bpcd 13782/tcp bpcd
/etc/services
# NetBackup services
bpcd 13782/tcp bpcd
bprd 13720/tcp bprd
bpdbm 13721/tcp bpdbm
# Media Manager services #
vmd 13701/tcp vmd
tl8cd 13705/tcp tl8cd
odld 13706/tcp odld
.
.
Example 5: Server Connects to Multiple Networks
jupiter
Ethernet
UNIX
Master
Server
mars
UNIX
Media
Server
saturn
meteor
UNIX
Client
pluto
Ethernet
UNIX
Client
Notes: 1. The complete inetd.conf entry is:
bpcd stream tcp nowait root /usr/openv/netbackup/bin/bpcd bpcd
2. All other applicable network configuration must also be updated to reflect the
NetBackup information. For example, this could include the /etc/hosts file and
NIS, and DNS (if used).