Discussion:
[Pacemaker] pacemaker with heartbeat
Amira Osman
2010-05-03 17:03:16 UTC
Permalink
Iam new to CRM concept and Iam little confused about adding resource such as
apache because each time i add it it returns me warning saying that default
time out is smaller than advised timeout in start and stop and although the
resource is not running i can't start it using(crm resource start WebSite )
Iam using these versions of heartbeat and pacemaker
heartbeat-libs-3.0.3-1.el5
pacemaker-1.0.8-5.el5
on CentOS5.3

Please I need clarification concerning this issue
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://oss.clusterlabs.org/pipermail/pacemaker/attachments/20100503/b6745d75/attachment.htm>
Paul Graydon
2010-05-03 17:51:42 UTC
Permalink
Can you provide us with a copy of your configuration?
From the command prompt try: crm configure show

Paul
Post by Amira Osman
Iam new to CRM concept and Iam little confused about adding resource
such as apache because each time i add it it returns me warning saying
that default time out is smaller than advised timeout in start and
stop and although the resource is not running i can't start it
using(crm resource start WebSite )
Iam using these versions of heartbeat and pacemaker
heartbeat-libs-3.0.3-1.el5
pacemaker-1.0.8-5.el5
on CentOS5.3
Please I need clarification concerning this issue
_______________________________________________
Pacemaker mailing list: Pacemaker at oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker
Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
--
Paul Graydon
Senior Systems Administrator
eHawaii.gov - Hawaii's State Internet Portal
808-695-4619
eHawaii.gov
paul at ehawaii.gov
*********************************************
CONFIDENTIALITY NOTICE:
This email and any attachments are confidential. If you
are not the intended recipient, you do not have permission
to disclose, copy, distribute, or open any attachments. If
you have received this email in error, please notify us
immediately by returning it to the sender and delete this
copy from your system.

Thank you.
Hawaii Information Consortium, LLC
**********************************************

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://oss.clusterlabs.org/pipermail/pacemaker/attachments/20100503/c4530292/attachment.htm>
Dejan Muhamedagic
2010-05-04 11:29:46 UTC
Permalink
Hi,
Post by Amira Osman
Iam new to CRM concept and Iam little confused about adding resource such as
apache because each time i add it it returns me warning saying that default
time out is smaller than advised timeout in start and stop and
The meta data in the resource agent (apache in this case)
contains the advised minimum timeouts for all actions the RA
supports. You can see them by running "crm ra info apache". The
default timeout for all operations is set to 20 seconds and it
applies in case no timeout has been specified for the operation.
start and stop operations are implied, i.e. they will always run
even though you don't see them in your configuration. You can get
rid of the warnings by setting better timeouts:

property www ocf:heartbeat:apache ... \
op start timeout=100s \
op stop timeout=100s

Hrm, this needs to go to a FAQ.
Post by Amira Osman
although the
resource is not running i can't start it using(crm resource start WebSite )
This is another matter. You'd have to look at the logs.

Thanks,

Dejan
Post by Amira Osman
Iam using these versions of heartbeat and pacemaker
heartbeat-libs-3.0.3-1.el5
pacemaker-1.0.8-5.el5
on CentOS5.3
Please I need clarification concerning this issue
_______________________________________________
Pacemaker mailing list: Pacemaker at oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker
Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Loading...