Re: [Pacemaker] Odd issues with apache on RHEL 7 beta

2013-12-26 Thread Vladislav Bogdanov
27.12.2013 09:45, Digimer wrote: > On 27/12/13 01:44 AM, Vladislav Bogdanov wrote: >> 27.12.2013 09:34, Digimer wrote: >> ... >>> 3. I know I mentioned this on IRC before, but I thought I should mention >>> it here again. In the pcs CfS, it shows to set: >>> >>> >>> >>> SetHandler server-

Re: [Pacemaker] Odd issues with apache on RHEL 7 beta

2013-12-26 Thread Vladislav Bogdanov
27.12.2013 09:34, Digimer wrote: ... > 3. I know I mentioned this on IRC before, but I thought I should mention > it here again. In the pcs CfS, it shows to set: > > > >SetHandler server-status >Order deny,allow >Deny from all >Allow from 127.0.0.1 > > > > But then in

Re: [Pacemaker] Odd issues with apache on RHEL 7 beta

2013-12-26 Thread Digimer
On 27/12/13 01:44 AM, Vladislav Bogdanov wrote: 27.12.2013 09:34, Digimer wrote: ... 3. I know I mentioned this on IRC before, but I thought I should mention it here again. In the pcs CfS, it shows to set: SetHandler server-status Order deny,allow Deny from all Allow from

[Pacemaker] Odd issues with apache on RHEL 7 beta

2013-12-26 Thread Digimer
Hi all, I'm walking through the pcs cluster from scratch on RHEL 7 beta. I've run into a couple issues and I can't tell if they're issues or just oversites on my part. 1. If httpd is running, pacemaker thinks it is not and can not start it. It shows: Dec 27 01:11:38 an-c03n02 apache

Re: [Pacemaker] Show in-process operations?

2013-12-26 Thread Lars Marowsky-Bree
On 2013-12-26T12:07:21, Patrick Hemmer wrote: > Currently operations only show up when they've completed (crm_mon -o). > At glance, it looks like this is because the CIB doesn't update util the > operation is complete (and doesn't list monitor operations at all unless > they've failed). But is th

[Pacemaker] Show in-process operations?

2013-12-26 Thread Patrick Hemmer
Is there any way to view the currenly in-process operations? Basically I'd like to be able to see when a resource is currently in the middle of a start/stop/monitor operation. A specific pain point on this, I have resource A and resource B. B depends on A, and has an order constraint to start last