LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Red Hat Cluster Suite on CentOS (https://www.linuxquestions.org/questions/linux-server-73/red-hat-cluster-suite-on-centos-922073/)

ivandrago 01-04-2012 04:26 PM

Red Hat Cluster Suite on CentOS
 
I am running CentOS 6.2 and it is fully updated. I installed the HA package and everything works fine until I install libvirt. After I install it, Luci times out when trying to contact Ricci. As soon as I remove it, it works fine. All the logs provide is : The read operation timed out. Iptables is turned off and selinux is disabled. I can ping, SSH etc... with no issues. HELP!

John VV 01-04-2012 06:50 PM

well we would need more information than this
Quote:

everything works fine until I install libvirt. After I install it,
How did you install it ?
And what version ?

Quote:

Iptables is turned off and selinux is disabled.
NOT a good idea unless this cluster(of unknown size ? how many boxes are connected ?) has NO INTERNET CONNECTION - none what so ever .
if it dose , then leave them ON and configure them to work with your set up.

ivandrago 01-05-2012 11:25 AM

I installed it using yum install libvirt. I am unsure of the version.

lithos 01-05-2012 01:16 PM

Code:

# yum info libvirt
will give you version info and source of rpm etc.

Quote:

Luci times out when trying to contact Ricci.
are these server names (like Dolce is trying to contact Gabbana)?

ivandrago 01-05-2012 08:20 PM

Ricci is the cluster client software on each server. Luci is the cluster management software. Both are part of the RHCS. Selinux and iptables are just disabled for troubleshooting purposes. The versions are below.


Name : libvirt
Arch : x86_64
Version : 0.9.4
Release : 23.el6_2.1

ivandrago 02-07-2012 03:09 PM

This fixed my issue.

Problem: Conga fails to create a cluster or when trying to add a node with the following error:

Error receiving header from <nodename>:11111

create the directory below.

# mkdir /var/lib/ricci/.libvirt

# chown ricci:ricci /var/lib/ricci/.libvirt


All times are GMT -5. The time now is 08:53 AM.