2.3. Set Up Ganglia Hosts

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

    /usr/libexec/hdp/ganglia/setupGanglia.sh -c HDPHistoryServer -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, on the HBase Master:

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

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

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

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

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

loading table of contents...