I need to implement a DMZ backup using EMC NetWorker.
The NetWorker server is a SLES 11 SP2 machine outside the DMZ, v8.0.1.6. The server is also storage node and nsrports is set to the default values: Service ports: 7937-9936, Connection ports: 0-0.
The NetWorker client is a Windows 2008 R2 running NetWorker version v8.0.1.6 and nsrports is set to: Service ports: 7937-7938, Connection ports: 0-0. Windows firewall is disabled.
On the firewall the ports 111 and 7937-7940 are opened from the NetWorker Server network 10.8.116.0 to the client network 1.1.110.0.
There is no DNS, so resolution is done through hosts-entries.
I can telnet into the ports from the NetWorker server: 111, 7937 and 7938 ok, 7939 + 7940 are blocked. Is that because I restricted the ports on the client? I guess so.
Anyway, I'm also not able to do a "nsradmin -p nsrexecd -s -> this times out.
And as you can guess, backup is not running:
savegrp -vvvvv -c
savegrp: :All level=incr
7236:savegrp: Group will not limit job parallelism
83643:savegrp: :All started
savefs -s -c -p -l full -R -v
3:savegrp: Group waiting for 1 jobs to complete
7224:savegrp: :All Port mapper failure - Timed out
84078:savegrp: command 'savefs -s -c -g -p -l full -R -v' for client exited with return code 127
Can anyone help me out?
If you need more information I'm more than happy to provide it.
Opening 7937 and 7938 ports for the client is not enough. The client needs at least 4 service ports (If other add-ons installed, more service ports will be required). Therefore, open more ports on the client (best to open 7937-9936 if it is possible).
Please refer to the following document to calculate how many ports and what ports are needed in your enviroment.
1 Attachment
Configuring TCP Networks and Network Firewalls.pdf
Configuring TCP Networks and Network Firewalls.pdf
As far as I understand it, I don't need to calculate any ports since the networker server I'm running is outside the DMZ and it is also the storage node. There is nothing networker related inside the DMZ.
So it needs to be four ports (7937-7940), at least this is the statement on page 5. "NetWorker client: A NetWorker 7.3 or later client uses nsrexecd that requires four service ports: the reserved ports 7937 and 7938 and two user-configurable ports from the service port range."
However, I'm not sure where to set the nsrports portrange. On the networker server or the networker client?
With that you are limiting the number of ports client can use to contact NW server and send data. I wouldn't do such restriction, as if there is for instance Oracle DB's running on it, it will definitely need more ports for the backup.
I was giving answers base on JayJay's scenario which looks like he was just trying to do filesystem backups. You only need 4 ports on the client and 4 ports on the firewall to make filesystem backups work. Also JayJay mentioned the client is on the DMZ. I have not seen environment where someone will put their internal applications and database servers out on the DMZ. So pretty much filesystem backups is that's needed.
Networker’s default port range is 7937-9936; so on the firewall you will need to allow for bi-directional TCP traffic on ports 7937-9936.
Allow incoming service connections to the NetWorker server’s IP address on ports, from the IP addresses of each of the storage nodes or client machines (as well as any other machines on that subnet). The firewall is also configured to allow connections to the IP addresses for each storage node on ports , and to each client IP address on ports. Each NetWorker host must be configured with the appropriate port range for that machine, and the NetWorker services must be restarted on each machine after a change to the port range. A simpler configuration to administer these machines would be to assign a range of 24 ports, 7937–7960, to all machines, and configure the firewall to allow traffic to these ports on any host.
TimQuan
6 Operator
•
1242 Posts
3140
0
Posted August 18th, 2013 18:00
Opening 7937 and 7938 ports for the client is not enough. The client needs at least 4 service ports (If other add-ons installed, more service ports will be required). Therefore, open more ports on the client (best to open 7937-9936 if it is possible).
Please refer to the following document to calculate how many ports and what ports are needed in your enviroment.
1 Attachment
Configuring TCP Networks and Network Firewalls.pdf
Configuring TCP Networks and Network Firewalls.pdf