Troubleshooting guide
Chapter 2, Troubleshooting Procedures 43
General Test and Troubleshooting Procedures
UNIX Example 4: Clients in Multiple Networks
This network in this example (see the next figure) shows a client (mars/meteor) that is a
router to clients in another network. The client’s host name on the master server side is
mars and the host name presented to the client pluto is meteor.
Example 4: Clients in Multiple Networks
UNIX
Master
Server
jupiter
Ethernet
Class Client List
jupiter
mars
saturn
pluto
UNIX
Client
mars
UNIX
Media
Server
saturn
meteor
/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
.
.
/etc/inetd.conf
bpcd ... bpcd (see note 1)
usr/openv/netbackup/bp.conf
SERVER=jupiter
SERVER=saturn
CLIENT_NAME=jupiter
UNIX
Client
pluto
Ethernet
usr/openv/netbackup/bp.conf
SERVER=jupiter
SERVER=saturn
/etc/inetd.conf
bpcd ... bpcd (see note 1)
/etc/services
# NetBackup services
bpcd 13782/tcp bpcd
bprd 13720/tcp bprd
usr/openv/netbackup/bp.conf
SERVER=jupiter
SERVER=saturn
/etc/inetd.conf
bpcd ... bpcd (see note 1)
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).
/etc/services
# NetBackup services
bpcd 13782/tcp bpcd
bprd 13720/tcp bprd
usr/openv/netbackup/bp.conf
SERVER=jupiter
SERVER=saturn










