TCP/IP Management Programming Manual

Commands and Responses
HP NonStop TCP/IP Management Programming Manual529636-001
6-23
ALTER Command
ZCOM-TKN-OBJNAME
specifies the process or subnet to be altered. Your application must provide this
token in the command. The object name cannot be an object-name template. This
token is described more fully in Data Communications Standard Definitions on
page 5-9.
(ZSPI-TKN-) MAXRESP and COMMENT
are standard SPI tokens that your application can provide. These tokens are
described in SPI Standard Definitions on page 5-1.
Tokens in Response Buffer
ZSPI-TKN-SSID
is an echo of the subsystem ID value provided in the command by your application.
For more details, see SPI Standard Definitions on page 5-1.
ZSPI-TKN-SERVER-VERSION
indicates the software release version of the TCP/IP subsystem. For more details,
see SPI Standard Definitions on page 5-1.
ZSPI-TKN-DATALIST
indicates the beginning of a data list. The ZSPI-TKN-MAXRESP token must have a
value other than 0 for data lists to be included in the response. For more details,
see SPI Standard Definitions on page 5-1.
ZCOM-TKN-OBJNAME
specifies the name of the TCP/IP process or subnet altered by the command.
Unless there is an error that prevents the ALTER 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
on page 5-9.
ZCOM-TKN-OBJTYPE
specifies the type of object altered. This token has the value ZCOM-OBJ-PROC or
ZCOM-OBJ-SUBNET. For more details, see Data Communications Standard
Definitions on page 5-9.
ZSPI-TKN-RETCODE
specifies whether the command has been completed successfully. The value of
this token remains zero (ZCOM-ERR-OK) when the command is completed
successfully with or without a warning. Note that if the empty response (ZCOM-
ERR-EMPT-RSP) is returned, the value of this token is nonzero although the
command is completed successfully.