Start the Connector
After you have installed and configured a connector, you are ready to run it. Start the connector using one of the following methods.
Start the Connector on Windows
To start the connector using Windows Services
- Open the Windows Services dialog box.
- Select the connector service, and click Start.
- Close the Windows Services dialog box.
To start the connector by running the executable
- In the connector installation directory, double-click the connector executable file.
Start the Connector on UNIX
To start the connector on a UNIX operating system, follow these steps.
To start the connector using the UNIX start script
- Change to the installation directory.
-
Enter the following command:
./startconnector.sh
-
If you want to check the Telligent Connector service is running, enter the following command:
ps -aef | grep ConnectorInstallName
This command returns the Telligent Connector service process ID number if the service is running.