2.3. Set Up Ganglia Hosts

  1. On the Ganglia server, to configure the gmond collector:

    /usr/libexec/hdp/ganglia/setupGanglia.sh -c HDPJobTracker -m   
    /usr/libexec/hdp/ganglia/setupGanglia.sh -c HDPNameNode -m
    /usr/libexec/hdp/ganglia/setupGanglia.sh -c HDPSlaves -m
    /usr/libexec/hdp/ganglia/setupGanglia.sh -t
  2. If HBase is installed, execute the following command on the HBase Master host machine:

    /usr/libexec/hdp/ganglia/setupGanglia.sh -c HDPHBaseMaster -m
    
  3. On the NameNode and SecondaryNameNode servers, execute the following command to configure the gmond emitters:

    /usr/libexec/hdp/ganglia/setupGanglia.sh -c HDPNameNode
  4. On the JobTracker server, execute the following command to configure the gmond emitters:

    /usr/libexec/hdp/ganglia/setupGanglia.sh -c HDPJobTracker
  5. On all hosts, execute the following command to configure the gmond emitters:

    /usr/libexec/hdp/ganglia/setupGanglia.sh -c HDPSlaves
  6. If HBase is installed, execute the following command on the HBase Master host machine to configure the gmond emitter:

    /usr/libexec/hdp/ganglia/setupGanglia.sh -c HDPHBaseMaster

loading table of contents...