Subscribe:

Ads 468x60px

Pages

Showing posts with label Cluster. Show all posts
Showing posts with label Cluster. Show all posts

Wednesday, September 7, 2011

Configure a High-Availability(HA) cluster using physical system


Port Number for the cluster
luci - 8084
ricci - 11111


Install luci and ricci on cluster nodes
[root@server1 ~]# yum install -y luci ricci


Initialize the luci
[root@server1 ~]# luci_admin init
Initializing the luci server


Creating the 'admin' user


Enter password:
Confirm password:


Please wait...
The admin password has been successfully set.
Generating SSL certificates...
The luci server has been successfully initialized


You must restart the luci server for changes to take effect.


Run "service luci restart" to do so


Start the luci service
[root@server1 ~]# service luci start
Starting luci: Generating https SSL certificates...  done             [  OK  ]


Point your web browser to https://server1.example.com:8084 to access luci


Open the firefox
[root@server1 ~]# firefox https://server1.example.com:8084 &


[root@server1 ~]# netstat -ntlp | grep 8084
tcp        0      0 0.0.0.0:8084                0.0.0.0:*                   LISTEN      11076/stunnel

Read more...