Use the Director System Manager or Linux console to start the TS Connector components in a Linux environment. The startup scripts are installed into the/bin directory.
To start and stop the connector on Linux
Change to the
tsq/Software/bin
directory:./startupD &
Starts Director server in background.
./startupSAPC &
Starts Cleansing server in background.
./startupSAPM &
Starts Matching server in background.
./startupSAPM001 &
Starts Search server in background.
./startupClientU &
Starts the Unicode TS Client for SAP in the background.
./stopClientU
Sends a SIGTERM to all client processes for the current user.
To ensure that the services are terminated entirely, use the Director System Manager to stop the Director server, cleansing server, and matcher server.
Alternatively, all Director, Cleanser, and Matcher servers can be terminated from the Linux console using the kill –9 command. It is recommended that you use only the term ”-9” (SIGKILL – Software kill signal from kill */) and no other terms to ensure that the services are terminated entirely.
These commands can also be placed in a single termination script, with some additional syntax to assist with the termination. For example:
where:
Syntax |
Description |
|
Cancel the nominated process ID completely |
|
Search the argument for all occurrences of the search string, such as TrilliumDirector and au, and list them. |
|
Cut and paste the value from column 3, the process ID. |
The kill -9 command is equivalent to "kill -15 process id" of the Director server.