2.5. Starting the JBoss ON Agent
The JBoss ON agent can be started manually or can be configured to start and run as a system service.
Important
The agent's configuration is determined by what user is running the agent. If the agent is run as one user and then later run as another user, the agent will have a different configuration that second time because it will use a different backing store for its configuration settings.
This means that if one user is used to configure the agent when it is installed, that same user must be used to run the agent subsequently, or the agent will apparently lose its configuration and need to be reconfigured under the new user.
The agent configuration backing store is described in Section 7.11, “Managing the Agent's Persisted Configuration”.
2.5.1. Starting the JBoss ON Agent on a Managed System
The agent is started and runs using a script in the agent's
bin/
directory. Unlike the server start script, which starts the server process and then exits the script, the agent script remains open, with a prompt to accept further input if necessary. (Usually, the script can simply be started and left to run in the background.)
/opt/rhq-agent/bin/rhq-agent.sh RHQ 3.2.0-SNAPSHOT [cda7569] (Tue Apr 13 13:39:16 EDT 2013) >
Most of the time, the JBoss ON agent can run without any additional options or settings. All of the available options for the
rhq-agent.sh
script are listed in Table 15, “Options for the rhq-agent.sh Script”. Additional configuration options can be set by editing the rhq-agent-env.sh
script file.
Note
If there are any errors when starting the JBoss ON agent, run the agent start script with the
--cleanconfig
to wipe the previous agent configuration and start fresh.