Configuring the servers to start automatically at boot
By default the WebSphere® Application servers, Proxy servers, and node agents are not automatically started if the system is restarted. To ensure that these servers are restarted automatically after a reboot of any of the HCL Docs servers, configure the WebSphere® Application servers and node agents to start automatically when the system boots.
WebSphere® Application Servers
Configuring the WebSphere Application Servers to start when the nodeagent starts
- Log into the Integrated Solutions Console.
- Navigate to .
- Click the first server in the list, which starts with IBMConversionMember
- Under Server Infrastructure, expand Java and Process Management.
- Click Monitoring Policy.
- Change the field Node restart state to running.
- Click OK.
- Save the changes to the master configuration.
- Repeat for the remaining WebSphere® Application
Servers, starting with:
- IBMDocsMember
- IBMViewerMember
Configuring the nodeagent to start at boot (Linux)
- Log in to the Linux™ host.
- Make a note of the WebSphere® profiles
on the server. These can be found under /opt/IBM/WebSphere/AppServer/profilesNote: The path might need to be modified, depending on the AppServer version.
- Open a terminal window and change to the following directory: /opt/IBM/WebSphere/AppServer/binNote: The path might need to be modified, depending on the AppServer version.
- Run the following command for each of the profiles. In the following
command, the profile name is Docs01:
./wasservice.sh -add nodeagent -serverName nodeagent -profilePath "/opt/IBM/WebSphere/AppServer/profiles/Docs01" -logRoot "/opt/IBM/WebSphere/AppServer/profiles/Docs01/logs/nodeagent" -restart true -startType automatic
- Restart the server to test if the nodeagent automatically started.
- Repeat for each Linux-based WebSphere® Application Server.
Configuring the nodeagent to start at boot (Windows)
- Log in to the Windows™ host.
- Make a note of the WebSphere® profiles on the server. These can be found under C:\IBM\WebSphere\AppServer
- Open a command prompt with administrative rights and change to the following directory: C:\IBM\WebSphere\AppServer\bin
- Run the following command for each of the profiles. In the following
command, the profile name is DocsWin01:
wasservice.exe -add nodeagent -serverName nodeagent -profilePath "C:\IBM\WebSphere\AppServer\profiles\DocsWin01" -logRoot "C:\IBM\WebSphere\AppServer\profiles\DocsWin01\logs\nodeagent" -restart true -startType automatic
- Restart the server. After the restart, it can take up to 5 minutes for all of the soffice processes to initiate. Refer to the task monitor for these processes.
- Repeat for each Windows-based WebSphere® Application Server.
WebSphere® Proxy Servers
Configuring the WebSphere Proxy Servers to start when the nodeagent starts
- Log in to the Integrated Solutions Console.
- Navigate to .
- Click the first server in the list.
- Under Server Infrastructure, expand Java and Process Management.
- Click Monitoring Policy.
- Change the field Node restart state to running.
- Click OK.
- Save the changes to the master configuration.
- Repeat for the remaining WebSphere® Proxy Servers.
- Log out of the Integrated Solutions Console.
- To create the Startup service on Linux™ or Windows™, follow the same procedures that you did for WebSphere® Application Servers, but substitute "nodeagent" with the name of the WebSphere® Proxy Server.