Mailing List Archive

Some questions on the currenct state
Hi all,

almost allways when I'm forced to do some major upgrades
to our core machines in terms of hardware and/or software (OS)
I'm forced to have a look at the current state of pacemaker
based HA. Things are going on and things change. Projects
converge and diverge, tool(s)/chains come and go and
distributions marketing strategies change. Therefor I want
to ask the following question in the hope list members
deeply involved can answer easily.

1) Are there pacemaker packages für RHEL 6.6 and clones?
When yes where?

2) How can I create a pacemaker package 1.1.12 on my own from
the git sources?

3) How can I get the current versions of pcs and/or crmsh?
Is pcs competitive to crmsh meanwhile?

4) Is the pacemaker HA solution of RHEL 7.x still bound to use
of cman?

5) Where can I find a currenct workable version of the agents
for RHEL 6.6 (and clones) and RHEL 7.x?

It would be really nice if someone could give answers or
helpful pointers for answering the questions on my own.

Thank you all in advance.

Best regards
Andreas Mock



_______________________________________________
Pacemaker mailing list: Pacemaker@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
Bugs: http://bugs.clusterlabs.org
Re: Some questions on the currenct state [ In reply to ]
On 12/01/15 15:09, Andreas Mock wrote:
> Hi all,
>
> almost allways when I'm forced to do some major upgrades
> to our core machines in terms of hardware and/or software (OS)
> I'm forced to have a look at the current state of pacemaker
> based HA. Things are going on and things change. Projects
> converge and diverge, tool(s)/chains come and go and
> distributions marketing strategies change. Therefor I want
> to ask the following question in the hope list members
> deeply involved can answer easily.
>
> 1) Are there pacemaker packages für RHEL 6.6 and clones?
> When yes where?

In the CentOS (etc) base/updates repos. For RHEL they're in the HA channel.

>
> 2) How can I create a pacemaker package 1.1.12 on my own from
> the git sources?
It's already in base/updates.

>
> 3) How can I get the current versions of pcs and/or crmsh?
> Is pcs competitive to crmsh meanwhile?
pcs is in el6.6 and now includes pcsd. You can get crmsh from an
opensuse build repo for el6.
>
> 4) Is the pacemaker HA solution of RHEL 7.x still bound to use
> of cman?
No
>
> 5) Where can I find a currenct workable version of the agents
> for RHEL 6.6 (and clones) and RHEL 7.x?
Probably you want the resource-agents package.

T

_______________________________________________
Pacemaker mailing list: Pacemaker@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
Bugs: http://bugs.clusterlabs.org
Re: Some questions on the currenct state [ In reply to ]
Hi Trevor,

thank you for answering so fast.

2) Besides the fact that rpm packages are available do
you know how to make rpm packages from git repository?

4) Is RHEL 7.x using corosync 2.x and pacemaker plugin
for cluster membership?

Best regards
Andreas Mock


> -----Ursprüngliche Nachricht-----
> Von: Trevor Hemsley [mailto:themsley@voiceflex.com]
> Gesendet: Montag, 12. Januar 2015 16:42
> An: The Pacemaker cluster resource manager
> Betreff: Re: [Pacemaker] Some questions on the currenct state
>
> On 12/01/15 15:09, Andreas Mock wrote:
> > Hi all,
> >
> > almost allways when I'm forced to do some major upgrades
> > to our core machines in terms of hardware and/or software (OS)
> > I'm forced to have a look at the current state of pacemaker
> > based HA. Things are going on and things change. Projects
> > converge and diverge, tool(s)/chains come and go and
> > distributions marketing strategies change. Therefor I want
> > to ask the following question in the hope list members
> > deeply involved can answer easily.
> >
> > 1) Are there pacemaker packages für RHEL 6.6 and clones?
> > When yes where?
>
> In the CentOS (etc) base/updates repos. For RHEL they're in the HA
> channel.
>
> >
> > 2) How can I create a pacemaker package 1.1.12 on my own from
> > the git sources?
> It's already in base/updates.
>
> >
> > 3) How can I get the current versions of pcs and/or crmsh?
> > Is pcs competitive to crmsh meanwhile?
> pcs is in el6.6 and now includes pcsd. You can get crmsh from an
> opensuse build repo for el6.
> >
> > 4) Is the pacemaker HA solution of RHEL 7.x still bound to use
> > of cman?
> No
> >
> > 5) Where can I find a currenct workable version of the agents
> > for RHEL 6.6 (and clones) and RHEL 7.x?
> Probably you want the resource-agents package.
>
> T
>
> _______________________________________________
> Pacemaker mailing list: Pacemaker@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
> Bugs: http://bugs.clusterlabs.org


_______________________________________________
Pacemaker mailing list: Pacemaker@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
Bugs: http://bugs.clusterlabs.org
Re: Some questions on the currenct state [ In reply to ]
----- Original Message -----
> Hi Trevor,
>
> thank you for answering so fast.
>
> 2) Besides the fact that rpm packages are available do
> you know how to make rpm packages from git repository?

./autogen.sh && ./configure && make rpm

That will generate rpms from the source tree.

> 4) Is RHEL 7.x using corosync 2.x and pacemaker plugin
> for cluster membership?

no. RHEL 7.x uses corosync 2.x and the new corosync vote quorum api.
The plugins are a thing of the past for rhel7.

