OSI/AS Management Programming Manual
ALTER SERVICE Command
Commands and Responses
056785 Tandem Computers Incorporated 5–95
and dividing the counter value by the threshold value leaves a remainder of
zero. The values range from 0 through 65535. If the threshold is set to 0,
ACSE-THLD event messages are never generated for this counter. The value
initially set by the OSI manager is 0.
ZACPMASSOCPREJECTSTHLD
is the threshold value that ACSE compares to the counter
ZACPMASSOCPREJECTS, described under the STATISTICS SERVICE
command. OSI/AS generates a ZOSI-EVT-ACSE-THLD event message
whenever the counter value is nonzero and dividing the counter value by the
threshold value leaves a remainder of zero. The values range from 0 through
65535. If the threshold is set to 0, ACSE-THLD event messages are never
generated for this counter. The value initially set by the OSI manager is 0.
ZCOM-TKN-CMD-TIMEOUT
is described in the Communications Management Programming Manual.
ZSPI-TKN-RESPONSE-TYPE, ZSPI-TKN-ALLOW-TYPE, and ZSPI-TKN-
COMMENT
are described in the Distributed Systems Management (DSM) Programming Manual.
Tokens in Response Buffer
ZSPI-TKN-DATALIST
introduces a data list, as described in the Distributed Systems Management (DSM)
Programming Manual; the final ZSPI-TKN-ENDLIST ends the data list. These
tokens enclose the other response tokens only if the value of the header token
ZSPI-TKN-MAXRESP is nonzero. Because only one object-name token is allowed
in the command, no more than one data list can appear in the response.
ZCOM-TKN-OBJTYPE and ZCOM-TKN-OBJNAME
are described in the Communications Management Programming Manual.
ZSPI-TKN-RETCODE, ZSPI-TKN-ERRLIST, and ZSPI-TKN-ENDLIST
are described in the Distributed Systems Management (DSM) Programming Manual.
Operational Notes
Before issuing the ALTER SERVICE command, you must call SSNULL to initialize
the appropriate extensible structure, and then set at least one of the fields in the
structure to a non-null value.
You can alter attributes of the L3 and L4 SERVICE objects either through the OSI
manager process or through the associated TSP process (that is, by sending an
OSI/TS ALTER SERVICE command). However, it is recommended that you do so
through the OSI manager process, so that the OSI manager can manage all
changes.