Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide
The ABORT Command
4-12
109759—Distributed Systems Network Management (DSNM) Subsystem Interface
Development Guide
DSNM Command Requirements
The ABORT Command
ABORT issues the subsystem command(s) that immediately bring objects to a
nonoperational state without waiting for outstanding operations to finish. (A
nonoperational state is the subsystem state equivalent to the DSNM state
ZDSN^STATE^DOWN or ZDSN^STATE^RED.)
Valid Modifiers
HMOD, EMOD, and SMOD.
RMOD does not apply and should be ignored if present.
Output Object Requirements
Commands to abort subsystem objects should be issued for objects obtained by applying
the hierarchy (HMOD) and state (SMOD) modifiers to each input list object.
ABORT must be performed on objects in the order they appear in the input list.
Build an output object structure for only those objects that cannot be aborted, consistent
with the EMOD value (see the error modifier discussion in the “The Error Modifier
(_INPUT.MOD.Z^EMOD)” on page 4-6).
Objects aborted successfully do not generate a response. ZDSN^EMOD^SUPPRESS
causes all objects to be omitted from the response.
Note. If the subsystem makes no distinction between stopping objects gracefully and
otherwise, the DSNM STOP and ABORT commands perform the same operation.
Note. Many subsystems produce a warning if an ABORT operation is issued for an object that
is already stopped. Such a warning should be ignored; do not report it as an error.