Bug 1003611

Summary: storage nodes cannot complete handshake
Product: [Other] RHQ Project Reporter: Armine Hovsepyan <ahovsepy>
Component: InstallerAssignee: RHQ Project Maintainer <rhq-maint>
Status: CLOSED NOTABUG QA Contact: Mike Foley <mfoley>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 4.9CC: hrupp, mfoley
Target Milestone: ---   
Target Release: RHQ 4.9   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-02 16:14:24 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:
Bug Depends On:    
Bug Blocks: 951619, 999508    
Attachments:
Description Flags
cannot-handshake.png
none
storage-node-outboundTcpConnection.png none

Description Armine Hovsepyan 2013-09-02 13:30:39 UTC
Created attachment 792848 [details]
cannot-handshake.png

Description of problem:
storage nodes cannot complete handshake

Version-Release number of selected component (if applicable):
a9245fd

How reproducible:
2 out of 2

Steps to Reproduce:
1. create rhq-storage.properties file with the following data in it:
client-port=$client-port
storage-port=$storage_port
seeds=IP1,IP2,IP3
start=false
2. on each 3 machines run 
3.  ./rhq-server-4.9.0-SNAPSHOT/bin/rhqctl install --storage --storage-config=/path/to/rhq-storage.properties --agent-preference="rhq.agent.server.bind-address=$IP1"  --agent-auto-start false
4. edit rhq-server-4.9.0-SNAPSHOT/rhq-storage/conf/rhq-storage-auth.conf and add the following into it:
IP1
IP2
IP3
5. run rhqctl start on all 3 machines
6. run rhqctl install --server on IP1

Actual results:
2 of storage nodes cannot complete handshake

Expected results:
all 3 nodes finis handshaking, create a cluster with shared properties, all 3 discovered in server GUI and are available

Additional info:
screen-shot attached

Comment 1 Armine Hovsepyan 2013-09-02 13:32:40 UTC
Created attachment 792849 [details]
storage-node-outboundTcpConnection.png

Comment 2 Armine Hovsepyan 2013-09-02 16:14:24 UTC
thanks John Sanda for investigation

closing a not a bug - rhq-server.properties was not configured correctly