Shutting down a set
When you shut down all the objects in a set, TOM attempts to stop objects based on their order in the dependency structure (stopping the children before the parents), so it checks each object to see whether another object depends on it.
If the dependent object or objects are still active, the object is not stopped. Conversely, if an object has no dependents (or those dependents are no longer active) TOM stops the objects within the set. See Creating-and-managing-sets for more information about sets and their uses.
To shut down a set
On the TSETO view, enter SHU or H in the CMD field next to the name of the set that you want to shut down.
In the SHUTSET Command Options dialog, select Yes for the Proceed with shutset option.The following message is written in the message log (MV Logger), indicating that the shutdown process has begun for all objects in the set:
OD7501D Set shutdown for setID commencingWhen each object is ready to be stopped, the following messages are written in the message log (MV Logger):
OD2709I Stop initiated for object AAOKMZ23
OD9011I Shutting down AAOKMZ23The objects are stopped and left in a status of LOCKED. When processing is complete, the following message is written in the message log (MV Logger):
OD9013I All objects for set setID stoppedWhen all objects in the set have stopped, the set status becomes STOPPED. If objects within the set did not stop properly, the set’s status becomes OTHER. If all of the members of the set have the same failure status (for example, FAILURE-REC-TERM), the set's status will also have that failure status.