This is a discussion on Redhat Clusters within the Linux software forums, part of the Linux Getting Started category; Hi Gurus For high availabilty ,our company is looking for HA solution. We have 2 blade servers ,with fibre channels ...
|
|||||||
| Register | FAQ | Members List | Calendar | Forgotten your password? | Mark Forums Read |
|
|||
|
Hi Gurus
For high availabilty ,our company is looking for HA solution. We have 2 blade servers ,with fibre channels and 4 ethernet cards connected to a switch and to SAN storage .I want to know what are the procedures to do redhat clustering ,configure fibre channels ,switch and SAN.We have got RHEL4.0 license.If any1 can guide me to do this ,it will be very helpful .i have little idea about redhat cluster suite .but dont know how exaclty it will work .If any of u guys have done b4 ,pls let me know the procedure. |
| Sponsored Links | ||
|
|
|
||||
|
It all depends upon what service you want to put under HA. For example. web server (Apache) or mail server etc. Procedure to ha some time changes for example MySQL server clustering different than normal web server. So let us know
1) What service/server you want? 2) You want to setup Application/Service Failover or IP Load Balancing? Both are different but comes under HA Let us know then we can guide you further
__________________
Rocky Jr. You may have my body & soul, but you will never touch my pride! If you have knowledge, let others light their candles at it. Certified to work on HP-UX / Sun Solaris / RedHat |
|
||||
|
SAN use to store data from all server
Using an NFS-served Ext3 file system, or GFS you will able to deploy large pools of shared storage that can be accessed by multiple server or servers in cluster. Three steps to attach SAN to Linux boxes a) Configuring the fibre HBA (Host Bus Adapter) b) Configuring the udev service to find the SAN Volume( ![]() c) Configuring the fstab entries to mount the SAN Volume( ![]() Run following command to configure RHEL cluster Code:
redhat-config-cluster http://www.redhat.com/docs/manuals/csgfs/ |