Cluster with Fedora 13 / RHEL 6

After building my new Fileserver I decide to add Clusterservice to it. Because the Fedora 13 Cluster will be very similar to Red Hat Enterprise Linux 6 which I will use at Work.

Because there is no explicit Doc for Fedora 13, I had help from Fabio thanks really for help!

So just install it:

# yum install ricci luci 

one package was missing

# yum install pyOpenSSL

also you have to disable or adjust the Firewall rules

# service iptables stop;chkconfig iptables off
# service ip6tables stop;chkconfig ip6tables off

then go to https://yourhost:8084 and configure a cluster
that’s it

Problems:

I was not able to start luci on my Fileserver, I had to install a new Server which is anyway needed if you want build a cluster. Also you need only one luci Server.

Bug 630755 – Web-based cluster administration luci don’t start

Then I had a Error 500 when i want check a already build services. no Idea why but I had to delete it and rebuild it.

Bug 631496 – Error 500 from luci when try to edit a Service


		

Leave a Comment

Your email address will not be published. Required fields are marked *