Page 1 of 1

How do I stop and start the TNG service on LINUX?

PostPosted: Mon Nov 15, 2010 1:28 pm
by Belinda Frick
To stop/start the TNG service/deamon in Linux:

  • Change directory to tng:

    Code: Select all
    cd /opt/datatex/tng

  • To see if tng executable in the folder:

    Code: Select all
    ls -l


    If tng executable present, continue.

  • To STOP the TNG deamon: In the DATATEX/TNG directory, type
    Code: Select all
    killall tng

  • To check if TNG still running:
    Code: Select all
    ps -ef|grep tng

    NOTE: If still running do the 'killall tng' again and check if still running - repeat till 'tng' does not show again.

  • To START start the TNG deamon: In the DATATEX/TNG directory, type
    Code: Select all
    ./tng -D