HP NonStop SSH 544701-014 Reference Manual page 228

Table of Contents

Advertisement

Param-text is enclosed in double-quotes ("text"), it may be up to 100 characters long, and it may contain the following
special characters:
Two consecutive double-quotes ("") represent a single double-quote (").
@W or @w is replaced by the window name e.g. $STN.#ZWN0001.
@B or @b is replaced with the backup CPU number, which is the "buddy" of the CPU finally used for the
dynamic application. The buddy of an even-numbered CPU is the next higher odd-numbered CPU, and the
buddy of an odd-numbered CPU is the next lower even-numbered CPU.
@I or @i is replaced with IP address of the client workstation.
@S or @s is replaced by the security string returned by the SSL process, or "PLAIN" if the session is not
secure.
@@ is replaced with a single at (@).
IPRANGE iprange-name
iprange-name refers to a name of an IPRANGE (see ADD IPRANGE).
Default: None.
If no IPRANGE parameter is specified, then the service does not perform any checking on the IP address of the remote
workstation attempting to connect to the service.
If IPRANGE is defined for the service, then the IP address of the remote workstation must match one of the IP addresses
or IP address ranges in the specified IPRANGE. If the address matches, then the session is allowed to proceed. If the
address does not match, or the IPRANGE is not defined, then the session is terminated ten seconds after displaying the
following message on the remote workstation:
STN51 Workstation IP address not in range for requested service
Note that ADD SERVICE can be done before ADD IPRANGE; however any attempt to connect to the service will be
rejected until the ADD IPRANGE command is completed. Similarly, DELETE IPRANGE will result in rejection of any
connection attempts to services specified in the deleted IPRANGE until another ADD IPRANGE command is used to
redefine the IPRANGE. If an ADD SERVICE command refers to an undefined IPRANGE, the ADD SERVICE
command is accepted, and the following warning message is presented:
SERVICE added - warning IPRANGE not presently defined
HOME home-terminal-name
HOME controls the home terminal name for processes started by STN for TYPE DYNAMIC services. The default home
terminal is the name of the dynamic window being started ($STN.#ZWNxxxx). If HOME is used, it should refer to a
valid terminal name or to a home terminal process like $ZHOME.
HOME is needed in cases where a program continues to run after the STN session terminates. The most common
example is when using the following configuration:
ADD SERVICE pathdyn,TYPE
Without the HOME parameter, while the Pathway application starts and runs normally, a problem arises if the session is
terminated from the workstation client. This results in PATHCOM creating a ZZSA dump file, usually in subvol
$SYSTEM.SYSTEM.
LOGON REQ | NONE
228 • STN Reference
DYNAMIC
,PROGRAM
$system.system.pathcom
,HOME
$zhome
,PARAM
"$pm;run p65"
,MODE
BLOCK
HP NonStop SSH Reference Manual

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents