Create Linux ( LUCI ) Cluster
Create Linux Cluster ----- Prerequisites ----- > Install CentOS 6 / RHEL 6 nodes ( Machines ) with same hardware configuration. > Minimum 2 nodes are required > Configure Linux installable YUM Repository on both the nodes. URL :- http://sappyit.blogspot.in/2014/12/create-local-yum-repository-in-rhel7.html > Configured static IPs to both the nodes. > Both the nodes are in same network and able to ping each other. Steps to install Cluster service ----- > Disable Selinux settings on both the nodes. Command :- # cd /etc/selinux #vi config ----- Edit Selinux config file with vi editor. SELINUX= disabled ----- Disabled selinux settings in the file. ...
Comments
Post a Comment