Copyright Digital Equipment Corp. All rights reserved.

Command_Qualifiers

 

/CLUSTER
   When the /CLUSTER qualifier is specified, the RESTART command
   will affect all nodes in the cluster.
 

/NODE
      /NODE[=node]

   By default, the RESTART command affects only processes on the
   node on which the command is executed; this corresponds to
   specifying the /NODE qualifier without the optional node name
   value. To restart processes on a different node, specify the node
   name. The node name must be the SCS cluster node name.
 

/ID
      /ID=pid

   When the /ID qualifier is specified, only the process with the
   given process id (pid) is affected. Note that process id's are
   unique cluster wide and as such there is no need to also specify
   /NODE.