Hardware Requirements
Primary and Secondary Servers
- Systems must meet the minimum requirements for the Linux distribution to be used during the evaluation.
- 512MB RAM minimum; 1GB RAM recommended.
- 2GB of available hard disk space recommended.
- Multiple Network Interface Cards (NIC’s) are recommended.
- Configure one or more additional disk partitions to be used for data replication. On the primary server, these will become the source partitions. On the secondary server(s), these will become the target partitions. In this evaluation example we will be replicating MySQL data (which will be a partition mounted at /var/lib/mysql)
- For replicated partitions, a target partition’s size must equal to or larger than the size of its source partition.
- The system ( / ) and boot (/boot) partitions are not eligible for replication.
Note: You may use more than one partition for replicated data, allowing for separation of multiple database files and/or log directories for performance reasons.
Client
This system is not required but is recommended for testing the cluster environment.
- A standard linux terminal running the MySQL client can be used to test the configuration.
Software Requirements
Primary Server and Secondary Server
- Linux Distribution x86_64, AMD 64:
- RedHat Enterprise Linux 5 (5.4+ recommended) or 6.x
- CentOS Linux 5 (5.4+ recommended) or 6.x
- Oracle Enterprise Linux 5 (5.4+ recommended), 6.3, 6.4
- RedHat Compatibility Kernel Only
- SuSE Linux Enterprise Server 10 or 11 (11 recommended)
- See Linux Release Notes for a full list of supported Operating Systems
- RedHat Enterprise Linux 5 (5.4+ recommended) or 6.x
- Current patches / security updates are recommended.
- Satisfied dependencies; especially if the Linux installation package selection was base/minimal you will need to refer to the dependencies documentation at Linux Dependencies
- Its recommended that IPtables is disabled
- # /etc/init.d/iptables off
- # chkconfig iptables off
- See here for information regarding the ports SIOS Protection Suite for Linux uses.
- # /etc/init.d/iptables off
- Disable SELinux :
- Edit /etc/selinux/config
- Set SELINUX=disabled (note: permissive mode is also acceptable)
- Edit /etc/selinux/config
- Check the configuration of your /etc/hosts file
- localhost.localdomain and localhost are the only entries that can be on
127.0.0.1
- Create a separate entry for your hostname with a static address
- localhost.localdomain and localhost are the only entries that can be on
- GUI Authentication with PAM
- SPS for Linux now leverages the Pluggable Authentication Module (PAM) provided in the Linux Standard Base (LSB).
- Users are identified and authenticated against the system’s PAM configuration. Privilege levels are determined from group membership as provided through PAM.
- In order to access the GUI, a user must be a member in one of the three LifeKeeper groups: lkadmin, lkoper or lkguest.
- See the following URL for more information on this topic:
Network Requirements
For your evaluation, we recommend configuring your machines similarly to the following example.
LinuxPrimary and LinuxSecondary are multi-homed, between two LAN segments (the second NIC in each server could even be connected via a cross-over cable if a second physical network is not available). The second NIC is optional in this configuration, but highly recommended in production environments to avoid a single point of failure.
In this example evaluation scenario we will be leveraging both local, replicated storage (with the Apache configuration) as well as Shared Storage (iSCSI, for the MySQL configuration). OpenFiler is a storage appliance server that will serve an iSCSI target to LinuxPrimary and LinuxSecondary.
Primary Server and Secondary Servers
- Configure the Host file with entries for all LifeKeeper protected servers. This is typically /etc/hosts.
Example:
192.168.197.101 LinuxPrimary
192.168.197.102 LinuxSecondary
- See your Network Administrator to obtain an unused IP Address to be used as the switchable IP Address. This switchable IP Address will be created later in the configuration process.
- Public Network connection(s) configured with:
- Static IP address
- Correct subnet mask
- Correct gateway address
- Correct DNS server address(es)
- Static IP address
- Private Network connection(s) configured with:
- Static IP address (on a different subnet from the public network)
- Correct network mask
- No gateway IP address
- No DNS server addresses
- Static IP address (on a different subnet from the public network)
Client
Must be able to communicate on the same subnet/network as the servers Public interface addresses. In our example, this is the 192.168.197.0/24 network.
Post your comment on this topic.