Stopping the Liberty and Node.js servers with started task procedures

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 started task procedures:

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

    where the default job name is AURLBTY (job name prefix with "LBTY" appended). Review the job name prefix you specified when installing IBM® Z Database Assistant.

  • If you have started your Node server with JCL, you must stop it with JCL. Stopping the Node server requires another JCL procedure (AURNDP).
    /S AURNDP

    See the comments inside AURLBTY and AURNDP for instructions on how to customize them for your environment.