After you have installed and configured the Distributed Connector, you are ready to run it. Start the Distributed Connector using one of the following methods.
To start the Distributed Connector on Windows, follow these steps.
To start the Distributed Connector using Windows Services
To start the Distributed Connector on a UNIX operating system, follow these steps.
To start the Distributed Connector using the UNIX Start script
Change to the Installation directory.
Enter the following command:
./startconnector.sh
If you want to check the Distributed Connector service is running, enter the following command:
ps -aef | grep ConnectorInstallName
This command returns the Distributed Connector service process ID number if the service is running.
|