[Pacemaker] crm shell binaries

2013-01-09 Thread Dan Frincu
@Dejan, @LMB Could you guys post binaries of crmsh for RedHat, Debian? Regards, Dan -- Dan Frincu CCNA, RHCE ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clu

Re: [Pacemaker] node status does not change even if pacemakerd dies

2013-01-09 Thread Kazunori INOUE
Hi Andrew, I have another question about this subject. Even if pengine, stonithd, and attrd crash after pacemakerd is killed (for example, killed by OOM_Killer), node status does not change. * pseudo testcase [dev1 ~]$ crm configure show node $id="2472913088" dev2 node $id="2506467520" dev1

Re: [Pacemaker] node status does not change even if pacemakerd dies

2013-01-09 Thread emmanuel segura
Hello Maybe my question is stupid, but are you root when you try to killing the procs? Thanks 2013/1/9 Kazunori INOUE > Hi Andrew, > > I have another question about this subject. > Even if pengine, stonithd, and attrd crash after pacemakerd is killed > (for example, killed by OOM_Killer), node

[Pacemaker] Oracle instance problem

2013-01-09 Thread Sucheta
Hi, Following is the oracle instance startup problem. I am able to successfully start oracle listener using LCMC. However when i tried to start oracle instance the start process seems to continue for ever and ever. The database version used is oracle 10gR2. Please find the logs and version detail

Re: [Pacemaker] booth is the state of "started" on pacemaker before booth write ticket info in cib.

2013-01-09 Thread Yuichi SEINO
Hi Jiaju, I have a suggestion about this issue. Could you revert the following commit? https://github.com/jjzhang/booth/commit/4b00d46480f45a205f2550ff0760c8b372009f7f Because the suitable log can't be output, we took in this fix. Even If this commit is reverted, the behavior of booth should not

Re: [Pacemaker] crm shell binaries

2013-01-09 Thread Dejan Muhamedagic
On Wed, Jan 09, 2013 at 11:14:17AM +0200, Dan Frincu wrote: > @Dejan, @LMB > > Could you guys post binaries of crmsh for RedHat, Debian? https://savannah.nongnu.org/projects/crmsh/ Take a look at the latest news item. For the lazy: http://download.opensuse.org/repositories/network:/ha-clusteri

Re: [Pacemaker] Oracle instance problem

2013-01-09 Thread Dejan Muhamedagic
Hi, On Wed, Jan 09, 2013 at 03:38:08PM +0530, Sucheta wrote: > Hi, > > Following is the oracle instance startup problem. > > I am able to successfully start oracle listener using LCMC. However when i > tried to start oracle instance the start process seems to continue for ever > and ever. The da

Re: [Pacemaker] Oracle instance problem

2013-01-09 Thread emmanuel segura
Hello Maybe that isn't the problem, but before you try to start oracle from pacemaker, try to see if there is a share memory segment allocated from oracle and no deallocated ipcs command can help you 2013/1/9 Dejan Muhamedagic > Hi, > > On Wed, Jan 09, 2013 at 03:38:08PM +0530, Sucheta wrote:

[Pacemaker] cib.xml of version 1.0.5

2013-01-09 Thread E-Blokos
Hi, I'm planning to update pacemaker from 1.0.5 to 1.1.8 is my cib.xml can be used as this ? Thanks Franck___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clusterl

[Pacemaker] Ordering resource groups

2013-01-09 Thread aRaviNd
Hi, I have configured 2 node cluster using pacemaker and corosync in Debian. One resource group is configured for cluster filesystem ocfs2 which contain resources dlm, o2cb, clvm etc. This resource group is cloned to run on both the servers. Another resource group is configured for service icinga

Re: [Pacemaker] Oracle instance problem

2013-01-09 Thread Dejan Muhamedagic
Hi, On Wed, Jan 09, 2013 at 02:19:41PM +0100, emmanuel segura wrote: > Hello > > Maybe that isn't the problem, but before you try to start oracle from > pacemaker, try to see if there is a share memory segment allocated from > oracle and no deallocated > > ipcs command can help you The oracle R

Re: [Pacemaker] Oracle instance problem

2013-01-09 Thread emmanuel segura
Hejjo Dejan use ocf-test to see why you have this tow errors 1: cannot start already-running ORACLE - shut it down first) 2: /u01/app/oracle/product/10.2.0/db_1/dbs/lk*: No such file or directory Thanks 2013/1/9 Dejan Muhamedagic > cannot start already-running ORACLE - shut it down first)

[Pacemaker] Postresql streaming replication support

2013-01-09 Thread Keith Ouellette
We have a critical application that uses PostgreSQL as its database. For high availability we are have the servers running as master and slaves using Pacemaker and openAIS/Corosync. The server pairs are geographically separated connected with a bridged VPN. We have Pacemaker working with our app

Re: [Pacemaker] Postresql streaming replication support

2013-01-09 Thread Jesse Hathaway
On Wed, Jan 9, 2013 at 12:56 PM, Keith Ouellette wrote: > Now I am trying to get that integrated with pacemaker. In my searches, I > see that pacemaker with DRBD seems to be the prevelant implementation an > most documentation was written around that. However, due to our network > conditions, I

