Knowledge Base

|
Error in Firewall Configuration File for Veritas NetBackup Causes Communication Failure Between Veritas NetBackup and Service Console (9480977)
Details
While configuring Veritas NetBackup for backup/restore operations, the NetBackup server attempts to communicate with the service console and returns the following error:
Unable to connect to Netbackup host "10.17.138.104"
Solution
First Workaround
-
Open the services.xml configuration file located in the /etc/vmware/firewall directory.
-
Make the following changes:
341 <service id='0021'>
342 <id>veritasNetBackup</id>
343 <rule id='0000'>
344 <direction>inbound</direction>
345 <protocol>tcp</protocol>
346 <port type='dst'>13724</port> # Change the port from 13734 to 13724
347 <flags>-m state --state NEW</flags>
348 </rule> -
At the command prompt, run esxcfg-firewall -e veritasNetBackup to activate the modified firewall rule.
Second Workaround
Use the following commands to open the ports:
esxcfg-firewall -o 13724,tcp,in,VerNB
esxcfg-firewall -o 13724,tcp,out,VerNB
Request a Product Feature
- Updated:
- Categories:
- Languages:
- Product Family:
- Product(s):
- Product Version(s):

