We had setup opennebula 5.2 using centos7 with 2 nodes, Now we want to setup HA cluster environment between both frontend nodes for sunstone UI. i also followed mention official link: http://docs.opennebula.org/5.2/advanced_components/ha/frontend_ha_setup.html
But getting some issue on that:
[root@node1 ~]# pcs status
Cluster name: opennebula
Stack: corosync
Current DC: node1 (version 1.1.15-11.el7_3.2-e174ec8) - partition with quorum
Last updated: Fri Jan 27 12:46:56 2017 Last change: Mon Jan 23 17:35:55 2017 by root via cibadmin on node1
2 nodes and 2 resources configured
Online: [ node1 node2 ]
Full list of resources:
fence_node1 (stonith:fence_ilo_ssh): Stopped
fence_node2 (stonith:fence_ilo_ssh): Stopped
Failed Actions:
- fence_node1_start_0 on node2 ‘unknown error’ (1): call=19, status=Error, exitreason=‘none’,
last-rc-change=‘Tue Jan 24 14:21:28 2017’, queued=0ms, exec=11646ms - fence_node2_start_0 on node2 ‘unknown error’ (1): call=20, status=Error, exitreason=‘none’,
last-rc-change=‘Tue Jan 24 14:21:28 2017’, queued=0ms, exec=11315ms - fence_node1_start_0 on node1 ‘unknown error’ (1): call=27, status=Error, exitreason=‘none’,
last-rc-change=‘Mon Jan 23 17:35:46 2017’, queued=0ms, exec=11574ms - fence_node2_start_0 on node1 ‘unknown error’ (1): call=33, status=Error, exitreason=‘none’,
last-rc-change=‘Mon Jan 23 17:35:59 2017’, queued=0ms, exec=11592ms
Daemon Status:
corosync: active/enabled
pacemaker: active/enabled
pcsd: active/enabled
Also i setup in httpd.conf on both nodes:
SetHandler server-status
Order deny,allow
Deny from all
Allow from 127.0.0.1
Please suggest us how to resolve it.