Stopping a connector

From Windows

Several methods are available to stop a connector from Windows, as follows:

From UNIX

From a UNIX system, use the following command.

  1. Navigate to the ProductDir/bin directory,
  2. Type: connector_manager_connName - option

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.

Copyright IBM Corp. 1997, 2004