1 prerequisites for cluster setup, 1 configure network settings – Avago Technologies Syncro CS 9286-8e User Manual
Page 30

Avago Technologies
- 30 -
Syncro CS 9286-8e Solution User Guide
November 2014
Chapter 3: Creating the Cluster
Creating the Cluster in Red Hat Enterprise Linux (RHEL)
e.
After you create the key, assign it a value of 0x01.
f.
Click OK.
g.
Exit the Registry editor.
h.
Restart the computer.
2.
In the failover cluster snap-in, in the console tree, make sure Failover Cluster Management is selected and then,
under Management, click Validate a Configuration.
The Validate a Configuration wizard starts.
3.
Follow the instructions for the wizard and run the tests.
Microsoft recommends that you run all available tests in the wizard.
NOTE
Storage Spaces does not currently support Clustered RAID controllers.
Therefore, do not include the Validate Storage Spaces Persistent
Reservation storage test in the storage test suite. For additional
information, visit the Cluster in a Box Validation Kit for Windows Server
site on the Microsoft Windows Server TechCenter website.
4.
When you arrive at the Summary page, click View Reports to view the results of the tests.
5.
If any of the validation tests fails or results in a warning, correct the problems that were uncovered and run the
test again.
3.4
Creating the Cluster in Red Hat Enterprise Linux (RHEL)
The following subsections describe how to enable cluster support, create a two-node cluster and configure
NFS-clustered resources for a Red Hat operating system.
http://www.redhat.com/products/enterprise-linux-add-ons/high-availability/
.
3.4.1
Prerequisites for Cluster Setup
pre-configured. Additional details regarding Red Hat High Availability Add-On configuration and management can be
found at:
https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/pdf/Cluster_Administration/Red
_Hat_Enterprise_Linux-6-Cluster_Administration-en-US.pdf
.
3.4.1.1
Configure Network Settings
Perform the following steps to configure the network settings.
1.
Activate the network connections for node eth0 and node eth1 by selecting the following paths:
System > Preferences > Network Connections > System eth0 > Edit > Check Connect automatically
System > Preferences > Network Connections > System eth1 > Edit > Check Connect automatically
2.
NetworkManager is not supported on cluster nodes and should be removed or disabled. To disable, enter the
following commands at the command prompt for both nodes:
service NetworkManager stop
chkconfig NetworkManager off