> Best regards
> Andreas Mock
>
>
> > -----Ursprüngliche Nachricht-----
> > Von: Trevor Hemsley [mailto:themsley@voiceflex.com]
> > Gesendet: Montag, 12. Januar 2015 16:42
> > An: The Pacemaker cluster resource manager
> > Betreff: Re: [Pacemaker] Some questions on the currenct state
> >
> > On 12/01/15 15:09, Andreas Mock wrote:
> > > Hi all,
> > >
> > > almost allways when I'm forced to do some major upgrades
> > > to our core machines in terms of hardware and/or software (OS)
> > > I'm forced to have a look at the current state of pacemaker
> > > based HA. Things are going on and things change. Projects
> > > converge and diverge, tool(s)/chains come and go and
> > > distributions marketing strategies change. Therefor I want
> > > to ask the following question in the hope list members
> > > deeply involved can answer easily.
> > >
> > > 1) Are there pacemaker packages für RHEL 6.6 and clones?
> > > When yes where?
> >
> > In the CentOS (etc) base/updates repos. For RHEL they're in the HA
> > channel.
> >
> > >
> > > 2) How can I create a pacemaker package 1.1.12 on my own from
> > > the git sources?
> > It's already in base/updates.
> >
> > >
> > > 3) How can I get the current versions of pcs and/or crmsh?
> > > Is pcs competitive to crmsh meanwhile?
> > pcs is in el6.6 and now includes pcsd. You can get crmsh from an
> > opensuse build repo for el6.
> > >
> > > 4) Is the pacemaker HA solution of RHEL 7.x still bound to use
> > > of cman?
> > No
> > >
> > > 5) Where can I find a currenct workable version of the agents
> > > for RHEL 6.6 (and clones) and RHEL 7.x?
> > Probably you want the resource-agents package.
> >
> > T
> >
> > _______________________________________________
> > Pacemaker mailing list: Pacemaker@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
> > Bugs: http://bugs.clusterlabs.org
>
>
> _______________________________________________
> Pacemaker mailing list: Pacemaker@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
> Bugs: http://bugs.clusterlabs.org
>

_______________________________________________
Pacemaker mailing list: Pacemaker@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
Bugs: http://bugs.clusterlabs.org
Re: Some questions on the currenct state [ In reply to ]
Hi David,

thank you for your answers.

Best regards
Andreas Mock


-----Ursprüngliche Nachricht-----
Von: David Vossel [mailto:dvossel@redhat.com]
Gesendet: Montag, 12. Januar 2015 18:28
An: The Pacemaker cluster resource manager
Betreff: Re: [Pacemaker] Some questions on the currenct state



----- Original Message -----
> Hi Trevor,
>
> thank you for answering so fast.
>
> 2) Besides the fact that rpm packages are available do you know how to
> make rpm packages from git repository?

./autogen.sh && ./configure && make rpm

That will generate rpms from the source tree.

> 4) Is RHEL 7.x using corosync 2.x and pacemaker plugin for cluster
> membership?

no. RHEL 7.x uses corosync 2.x and the new corosync vote quorum api.
The plugins are a thing of the past for rhel7.

> Best regards
> Andreas Mock
>
>
> > -----Ursprüngliche Nachricht-----
> > Von: Trevor Hemsley [mailto:themsley@voiceflex.com]
> > Gesendet: Montag, 12. Januar 2015 16:42
> > An: The Pacemaker cluster resource manager
> > Betreff: Re: [Pacemaker] Some questions on the currenct state
> >
> > On 12/01/15 15:09, Andreas Mock wrote:
> > > Hi all,
> > >
> > > almost allways when I'm forced to do some major upgrades to our
> > > core machines in terms of hardware and/or software (OS) I'm forced
> > > to have a look at the current state of pacemaker based HA. Things
> > > are going on and things change. Projects converge and diverge,
> > > tool(s)/chains come and go and distributions marketing strategies
> > > change. Therefor I want to ask the following question in the hope
> > > list members deeply involved can answer easily.
> > >
> > > 1) Are there pacemaker packages für RHEL 6.6 and clones?
> > > When yes where?
> >
> > In the CentOS (etc) base/updates repos. For RHEL they're in the HA
> > channel.
> >
> > >
> > > 2) How can I create a pacemaker package 1.1.12 on my own from the
> > > git sources?
> > It's already in base/updates.
> >
> > >
> > > 3) How can I get the current versions of pcs and/or crmsh?
> > > Is pcs competitive to crmsh meanwhile?
> > pcs is in el6.6 and now includes pcsd. You can get crmsh from an
> > opensuse build repo for el6.
> > >
> > > 4) Is the pacemaker HA solution of RHEL 7.x still bound to use of
> > > cman?
> > No
> > >
> > > 5) Where can I find a currenct workable version of the agents for
> > > RHEL 6.6 (and clones) and RHEL 7.x?
> > Probably you want the resource-agents package.
> >
> > T
> >
> > _______________________________________________
> > Pacemaker mailing list: Pacemaker@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
> > Bugs: http://bugs.clusterlabs.org
>
>
> _______________________________________________
> Pacemaker mailing list: Pacemaker@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
> Bugs: http://bugs.clusterlabs.org
>

_______________________________________________
Pacemaker mailing list: Pacemaker@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
Bugs: http://bugs.clusterlabs.org


_______________________________________________
Pacemaker mailing list: Pacemaker@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
Bugs: http://bugs.clusterlabs.org