Stopping the ETL Server

You can stop a server from the console if it is a local or remote process. All currently running projects complete execution before the server stops. To stop ETL Server, at the command prompt, enter:

On Windows:

GridNode --shutdown
GridNode --shutdown --server [remotehost] --port [port]

On Linux and UNIX:

GridNode.sh --shutdown
GridNode.sh --shutdown --server[remotehost] --port [port]