- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- red hat cluster failback
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2010 02:55 AM
10-21-2010 02:55 AM
red hat cluster failback
we have installed 2 node red hat cluster on hp blade
Linux mango2 2.6.18-53.el5 #1 SMP Wed Oct 10 16:34:19 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux
cluster is up and working , but we want to disable failback.
i.e in case of server1 running service1 and associated FS going down,
node server2 should own the service and the mount point(this is tested ok)
But when the Server1 coming back , the service and mount point should not go back to system1.
we alredy did this in cluster.conf file :
But still the failback is happening.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2010 04:53 AM
10-21-2010 04:53 AM
Re: red hat cluster failback
To enable or disable failback in a failover domain, click the checkbox next to Do not fail back services in this domain. With Do not fail back services in this domain checked, if a service fails over from a preferred node, the service does not fail back to the original node once it has recovered.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2010 05:37 AM
10-21-2010 05:37 AM
Re: red hat cluster failback
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2010 06:03 AM
10-21-2010 06:03 AM
Re: red hat cluster failback
priority means votes ? ....here's the clusfer.conf file...
<script file="/u01/scripts/comm1.server" name="comscript"/>
<script ref="comscript"/>
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2010 10:40 AM
10-21-2010 10:40 AM
Re: red hat cluster failback
I must admit I have never attempted CLI or modified the conf file for any cluster changes I make. I always use Conga - much easier and propagates changes and puts them into effect seamlessly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2010 01:51 PM
10-21-2010 01:51 PM
Re: red hat cluster failback
Instead, if you want to edit the file, you should do this:
cp /etc/cluster/cluster.conf /tmp/cluster.conf.new
NOTE: remember to increment the config_version number at the top of the file. For example, if it originally says 'config_version="11"', change it to 'config_version="12"'.
Once you've made your changes to /tmp/cluster.conf.new, run this command to update the new configuration in a synchronized fashion to all cluster members:
ccs_tool update /tmp/cluster.conf.new
I've used this procedure and it works well. It was even recommended by RedHat Cluster and Storage course instructor.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2010 08:47 PM
10-21-2010 08:47 PM
Re: red hat cluster failback
Thanks for the valuable inputs.I have heard of conga, but if
i install the cong rpm , presumably there would be some gui
option of conga that will disable failback.Is that correct ?
Some one told me that red hat does not have "disable failback"
option as HP SG , an alternate way would be to disable the rgmanager
service in primary node so that after failover , when the service tries to
failback, it doesn't have a node to do so.Pls correct my understanding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2010 08:49 PM
10-21-2010 08:49 PM
Re: red hat cluster failback
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2010 10:05 PM
10-21-2010 10:05 PM
Re: red hat cluster failback
you can also use system-config-cluster gui.
try changing the ordered to 0 and check the failover and failback.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2010 02:48 AM
10-22-2010 02:48 AM
Re: red hat cluster failback
option of conga that will disable failback.Is that correct ?
Yes. See attached screenshot. (server & failover domain names blurred out for anonymity)
This is the view of Conga modifying the configuration of a failover domain. The relevant checkbox is named "Do not fail back services in this domain".
> Some one told me that red hat does not have "disable failback"
option as HP SG , an alternate way would be to disable the rgmanager
service in primary node [...]
This may or may not have been true in the past (i.e. with the RedHat Cluster versions for RHEL 2.1, RHEL 3 and maybe RHEL 4), but it certainly isn't true for RHEL 5. From your kernel version, I see you have RHEL 5. Your "someone" has given you old or plainly incorrect information.
There definitely is a "disable failback" option in RHEL 5's cluster, so there is no reason for hacky workarounds like that.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2010 08:28 AM
10-25-2010 08:28 AM
Re: red hat cluster failback
i will install conga ...update the thread(and points) .Just as a matter of curosity ....Anthony from Imtac.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2011 12:57 AM
05-11-2011 12:57 AM
Re: red hat cluster failback
Kindly suggest me, if anyone knows the exact implementation steps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2011 04:30 AM
05-11-2011 04:30 AM
Re: red hat cluster failback
The solution is to use luci ,as posted by Matti above .Luci is gui RED HAT Linux cluster configuration tool , install the correct RPM for luci for your destro , then
service httpd start
service luci start
access the url at
Rest is GUI and self-explanatory
Regards,