Hi, On Mon, Nov 01, 2010 at 01:39:20PM -0500, Dimitri Maziuk wrote: > > I'm following Andrew's "Cluster from scratch - fedora 11", using > haeratbeat 3.0.3-2.3.el5 on centos 5.5. After running > > crm configure primitive WebSite ocf:heartbeat:apache \ > params configfile=/etc/httpd/conf/httpd.conf \ > op monitor interval=1min > > I get this in the log: > > LRM operation WebSite_start_0 (call=9, rc=1, cib-update=34, > confirmed=true) unknown error > > What the hell does it mean and how do I fix it?
You need to take a look at the cluster logs, in particular messages from the apache RA and lrmd. If there's nothing more specific, then check the apache logs. Note that the server status page must be available, i.e. make sure that the modstatus module is loaded. Thanks, Dejan > Dima > -- > Dimitri Maziuk > Programmer/sysadmin > BioMagResBank, UW-Madison -- http://www.bmrb.wisc.edu > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
