Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install: ganglia instructions on centos doesn't work #437

Closed
rayx opened this issue Jun 6, 2024 · 1 comment
Closed

Install: ganglia instructions on centos doesn't work #437

rayx opened this issue Jun 6, 2024 · 1 comment

Comments

@rayx
Copy link
Contributor

rayx commented Jun 6, 2024

CBTOOL uses the following command to install ganglia:

CORRECTIVE ACTION: Please install/configure "gmond" by issuing the following command: "cd /root/; wget -N http://mirrors.lug.mtu.edu/fedora/linux/development/rawhide/Everything/source/tree/Packages/g/ganglia-3.7.2-31.fc33.src.rpm;sudo yum -y install perl-Pod-Html-1.22.02-416.el8.noarch rpm-build autoconf automake libtool apr-devel;sudo yum -y install rsync rrdtool-devel rpcgen libtirpc-devel libmemcached-devel libconfuse-devel; sudo wget -N https://download.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/source/tree/Packages/l/libart_lgpl-2.3.21-23.fc32.src.rpm; cd /root/; sudo rpmbuild --rebuild libart_lgpl-2.3.21-23.fc32.src.rpm;sudo rpm -i /root/rpmbuild/RPMS/x86_64/libart_lgpl-2.3.21-23.el8.x86_64.rpm /root/rpmbuild/RPMS/x86_64/libart_lgpl-devel-2.3.21-23.el8.x86_64.rpm;sudo yum -y install git; cd /root/; sudo rpmbuild --rebuild ganglia-3.7.2-31.fc33.src.rpm;sudo rpm -i /root/rpmbuild/RPMS/x86_64/ganglia-3.7.2-31.el8.x86_64.rpm /root/rpmbuild/RPMS/x86_64/ganglia-gmetad-3.7.2-31.el8.x86_64.rpm /root/rpmbuild/RPMS/x86_64/ganglia-gmond-3.7.2-31.el8.x86_64.rpm;sudo chkconfig gmond off;"

It doesn't work for two reasons:

  1. If user isn't root, the wget command would fail in cd /root/; wget -N ... command

Workaround: run install script as root

  1. The urls in above commands are broken.

Workaround: I find ganglia packages are available in epel repo.

@rayx rayx changed the title ganglia install instructions on centos doesn't work Install: ganglia instructions on centos doesn't work Jun 6, 2024
@rayx
Copy link
Contributor Author

rayx commented Jun 7, 2024

Moved to #439

@rayx rayx closed this as completed Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant