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
- Log in to the system where the Plant Applications Web Client is installed.
-
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
. -
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
.For more information, see https://docs.docker.com/engine/reference/commandline/service_scale/.