The NBJAVA_CLIENT_PORT_WINDOW configuration option specifies the range of non-reserved ports on this computer to use for connecting to the NetBackup-Java application server. It also specifies the range of ports to use to connect to the bpjobd daemon from the NetBackup-Java Administration Console's Activity Monitor.
This option uses the following format:
NBJAVA_CLIENT_PORT_WINDOW = n m
Where:
n indicates the first in a range of non-reserved ports that are used for connecting to the bpjava processes on the NetBackup-Java application server. It also specifies the range of ports to use to connect to the bpjobd daemon or Windows service from the Activity Monitor of the Java Windows Administration Console.
If n is set to 0, the operating system determines the non-reserved port to use (default).
m indicates the last in a range of non-reserved ports that are used for connecting to the NetBackup-Java Administration Console or the Java Windows Administration Console.
If n and m are set to 0, the operating system determines the non-reserved port to use (default).
The minimum acceptable range for each user is 120. Each additional concurrent user requires an additional 120. For example, the entry for three concurrent users might look as follows:
NBJAVA_CLIENT_PORT_WINDOW = 5000 5360
If the range is not set wide enough, jnbSA exits with an error message that states an invalid value has occurred during initialization.
More Information