TN3270 Server Manual
Using TN32COM
TN3270 Server Manual—424097-001
4-5
ADD WINDOW
ADD WINDOW
This command adds a static window to the Guardian TN3270 Server configuration.
window-name
is #window.
caller-spec
is CALLER ip-address [, PORT port-num ].
If you specify the CALLER ip-address, the window will be assigned to only a
session initiated by that IP address. If you omit the CALLER, the window may be
used by any session. When a session is established, the Guardian TN3270 Server
will look first for an available window with the caller’s address. If no window is
available, it will look for any available window without a CALLER address.
ip-address
is a TCP/IP address in dotted decimal form.
port-num
is an integer between 0 and 65,534.
If you specify PORT port-num and CALLER, the window is restricted to a
session originating from the specified port on the client. This feature is intended
for terminal servers that always use the same port number for an attached
terminal.
Examples
~ADD WINDOW #win001
~ADD WINDOW #mywin, CALLER 130.252.161.97
~ADD WINDOW #mywin, CALLER 130.252.161.97, PORT 1024
ADD WINDOW window-name [ , caller-spec ]