Re: [Pacemaker] Ordering resource groups

2013-01-09 Thread David Vossel
- Original Message - > From: "aRaviNd" > To: pacemaker@oss.clusterlabs.org > Sent: Wednesday, January 9, 2013 9:58:55 AM > Subject: [Pacemaker] Ordering resource groups > Hi, > > I have configured 2 node cluster using pacemaker and corosync in > Debian. One resource group is configured

Re: [Pacemaker] Postresql streaming replication support

2013-01-09 Thread Keith Ouellette
Jesse, Thank you for the quick response. Actually yes, the example given at the link below shows several connections between the two (cross-overs). We only have one connection between the two nodes with a bridged VPN. [cid:005d0851-7d2e-40eb-888f-0dad3e243765] The example has an

Re: [Pacemaker] Ordering resource groups

2013-01-09 Thread Keith Ouellette
I appreciate the quick response. I am relatively new to pacemaker, so I am trying to do this with the crm_gui. I just figured out how to get an XML representation of the resources and constraints configuration that I have. I will look ath these links. Also, here is the XML configuration

Re: [Pacemaker] cib.xml of version 1.0.5

2013-01-09 Thread Andrew Beekhof
On Thu, Jan 10, 2013 at 1:27 AM, E-Blokos wrote: > Hi, > > I'm planning to update pacemaker from 1.0.5 to 1.1.8 > is my cib.xml can be used as this ? Shouldn't be any problems. Anything that changed will be accounted for in the XSLT ___ Pacemaker maili

Re: [Pacemaker] Clarification on pacemaker HA services

2013-01-09 Thread Andrew Beekhof
It seems to be because you subscribed as shravan.mis...@gmail.com but are attempting to post as ssahu...@movik.net. You need to send from the same address you subscribed with. On Fri, Jan 4, 2013 at 2:43 PM, Shridh

Re: [Pacemaker] color_instance: Pre-allocation failed

2013-01-09 Thread Andrew Beekhof
On Wed, Jan 9, 2013 at 6:40 AM, Stefan Midjich wrote: > Sure but shortly after I posted this to the list I noticed I had duplicate > name entries in /etc/hosts. That wouldn't be good. So everything is working as expected now? > I had made a mistake when setting up a private > l2 vlan for corosy

Re: [Pacemaker] Postresql streaming replication support

2013-01-09 Thread Takatoshi MATSUO
Hi Keith I don't write detailed documentation. But I spoke about it using this slide. http://linux-ha.sourceforge.jp/wp/archives/3404 Did you read it? I translated it into English. Please click "English version is here : PG-study" to download it. (Sorry for bad translation) Regards, Takato

Re: [Pacemaker] Postresql streaming replication support

2013-01-09 Thread Keith Ouellette
Thank you. I wish I could have seen the presentation. In my case, the two nodes are in two different US cities connected by a bridged VPN. I do not have the ability to have separate connection for pacemaker, replication and access. I tried to scale the configuration back to support one VIP, H

Re: [Pacemaker] node status does not change even if pacemakerd dies

2013-01-09 Thread Andrew Beekhof
On Wed, Jan 9, 2013 at 8:57 PM, Kazunori INOUE wrote: > Hi Andrew, > > I have another question about this subject. > Even if pengine, stonithd, and attrd crash after pacemakerd is killed > (for example, killed by OOM_Killer), node status does not change. > > * pseudo testcase > > [dev1 ~]$ crm co

Re: [Pacemaker] Postresql streaming replication support

2013-01-09 Thread Takatoshi MATSUO
Hi Keith Do you want to start "ClusterIP" on Slave ? It seems that ClusterIP is based on vip-slave of my sample configuration. If you would like to start it on Master, you need to customize "vip-master". And pgsql's master-ip parameter needs the IP of vip-master which combines with vip-rep. like

Re: [Pacemaker] DRBD secondary to primary when primary lost connection

2013-01-09 Thread Andrew Beekhof
On Sun, Dec 16, 2012 at 2:31 PM, Felipe Gutierrez wrote: > Hi, > > I research on the internet and I thing I should use ocf:pacemaker:ping. > And I did this, but I think it is missing some thing, because DRBD still > doesn't became primary on the secondary node. > > primitive ping_gateway ocf:pacem

Re: [Pacemaker] rejoin failure

2013-01-09 Thread Andrew Beekhof
At what point did the node get fenced? Its not obvious from these logs. On Sat, Dec 15, 2012 at 12:15 PM, Lazy wrote: > Hi, > > we have a 2 node corosync 1.4.2 and pacemaker 1.1.7 cluster running > drdb, nfs, solr and redis in master slave configurations. > > Currently node 2 is unable to rejoin

Re: [Pacemaker] 6. Re: Oracle instance problem (Dejan Muhamedagic)

2013-01-09 Thread Sucheta
1081: > > > cannot start already-running ORACLE - shut it down first) > > > Jan 9 09:23:19 VirtKirchoff lrmd: [7559]: info: RA output: > > > (res_oracle_1:start:stderr) ls: cannot access > > > /u01/app/oracle/product/10