Stopping the installation agent manually

You can stop the agent on a remote server manually.

About this task

When you specify the deployment properties for a remote server, you are asked to provide the user name and password of an administrator account on the remote server. The installation server uses these credentials to start and stop the agent software on the remote server. If you do not specify login credentials in the deployment properties and you install the agent software manually, you need to start and stop the agent manually. You cannot use the installation app to start or stop the agent.

You might also choose to start and stop agents manually if you prefer to use the command line.

Procedure

  1. Log on to the remote server as the user who installed the agent software.

    Alternatively, you can log in as any user who has full permissions on the agent directories and who can run Node.js.

  2. Stop the installation agent.
    • Windows: Stop the ibmopenpageswithwatsoninstaller<version>.exe service. Or, open a command prompt as an administrator, go to the <agent_home> directory, and run the following command:
      npm run stop
    • Linux®: Go to the <agent_home> directory and run the following command:
      npm run stop

Results

The installation agent is stopped.