You must use the SPD
Server MINPORTNO= and MAXPORTNO= server parameter specifications to
define the available range of ports for the SPD Server Base Proxy
processes. You must specify both the MINPORTNO= and MAXPORTNO= parameters
when you define the range of port numbers that are available to communicate
with SPD Server clients that might be outside of a firewall. If the
SPD Server parameters for MINPORTNO= and MAXPORTNO= are not specified,
an SPD Server Base proxy process uses any port that is available to
communicate with its SPD Server client. This is the normal mode of
operation when SPD Server clients and servers run in environments
that do not have firewalls.
How many port numbers
do you need to reserve for SPD Server Base user proxy processes? Each
SPD Server Base user proxy process produces its own command port.
You can access the command port via command-line specifications that
are issued by an SPD Server client. You can access the operator port
for a command port by using PROC SPDO operator commands.
Each SPD Server host
table that is opened also creates its own port. Each SPD Server table
port becomes a dedicated data transfer connection that is used to
stream data transfers to and from the SPD Server client. SPD Server
host table ports are normally assigned dynamically, unless MINPORTNO=
and MAXPORTNO= parameters have been specified.
If MINPORTNO= and MAXPORTNO=
parameters have been specified, then SPD Server host table ports are
assigned from within the port range that is defined by the minimum
and maximum port parameter statements. The port range that is specified
by the MINPORTNO= and MAXPORTNO= parameters must be able to accommodate
the maximum number of concurrent LIBNAME connections required at the
server, as well as the
I/O data streams that travel between the SPD
Server Base processes on the host and the SPD Server clients.