Starting and stopping node agents

Node agents are administrative agents that represent a node to your system and manage the servers on that node. The node agent is a server process that must be started before you can communicate with the deployment manager or start servers on the node. If you need to stop or restart the node agent (for example, for system maintenance like changing the system clock), use the administrative console.

Before you begin

Before you can start and stop a node agent, you must federate the node into a cell.

Before you can stop a node agent, you must stop all the servers managed by that node agent.

About this task

Use the following steps to start, stop, or restart a node agent.

Table 1. Starting and stopping a node agent
Action Perform these steps
Start a node agent
  1. From the administrative console of the deployment manager, verify that the node agent is not currently running. (Click System administration > Node agents to see its status.)
  2. Use the startNode command to start the node agent.
    Note: You must start the node agent from the command line of the host on which the node is configured, in the install_root/bin directory.
  3. This topic applies only to the Distributed platformsVerify that the server started successfully by checking the install_root/profiles/profile_name/logs/server_name/startServer.log log file for the message Server nodeagent open for e-business; process id is nnnn.
  4. This topic applies only to the z/OS platformVerify that the server started successfully by checking the SYSPRINT DD statement of the IBM® Business Process Manager started task. If the server started successfully, the SYSPRINT DD statement contains the message Server nodeagent open for e-business; process id is nnnn.
Stop a node agent
  1. From the administrative console of the deployment manager, click System administration > Node agents.
  2. Select the node agent that you want to stop, and then click Stop.
Restart a node agent
  1. From the administrative console of the deployment manager, click System administration > Node agents.
  2. Select the node agent that you want to restart, and then click Restart. The node agent is stopped and then restarted.

Example