From | To (target_system) | Port | Purpose |
NetWorker Server | vProxy Appliance | 9090 | NetWorker VMware Protection web service calls to initiate and monitor backups, image recoveries, granular recovers. |
NetWorker Server | vCenter Server | 443 | VMware View in the NetWorker Management Console |
NetWorker Server | ESXi Server | 443 | Emergency Restore, vProxy redeployment |
vCenter Server | NetWorker Server | 9090 | vSphere Client's Dell NetWorker plug-in. |
Dell Data Protection Restore Client Interface | NetWorker Server | 9090 | File-level recovery in the Dell Data Protection Restore Client.
Note: This also applies to the NetWorker Web User Interface (NWUI).
|
ESXi Servers | Data Domain | 111, 2049, 2052 | File-level recovery and instant recovery. |
Virtual Machines | Data Domain | 111, 2049 | SQL application-consistent backups |
vProxy Appliance | Domain Name System (DNS) | 53 | Name resolution. |
vProxy Appliance | Data Domain | 22, 111, 131, 161, 2049, 2052, 3009 | Data Domain management
Note: Port 3009 is required by the vProxy with DDOS 7.0 or later to perform FLR and Instant Access restore.
|
vProxy Appliance | ESXi Server | 443, 902 | Backup and recovery operations |
vProxy Appliance | vCenter Server | 443 | vProxy registration, backup, and recover operations.
Note: Using a nondefault vCenter port for HTTPS is not supported.
|
vProxy Appliance | Target Virtual Machine | 9613 | vProxy FLR - Communication with the FLR agent on the target VM
Note: Port 9613 is used for FLR operations only when available. If the port is not available, then it falls back to the older method through VMware VIX API.
|
nslookup FQDN nslookup SHORT_NAME nslookup IP_ADDRESSSee article: Troubleshooting DNS and Name Resolution Issues
nsrports
command can be used to confirm name resolution and port connectivity between the systems involved. See the above table regarding which ports and target system should be specified when testing communication.
nsrports -t target_system -p portLinux systems can use the
curl
command to test connectivity:
curl -v target_system:port
Test-NetConnection
PowerShell cmdlet:
Test-NetConnection -ComputerName target_system -port port
curl
command to test connectivity. See the above table regarding which ports and target system should be specified when testing communication.
curl -v target_system:port
netcat
(nc) command can be used on ESXi hosts to check port connectivity. See the above table regarding which ports and target system should be specified when testing communication.
nc -zv target_system port
See article NVP vProxy: NetWorker VIB to Open NFS Ports For vProxy FLR.
curl -v target_system:port
curl
command to test connectivity:
curl -v target_system:portWindows systems can use
Test-NetConnection
PowerShell cmdlet:
Test-NetConnection -ComputerName target_system -port port