[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Advice on how to handle HA monitoring
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Advice on how to handle HA monitoring
- From: Charles Jones <jonescr (at) cisco.com>
- Date: Wed, 26 Sep 2007 10:36:43 -0700
- Authentication-results: sj-dkim-3; header.From=jonescr (at) cisco.com; dkim=pass ( sig from cisco.com/sjdkim3002 verified; );
- Dkim-signature: v=0.5; a=rsa-sha256; q=dns/txt; l=1075; t=1190828374; x=1191692374; c=relaxed/simple; s=sjdkim3002; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; i=jonescr (at) cisco.com; z=From:=20Charles=20Jones=20<jonescr (at) cisco.com> |Subject:=20Re=3A=20[hobbit]=20Advice=20on=20how=20to=20handle=20HA=20mon itoring |Sender:=20; bh=Gdrv6NqeVjRrrbMSYib9K0hn69/z11yWCKM7hx4b5ZI=; b=cj5Kg0F1EV3q1ttbmqkQzOq1WksCizPVW+IbA28H8T7hHVhqiUeaYSgjVIlTva/DEm17r70c GSRgsiUn93gCZWsKhv+7Td5O35caDpPXKVKHscyk5N7aKgVJf+GdftBH;
- References: <46F4176E.9030306 (at) cisco.com> <200709251217.40841.bgmilne (at) staff.telkomsa.net>
- User-agent: Thunderbird 2.0.0.5 (X11/20070719)
Buchan Milne wrote:
What I do is to do all the infrastructure tests on both nodes, the procs
checks check only for the cluster intrastructure (besides local processes
like say syslog), then a check using the cluster software on both nodes, and
finally monitor the network services (and only them) on the clustered
service's IP.
How are you monitoring only those, I assuming using the nodisk, noconn,
etc tags?
And, there are a few reasons I avoid installing software on the SAN, this is
one of them ... (the other is that if you screw up upgrading your clustered
software, you have an outage, whereas if it's installed locally on each box,
you could just fail back ... or in most cases the cluster middleware would
have done it already).
I'm in total agreement about the SAN issue. Sadly in my case, it is not
my choice. At least I have found that for the most part, Hobbit
gracefully handles using a shared homedir, as it adds the hostname to
the filename of the various files the clients generate.
-Charles