SNAX/HLS Management Programming Manual

Standard SNAX/HLS Definitions
Common Definitions
104708 Tandem Computers Incorporated 6–21
ZHLS–VAL–SSID
is the subsystem ID for the SNAX/HLS subsystem. For more information about
subsystem IDs, see the Distributed Systems Management (DSM) Programming
Manual.
ZHLS–VAL–VERSION
is the version number of this version of the SNAX/HLS subsystem.
Simple Tokens The following simple tokens are used in the SNAX/HLS subsystem commands:
ZHLS–TKN–INFO–PROC–RDT–BANNER token–type ZSPI–TYP–STRING.
ZHLS–TKN–INFO–PROC–RDT–BANNER
gives the version banner of the compilation process that created the current RDT
database. If no RDT database is loaded, this token is not returned. The maximum
length of this banner is 50 characters.
ZHLS–TKN–RDT–FILE–MOD token–type ZSPI–TYP–TIMESTAMP.
ZHLS–TKN–RDT–FILE–MOD
indicates the modification timestamp of the current RDT database.
ZHLS–TKN–RDT–XFNAME token–type ZSPI–TYP–STRING.
ZHLS–TKN–RDT–XFNAME
when present in the ALTER command applied to the SNAX/HLS process,
attempts to replace the current RDT database with the file named by the token. To
leave the RDT database file unchanged, omit this token from the ALTER
command.
This token is also included in the response to the INFO command applied to the
SNAX/HLS process.
The value of this token is a string up to 256 bytes long at maximum. The file name
is represented in external format.
The RDT database holds all the PROFILES, BIND images, and INIT–SELF images.
The database is generated by the HLSRDT program distributed with SNAX/HLS.