Hide Forgot
Description of problem: while installing agent via rpm (yum) ignore default agent installed with storage Version-Release number of selected component (if applicable): jon 3.2 er4 How reproducible: always Steps to Reproduce: 1. run rhqctl install --storage or --server --storage 2. install agent via rpm (yum) 3. Actual results: After step 1 agent will be installed After step 2 agent service will be installed Expected results: Note in documentation, that: impossible installing storage without agent, thus, customer would need to remove or ignore default installed agent while installing agent via rpm (yum)
The scenario described is totally possible because the two agents are installed and run under two different users. The rhqctl or manual installation are done under the user logged in while the RPM installation is done by root and the process is downgraded to the preset JON agent user. Also, the agent installed by rhqctl should be not removed in favor of an RPM installed agent. rhqctl is designed to install JON server and server related components while the agent RPM is designed to run on systems with no JON server components. Please review the JON agent RPM documentation: https://access.redhat.com/site/documentation/en-US/JBoss_Operations_Network/3.1/html/Installation_Guide/agent-rpms.html