On the Ganglia server host:
Create the directory for the
objects
folder:mkdir -p /usr/libexec/hdp/ganglia
Copy the objects files:
cp <tmp-directory>/ganglia/objects /usr/libexec/hdp/ganglia
Copy the contents of the scripts folder to
init.d
cp <tmp-directory>/ganglia/scripts /etc/init.d
On each host in the cluster:
Copy the Ganglia monitoring init script to
init.d
cp <tmp-directory>/ganglia/scripts/hdp-gmond /etc/init.d