cancel
Showing results for 
Search instead for 
Did you mean: 

Vnetd communication

Casey_King
Level 6
Environment:
Master Server Windows 2003 Server, Standard /w NBE 6.0MP5
Client: RHL 2.4  (really a load from VMware 3.0.1)
 
Loaded the RHL 2.4 client from the 5.1 media kit and listed below are the changes I made in order to get the master server to communicate with the client because the client is behind a firewall.
 
Modified the services.xml as suggested at the bottom of this message in the vmware community:
 
Added the client to the master server through the Admin GUI per:
http://seer.support.veritas.com/docs/251630.htm
 
reviewed /etc/services file on client
 
--snip--
bprd  13720/tcp   # BPRD (VERITAS NetBackup)
bprd  13720/udp   # BPRD (VERITAS NetBackup)
bpdbm  13721/tcp   # BPDBM (VERITAS NetBackup)
bpdbm  13721/udp   # BPDBM (VERITAS NetBackup)
bpjava-msvc 13722/tcp   # BP Java MSVC Protocol
bpjava-msvc 13722/udp   # BP Java MSVC Protocol
vnetd  13724/tcp   # Veritas Network Utility
vnetd  13724/udp   # Veritas Network Utility
bpcd  13782/tcp   # VERITAS NetBackup
bpcd  13782/udp   # VERITAS NetBackup
vopied  13783/tcp   # VOPIED Protocol
vopied  13783/udp   # VOPIED Protocol
--snip--
 
Rebooted the client and restarted the NB services on the Master Server.  Still no joy when trying to connect to the client.  Client connection times out.  The bad thing here is that I was able to communicate with it after working through the problem the first time.  I believe I am missing a step where I changed a configuration file.  Yes, i was able to get through the problem, but then we reloaded this system and now I cannot get it to communicate....shame on me for not documenting it.  Anybody know the missing step here or have any suggestions?
 
Thanks!
3 REPLIES 3

Jim-m
Level 5
Did this recently same setup but the firewall was IPTABLES on the client
You to add this to the bp.conf file

RANDOM_PORTS = NO
CLIENT_PORT_WINDOW = 1024 1024
CONNECT_OPTIONS = master_hostname 2 2 1
CONNECT_OPTIONS = media_server_hostname 2 2 1

CLIENT_PORT_WINDOW ..I'm not sure about, I suspect not required if you are not running the java GUI on the client (from memory ..please check)
On the master propeerties add the client to the firewall section - vnetd etc
On the client properties set vnetd attribute(s)

ON the firewall allow ports 1556, 13722, 13724, 13782  duplex comms between the client(s) - master server and media server(s)

I've probably opened too many ports ...at least it works

Also that Symantec technote may be too old as that was before PBX

Casey_King
Level 6
Thanks for the info.  I think you are right, the technote probably is too old.  I did make some firewall changes and ran from CLI.  Also added master server to /etc/hosts
 
esxcfg-firewall -o 13724,tcp,in, NBvnetd
esxcfg-firewall -o 13724,tcp,in,NBvnetd
esxcfg-firewall -o 13782,tcp,in,NBvnetd
esxcfg-firewall -o 13724,tcp,out,NBvnetdout
 
 
Setting this up, corrected my problem.

Jim-m
Level 5

 

There was any error in my reply ommitt the line

CLIENT_PORT_WINDOW = 1024 1024

this will cause problems