Stopping the Liberty and Node.js servers with JCL

If you started the Liberty and Node.js servers with JCL, use the following procedures to stop it.

Procedure

To stop the Liberty and Node.js servers with JCL:

  • If you started Liberty (AKIRA) from a proc using JCL, then you can stop it using the stop command:
    /P <jobname>

    where the default job name is ZAILBTY (job name prefix with "LBTY" appended). Review the job name prefix you specified when installing Db2ZAI.

  • If you have started your Node server with JCL, you will need to stop it with JCL. Stopping the Node server requires another JCL procedure (COYZAISP).
    /S COYZAISP

    See the comments inside COYAKIRA and COYZAISP for instructions on how to customize them for your environment.