On Thu, Apr 15, 2010 at 10:15 AM, Andrew Beekhof <[email protected]> wrote:
> On Thu, Apr 15, 2010 at 9:56 AM, Davide D'Amico > <[email protected]> wrote: > > > >> Could my problems related to centos init.d scripts (I could try using > crm > >> node offline nfs01.local > >> in S00cpuspeed /etc/rc3.d/init.d script)? > > > > I modified /etc/init.d/openais adding: > > > > /usr/sbin/crm node standby > > > > before stopping openais. > > You shouldn't need to do that, but perhaps centos has an old/broken > init script thats not shutting down openais "properly". > _______________________________________________ > I came to pacemaker and "partners" only few days ago.. '-) So my packages are a few newer than yours, and I'm testing on a rh el 5.5.... But I think a suggestion could help you too. I noticed whne evaluating packages installation that openais comes both in stock rh el 5.5 and in clusterlabs rpm repo ... And the releases are quite different (0.80 vs 1.1) so in my case I decided to not install openais on red hat , but use the one provided by clusterlabs, so that all of the cluster messaging stack is in sync ... safer in my opinion Also, in my case I've not any /etc/ais/openais.conf (in my 1.1 version) file at all, but its role is replaced by /etc/corosync/corosync.conf, so that I have openais init script chkconfiged off (as heartbeat) and corosync one chkconfiged on. My current packages are: [r...@ha1 ~]# rpm -qa|egrep "corosync|openais|hearbeat|clust|pacemaker|drbd|resource" cluster-glue-libs-1.0.4-1.el5 corosync-1.2.1-1.el5 pacemaker-1.0.8-5.el5 drbd-pacemaker-8.3.6-1.el5 corosynclib-1.2.1-1.el5 resource-agents-1.0.3-1.el5 openaislib-1.1.0-1.el5 drbd-utils-8.3.6-1.el5 cluster-glue-1.0.4-1.el5 pacemaker-libs-1.0.8-5.el5 openais-1.1.0-1.el5 drbd-km-2.6.18_194.el5-8.3.6-12 I also had to install libesmtp-1.0.4-5.el5.i386.rpm form epel and libibverbs-1.1.3-2.el5.i386.rpm libtool-ltdl-1.5.22-7.el5_4.i386.rpm perl-TimeDate-1.16-5.el5.noarch.rpm libnes-0.9.0-2.el5.i386.rpm openhpi-libs-2.14.0-5.el5.i386.rpm PyXML-0.8.4-4.el5_4.2.i386.rpm librdmacm-1.0.10-1.el5.i386.rpm openib-1.4.1-5.el5.noarch.rpm from rh el as prerequisites. HIH eventually, Gianluca _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
