Agent Installation Guide › Installing an Agent on Solaris Systems › Deploying the First Agent › Verify Locally that the Agent is Running
Verify Locally that the Agent is Running
Successful agent installation typically starts the agent service. Technically, the agent service starts when the caelmwatchdog process successfully binds with the caelmagent process.
You can determine whether the agent you installed is running while still logged on to the Solaris host.
To verify locally that the agent service is running
- Change directories to the agent root directory, /opt/CA/ELMAgent.
- Enter the following:
ps -eaf|grep caelm
- Verify that the agent, caelmagent, is running. If two lines similar to the following example appear in the command results, the agent is running.
root 16843 16809 0 17:58:11 ? 0:00 ./caelmwatchdog
root 16809 1 0 17:57:57 ? 0:57 ./caelmagent -b
- If the agent service is not running, see "Troubleshooting Installation" for remedial action.
Examine Self-Monitoring Events for Agent Startup
Examine self-monitoring events to determine whether the agent service of the installed agent started successfully. You can monitor the agent installation process, whether installing manually or silently.
To monitor agent registration and startup processing
- Browse to the CA Enterprise Log Manager server that is managing the agent that you installed.
- Click the Queries and Reports tab.
- Type self in the Search field under Query List.
- Select the query, System Self Monitoring Events Detail.
- Create a filter that displays only events from the server where you installed the agent:
- Click Show/Edit Local Filters
- Click Add Filter.
- For the column entry agent_address, type as the value the IP address of the server where you installed the agent.
- Click Save.
- Examine the self-monitoring event for System Status:
Current Reporting ELM Server set to <IP address specified as host server>
- Examine the self-monitoring events for System Startup. Example events follow:
Registered with ELMServers successfully.
Agent's HTTP Listener started on port 25275.
Agent started successfully.
After the Agent started successfully message appears, view the agent status details.
- If the "Agent started successfully" message does not appear, start the agent service manually as described in "Troubleshooting the Installation."