Several methods are available to stop a connector from Windows, as follows:
From a UNIX system, use the following command.
where option is one of the following options:
Table 10. connector_manager command stopping options
Option | Description |
---|---|
- stopgraceful |
Invokes a java utility from the connector-agent side to stop the connector agent. However, if the automatic restart feature is on, the connector agent will restart itself again. |
-stop |
Invokes a java utility that stops the connector agent, so even if the automatic restart feature is on, the connector agent will be forced to shut down. |
-kill | Kills the operating-system process for the connector agent. Use this if other methods fail to stop the connector. |