Bug 534298 (RHQ-1108)
| Summary: | need to be able to change agent startup options | ||
|---|---|---|---|
| Product: | [Other] RHQ Project | Reporter: | Charles Crouch <ccrouch> |
| Component: | No Component | Assignee: | John Mazzitelli <mazz> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 1.1.2 | CC: | hbrock, rsoares |
| Target Milestone: | --- | Keywords: | SubTask |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| URL: | http://jira.rhq-project.org/browse/RHQ-1108 | ||
| Whiteboard: | |||
| Fixed In Version: | 1.2 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | --- | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 534300, 534488 | ||
|
Description
Charles Crouch
2008-11-12 19:58:00 UTC
Making this critical because not being able to restart the agent remotely, or change its start up options means there is a good likelihood admins will still need to visit the boxes the agents are installed on today we can "restart" the agent core - we just can't restart the agent process. Restarting the entire agent process is what this JIRA is all about. One additional thing that maybe related to restarting the whole agent is to be able to remotely turn on debug logging on the agent. Right now this is done by setting the RHQ_AGENT_DEBUG=true env. var. It would be nice to be able to do this the main JON Server across a set of agents at once. RHQ-1198 provides the ability for the agent to turn on and off comm tracing and switch log4j config. right now, only can do this from console (prompt command) but is trivial to add this to the AgentManagementMBean and expose the functionality as rhq-agent plugin operations. RHQ-22 is implemented (rev 2224) so you can now remotely turn on/off debugging from operations tab of the agent. RHQ-1197 lets you import the configuration for these config files so you can change their values from the UI. svn rev 2448 and a few before introduce agent plugin operations to the RHQ Agent Java Service Wrapper service resource that lets you shutdown and restart the agent VM on windows. you can reconfigure the VM settings through the config tab. therefore, full remote control of the agent exists on windows. still have to do this for unix platforms. svn rev 2457 added the unix script support. this should close this issue out. still need alot of testing on this. This bug was previously known as http://jira.rhq-project.org/browse/RHQ-1108 This bug is related to RHQ-1189 This bug is related to RHQ-1197 This bug relates to RHQ-1041 This bug relates to RHQ-1194 This bug is incorporated by RHQ-1198 |