Hi All,
Could you help me here on cluster version?
The whole idea behind this is to support different cluster versioned commandws on RHEL 2.1/3/4.
If I want to get status/name/resource group I will have to run different cluster commands (as different cluster versions are installed on same RHEL version). e.g If I want to get cluster nodes,
for RHEL2.1 I use "/sbin/cluadmin -- cluster status" whereas
for RHEL3.0 I use "/sbin/clustst"
So, I need to find a way to find cluster version and proceed accordingly.
I appreciate your inputs on this.
Thanks
- krishna
Could you help me here on cluster version?
The whole idea behind this is to support different cluster versioned commandws on RHEL 2.1/3/4.
If I want to get status/name/resource group I will have to run different cluster commands (as different cluster versions are installed on same RHEL version). e.g If I want to get cluster nodes,
for RHEL2.1 I use "/sbin/cluadmin -- cluster status" whereas
for RHEL3.0 I use "/sbin/clustst"
So, I need to find a way to find cluster version and proceed accordingly.
I appreciate your inputs on this.
Thanks
- krishna
----- Forwarded Message ----
From: Lon Hohberger <lhh@xxxxxxxxxx>
To: krishnamurthi G <kri_thi@xxxxxxxxx>
Sent: Friday, January 12, 2007 8:11:04 PM
Subject: Re: cluster version identification:how?
From: Lon Hohberger <lhh@xxxxxxxxxx>
To: krishnamurthi G <kri_thi@xxxxxxxxx>
Sent: Friday, January 12, 2007 8:11:04 PM
Subject: Re: cluster version identification:how?
On Thu, 2007-01-11 at 23:02 -0800, krishnamurthi G wrote:
> RHEL 2.1 "/sbin/cluadmin -- cluster status"
Um, 2.1 has clustat, too?
> But I noticed that RHEL 3.0 could have cluster setup where
> "/sbin/cluadmin -- cluster status" works. ( Where my code fails :-( ).
clumanager-1.2.x on RHEL 3 does not include "cluadmin".
> So now I need to find a way to detect cluster version and use
> corresponding cluster commands.
>
> Rajesh has given a pointer to detect version For RHEL 2.1 and 3.0 run
> "rpm -qa |grep clumanager" and for rhel4.0 use ccs,cman,fence
> independent rpms to find the version. ( Rajesh which is the
> appropriate command to find version for RHEL4.0 ?)
rpm -q clumanager
1.0.x -> RHEL 2.1
1.2.x -> RHEL 3
Nothing: not installed; try: rpm -q rgmanager
1.9.x -> RHEL 4
2.0.x -> RHEL 5
> m/c 2:
> # rpm -qa |grep clumanager
> clumanager-1.2.3-1
Please don't run 1.2.3. There are some pretty big bugs in it.
-- Lon
> RHEL 2.1 "/sbin/cluadmin -- cluster status"
Um, 2.1 has clustat, too?
> But I noticed that RHEL 3.0 could have cluster setup where
> "/sbin/cluadmin -- cluster status" works. ( Where my code fails :-( ).
clumanager-1.2.x on RHEL 3 does not include "cluadmin".
> So now I need to find a way to detect cluster version and use
> corresponding cluster commands.
>
> Rajesh has given a pointer to detect version For RHEL 2.1 and 3.0 run
> "rpm -qa |grep clumanager" and for rhel4.0 use ccs,cman,fence
> independent rpms to find the version. ( Rajesh which is the
> appropriate command to find version for RHEL4.0 ?)
rpm -q clumanager
1.0.x -> RHEL 2.1
1.2.x -> RHEL 3
Nothing: not installed; try: rpm -q rgmanager
1.9.x -> RHEL 4
2.0.x -> RHEL 5
> m/c 2:
> # rpm -qa |grep clumanager
> clumanager-1.2.3-1
Please don't run 1.2.3. There are some pretty big bugs in it.
-- Lon
Sucker-punch spam with award-winning protection.
Try the free Yahoo! Mail Beta.
-- Linux-cluster mailing list Linux-cluster@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/linux-cluster