Restart Services for Enterprise Edition Plant Applications Web Client

About this task

When an application or a service encounters an error, you can stop and restart by running the commands.

Procedure

  1. Log in to the system where the Plant Applications Web Client is installed.
  2. To stop a particular service, type the following command:
    $ docker service scale <Service Name> = 0. For example, to stop the work order service, the command is $ docker service scale PAworkorder_workorder=0.
  3. To restart a particular service, type the following command:
    $ docker service scale <Service Name> = 1. For example, to restart the work order service, the command is $ docker service scale PAworkorder_workorder=1.