Applying a hard stop to AS4 Microservice

After you install AS4 Microservice, use command-line commands to apply a hard stop to the installation. A hard stop immediately stops the installation even if services are still running.

About this task

A hard stop of a node or member stops one or all of the members that are enabled on a node into which you are logged. Only members that are in the STARTED state are stopped.

Procedure

  1. Open a command line.
  2. Take one of the following actions:
    • If you want hard stop the entire node, run the following command:
      execute member stop all
    • If you want to hard stop one type of member, run one of the following commands:
      • (Catalog member) execute member stop catalog
      • (Container member) execute member stop container
      • (Informational member) execute member stop informational
      • (Operational member) execute member stop operational
      Restriction: You can stop only one type of member at a time, unless you are running the execute member stop all command. For example, you cannot run execute member stop catalog container.
    After the command finishes running, you are returned to the command line.
  3. Confirm that the node or member is stopped by running the following command:
    execute member list status
    If the hard stop command was successful, the member or all members of the node shows a status of STOPPED.