Port 10000 (NDMP Control Port)
Range of Dynamic ports. (Example: Dynamic Data Port range : 1025-65535)
This is the full available range but administrators can decide and have a specific range opened at the Firewall.
Note: Veritas recommends having port 10000 open and available on the Backup Exec media server as well as on the remote systems. In addition, opening the dynamic port ranges as mentioned above is specified for communications between the media server and remote agents. Therefore, it is important to understand that it's the combination of two ports (Control + Data) that makes the data a successful data backup.
Communication between the media server and the Remote Agent will usually require up to 2 ports on the remote agent side per backup operation. To support multiple backups and restores occurring simultaneously, the firewall must be configured to allow a range of ports.
Important:
In most cases, it has been observed that customers have opened only one port, i.e NDMP port 10000 on the Firewall, on data communications, which is not the correct setting, because NDMP port 10000 only establishes the "Control" connection with the remote UNIX\Linux system, but the data connection requires another (Dynamic) port to be opened at the Firewall otherwise the backup will fail. One such example of a "Firewall" setting is given below.
Figure 2:
As seen in the Figure above, all the dynamic port range is blocked "Except" NDMP port 10000. With this setting, customers can view and browse remote UNIX\Linux resources but they can not backup the data as all the other dynamic data port range has been blocked.
To resolve this issue, make sure "Firewall" is not enabled on the other side, and if the firewall is enabled, then make sure a certain dynamic port range is opened for data communications to take place.
Note: Iptables are the firewall and packet filtering tool in the Linux 2.4 kernel and beyond. For UNIX servers, please refer to the UNIX manual.
1. To check if the firewall is enabled on the remote Linux (RedHat) server, type the following command.
iptables -L
2. Using iptables open the range of ports for data communications to take place. In this example, we have opened the "dynamic port range" from 32821-to-32829 after reading the SGMON log as shown in Figure 3 below.
Figure 3:
This range may differ from one system to another. The important thing here is to have a certain range of ports free so that data transfer can take place.
For details on the use of "iptables", please see the article given in the Related Documents section.
3. To define the range of ports for the media server and remote agent we must use, click on link below. Restart the firewall if necessary.