Bug 1187498
| Summary: | It's not possible to install standalone JON server (without storage node) in HA | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Operations Network | Reporter: | Filip Brychta <fbrychta> |
| Component: | High Availability | Assignee: | John Mazzitelli <mazz> |
| Status: | CLOSED DUPLICATE | QA Contact: | Filip Brychta <fbrychta> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | JON 3.3.0 | Keywords: | Regression |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-01-30 09:35:31 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
*** This bug has been marked as a duplicate of bug 1180343 *** |
Description of problem: It's not possible to add additional JON server without storage node to HA set up. Version-Release number of selected component (if applicable): Version : 3.3.0.GA Build Number : 4f16df3:e347f77 How reproducible: Always Steps to Reproduce: 1. Install JON server + agent + SN on server1 with db configured to HA set up 2. Try to install additional JON server without storage node on server2 which should be part of this HA set up: a) unzip package b) configure rhq-server.properties c) ./rhqctl install --server Actual results: The installation is aborted: 03:41:57,370 WARN [org.rhq.server.control.command.Start] It appears that the storage node is not installed. The --storage option will be ignored. 03:41:57,371 INFO [org.rhq.server.control.command.Install] Pausing to ensure RHQ Storage is initialized prior to RHQ Server installation. 03:42:09,872 WARN [org.rhq.server.control.command.Stop] It appears that the storage node is not installed. The --storage option will be ignored. Expected results: Installation works Additional info: This is regression, the same approach works on JON3.2.0.GA. To reproduce, it's possible to skip step 1 and run just ./rhqctl install --server Upgrade of this set up from JON 3.2.0.GA to JON 3.3 works: https://tcms.engineering.redhat.com/run/195543/ So this affect only clean installation of JON 3.3.0.GA