[Pacemaker] Remove a preferential location of a service

2013-03-08 Thread Cristiane França
Hi, I have a problem when one of the server cluster starts. How do I remove a preferential location of a service? I want to remove these two configurations shown below: ... ... Regards, Cristiane

Re: [Pacemaker] Pacemaker is initializing the service before mounting the partition

2013-03-08 Thread Cristiane França
l in a group, like that you can use a > contrais like this > > order foo inf: drbd_sistema:promote myservicegroup:start > > > > 2013/3/8 Cristiane França > >> Hi, >> My cluster is presenting error on startup of the service postgresql >> because this service is

[Pacemaker] Pacemaker is initializing the service before mounting the partition

2013-03-08 Thread Cristiane França
Hi, My cluster is presenting error on startup of the service postgresql because this service is being initialized before mounting the partition /sistema. How can I configure Pacemaker to start the Postgresql only after mounting the partition /sistema? My server configuration: primitive drbd_sis

Re: [Pacemaker] How to configure PostgreSQL in Pacemaker

2013-02-26 Thread Cristiane França
Hi Takatoshi, Thank you for your explanation ! Regards, Cristiane On Tue, Feb 26, 2013 at 9:08 PM, Takatoshi MATSUO wrote: > Hi Cristiane > > 2013/2/27 Cristiane França : > > Hello, > > > > I need to configure PostgreSQL on Pacemaker and I have a question: > &g

[Pacemaker] How to configure PostgreSQL in Pacemaker

2013-02-26 Thread Cristiane França
Hello, I need to configure PostgreSQL on Pacemaker and I have a question: what is the difference between configures PostgreSQL as OCF::heartbeat:pgsql or lsb:pgsql? What is the best set of PostgreSQL? using LSB or OCF? Regards, Cristiane. ___ Pacemaker

Re: [Pacemaker] Pacemaker is not automatically mounting the DRBD partitions

2013-02-14 Thread Cristiane França
t; > example: > > > primitive drbd_home ocf:linbit:drbd \ > params drbd_resource="home" \ > op monitor interval="15s" > > In drbd_resource parameter put the name of your drbd resource, not the > name of devices > > Thanks > > > 2

Re: [Pacemaker] Pacemaker is not automatically mounting the DRBD partitions

2013-02-14 Thread Cristiane França
t; > I think your pacemaker config doesn't call the resource defined in your > drbd config > > 2013/2/14 Cristiane França > >> hello, >> I installed Pacemaker (1.1.7-6) and DRBD (8.4.2-2) on my server CentOS >> 6.3 (kernel 2.6.32-279.19.1 - 64 bits). >>

Re: [Pacemaker] Pacemaker is not automatically mounting the DRBD partitions

2013-02-14 Thread Cristiane França
3 at 10:33 AM, emmanuel segura wrote: > Hello Cristiane > > can you post your cluster logs and your drbd config > > Thanks > 2013/2/14 Cristiane França > >> hello, >> I installed Pacemaker (1.1.7-6) and DRBD (8.4.2-2) on my server CentOS >> 6.3 (kernel 2.6

[Pacemaker] Pacemaker is not automatically mounting the DRBD partitions

2013-02-14 Thread Cristiane França
hello, I installed Pacemaker (1.1.7-6) and DRBD (8.4.2-2) on my server CentOS 6.3 (kernel 2.6.32-279.19.1 - 64 bits). I'm having the following problem: The Pacemaker is not automatically mounting the DRBD partitions or setting which is the main machine. Where is configured to mount the partitions?