On Wed, 2006-04-26 at 21:05 +0200, Dag Wieers wrote:
On Wed, 26 Apr 2006, Steve Huff wrote:
On Apr 26, 2006, at 11:26 AM, Todd Reed wrote:
I thought I?ve installed the clustering tools, but when I attempt to run clustat, it says it doesn?t exist. When I installed the suite, I ran:
yum install -y GFS GFS-kernel-smp magma-plugins fence dlm dlm-kernel-smp gulm cman cman-kernel-smp
CCSD is running and when I ?cat /proc/cluster/nodes?, I see my three nodes.
Does anyone see the package that I missed for clustat?
[root@server ~]# rpm -qf /usr/sbin/clustat rgmanager-1.9.46-0
With apt you can do something like:
apt-get install /usr/bin/clustat apt-get install /usr/sbin/clustat
and it will fetch the package that contains the file. I bet Yum has identical functionality.
It does (yum) ... and if you just want to know the package, but not install it then you can also do:
yum provides /usr/sbin/clustat
or even
yum provides clustat