Data Domain: Error message in Avamar GUI while adding DDR running 6.0 release "Data Domain system is unreachable"
Summary: Error message in Avamar GUI while adding DDR running 6.0 release "Data Domain system is unreachable"
Symptoms
Open TCP port 7 as a destination port on DDR to allow Avamar to connect.
After upgrading to DD 6.0, unable to add DD to Avamar / Unable to reach DD running DDOS 6.0 from Avamar.
Cause
TCP port 7 as a destination port on DDR is blocked.
Resolution
To open TCP port 7 as a destination port on DDR and allow Avamar to connect follow the commands
# net filter start
Net filter started.
# se net filter add operation allow protocol tcp ports 7
Net filter entry added.
#se net filter add operation allow protocol udp ports 7
Net filter entry added.
# net filter stop
** All user-defined rules will be lost and the net filter module will be unloaded.
Do you want to proceed? (yes|no) [no]: yes
Net filter stopped.
User should be able to add DD to Avamar.