The es-stop command-line script enables you to stop specific Sun Management Center components. The syntax of the es-stop command is as follows:
es-stop -ahlAS [-y instance-name]The following table describes the es-stop command parameters.
Table 8–2 es-stop Options| 
 Option  | 
 Modifying Options  | 
 Definition  | 
|---|---|---|
| 
 -a  | 
 
  | 
 Stop the Sun Management Center agent  | 
| 
 -h  | 
 
  | 
 List the options for es-stop  | 
| 
 -l  | 
 
  | 
 Stop the platform agent  | 
| 
 -y  | 
 instance-name  | 
 Stop the platform agent instance named instance-name  | 
| 
 -A  | 
 
  | 
 Stop all Sun Management Center components  | 
| 
 -S  | 
 
  | 
 Stop all Sun Management Center components except for the Sun Management Center agent  | 
The following examples show how to use es-stop and its parameters..
To stop all Sun Management Center processes, type:
# /opt/SUNWsymon/sbin/es-stop -A  | 
To stop all Sun Management Center processes except the agent, type:
# /opt/SUNWsymon/sbin/es-stop -S  |