TCP/IP TELNET Management Programming Manual
GETVERSION Command
Commands and Responses
6–26 53474 Tandem Computers Incorporated
ZSPI-TKN-SERVER-VERSION
indicates the software release version of the TELNET subsystem. See “SPI
Standard Definitions” in Section 5 for a detailed description of this token.
ZSPI-TKN-DATALIST
indicates the beginning of a data list. The ZSPI-TKN-MAXRESP token must have
a value other than zero for data lists to be included in the response. See “SPI
Standard Definitions” in Section 5 for a detailed description of this token.
ZSPI-TKN-SERVER-BANNER
specifies the 50-byte character string that contains the server product name,
product number, and release date.
ZCOM-TKN-OBJNAME
specifies the name of the TELNET process to which the command was sent.
Unless an error prevents the GETVERSION command from being attempted at all,
this token is present in every response record. ZCOM-TKN-OBJNAME is
described more fully in “Data Communications Standard Definitions” in Section 5.
ZCOM-TKN-OBJTYPE
specifies the type of object for which information was requested. The value of this
token can be ZCOM-OBJ-PROC or ZCOM-OBJ-NULL. See Section 5, “Common
Definitions,” for a detailed description of this token.
ZSPI-TKN-RETCODE
specifies whether the command completed successfully. If the command
completed successfully, including when the command completes with a warning,
the value of this token is zero (ZCOM-ERR-OK). Note that if the empty response
(ZCOM-ERR-EMPT-RSP) is returned, the value of this token is nonzero even
though the command has completed successfully.
If the command did not complete successfully, the value of this token indicates the
reason the command failed. Always check the error list to determine the token or
value in error. For details on the ZCOM return codes, see the Communications
Management Programming Manual. For details on the ZSPI return codes and
associated error lists, see the Distributed Systems Management (DSM) Programming
Manual.