IBM Tivoli Storage Manager Extended Edition, Version 7.1

NDMPPORTRANGE

The NDMPPORTRANGE option specifies the range of port numbers through which Tivoli® Storage Manager cycles to obtain a port number for accepting a session from a network-attached storage (NAS) device for data transfer. The default is 0,0 which means that Tivoli Storage Manager lets the operating system provide a port (ephemeral port).

If all ports specified are in use when a NAS device attempts to connect to the server, the operation fails. If a single port number is chosen (no comma and no port number for the high value), the default for the high port number is the low port number plus 100.

When Network Data Management Protocol (NDMP) data is directed to a Tivoli Storage Manager native pool, communication can be initiated from either the NDMP systems or the Tivoli Storage Manager server. If a firewall separates the server and NAS devices, it may be necessary to specify port numbers in firewall rules to allow traffic to pass to and from the NAS devices. NAS devices communicate to the Tivoli Storage Manager server the port numbers that they will use when contacting the server. The port numbers of the server are controlled with the NDMPPortrange options. Port number control for NAS devices is specific to vendors. Consult your vendor documentation.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-NDMPPortrange--port_number_low-+-------------------+--------><
                                  '-,port_number_high-'   

Parameters

port_number_low
The low port number from which Tivoli Storage Manager starts to cycle when needing a port number for accepting session from a NAS device for data transfer. The minimum port number value is 1024.
port_number_high
The high port number to which Tivoli Storage Manager can cycle when needing a port number for accepting session from a NAS device for data transfer. The maximum port number value is 32767. The high port number must be the same or larger than the low port number.

Examples

Specify that Tivoli Storage Manager can cycle from port numbers 1024 - 2024.

ndmpportrange 1024,2024


Feedback