OSI/TS SCF Reference Manual
OSI/TS SCF Commands
OSI/TS SCF Reference Manual—424832-001
2-128
STOP Command
STOP Command
Use the STOP command to terminate the activity of an object and its subordinate objects
in a normal manner. The STOP command prevents the object from accepting further
service requests. Upon successful completion of the STOP command, configured
objects (SU objects) are left in the STOPPED state if the value of the DELETETIME
attribute is -1; if the value of DELETETIME is 0, the SU is deleted. PROCESS objects
are deleted.
This is a sensitive command.
The object-spec is:
Considerations for the STOP Command
The considerations contain information about command use that should be read before
studying the command syntax in too much detail.
PROCESS Object
•
When a process is stopped, the subdevices (SUs) under the process are stopped first.
•
The STOP PROCESS command fails if a subdevice has any opens against it.
SU Object
•
If a subdevice has any opens against it, issuing a STOP SU command will put the
SU into the STOPPING state.
Examples of the STOP Command
The examples are designed to show correct ways of specifying command syntax.
PROCESS Object
STOP PROCESS $TP4
SU Object
STOP SU $TP4.#S10
STOP SU $TP4.*
STOP [ /OUT file-spec/ ] [ object-spec ]
object-type object-name
PROCESS tsp-process-name
SU su-name