Update the Monitoring Storage Nodes
You must reconfigure HPE Data Fabric Monitoring when you add additional OpenTSDB or Elasticsearch nodes, or when you change the OpenTSDB or Elasticsearch node locations.
About this task
Procedure
-
Run configure.sh on each node in
the HPE Data Fabric cluster with the
-R,-ES, and-OTparameters. Optionally, you can include the-ESDBparameter./opt/mapr/server/configure.sh -R -ES <comma-separate list of Elasticsearch nodes> \ -OT <comma-separate list of OpenTSDB nodes> [-ESDB <filepath>]For the entire list of available
configure.shparameters, see configure.shIf you encounter any errors after runningconfigure.sh, see Troubleshoot Monitoring Installation Errors -
If you updated the list of Elasticsearch nodes, restart the all the Fluentd,
Elasticsearch, and Kibana services.
maprcli node services -name fluentd -nodes <space separated list of Fluentd nodes> -action restartmaprcli node services -name elasticsearch -nodes <space separated list of Elasticsearch nodes> -action restartmaprcli node services -name kibana -nodes <space separated list of Kibana nodes> -action restart -
If you updated the list of OpenTSDB nodes, restart the collectd, OpenTSDB, and
Grafana services.
maprcli node services -name opentsdb -nodes <space separated list of OpenTSDB nodes> -action restartmaprcli node services -name collectd -nodes <space separated list of collectd nodes> -action restartmaprcli node services -name grafana -nodes <space separated list of Grafana nodes> -action restart