このコンテンツは選択した言語では利用できません。
7.7. Changing the Agent IP Address
The agent IP address is set in the
rhq.communications.connector.bind-address
configuration preference. This is the IP address the agent binds to when it starts its server socket, meaning this is the site that the agent uses to listen for incoming messages from the server.
Note
Do not attempt to edit the
agent-configuration.xml
file. The agent does not use this file once the initial setup is complete, so any changes to this file aren't loaded automatically by the agent.
- Open the agent prompt. For example, if the agent process is already running, the prompt can be opened by re-running the
rhq-agent.sh
script with the-n
option.agentRoot/rhq-agent/bin/rhq-agent.sh -n
- Send the
setconfig
with therhq.communications.connector.bind-address
configuration preference and new value.> setconfig rhq.communications.connector.bind-address=1.2.3.4
- Restart the agent process to load the new configuration.
agentRoot/rhq-agent/bin/rhq-agent-wrapper.sh stop agentRoot/rhq-agent/bin/rhq-agent.sh