Managing Hosts

Cloudera Manager provides a number of features that let you configure and manage the hosts in your clusters.

The Status Tab

Viewing All Hosts

To display summary information about all the hosts managed by Cloudera Manager, click Hosts in the main navigation bar. The All Hosts page displays with a list of all the hosts managed by Cloudera Manager.

The list of hosts shows the overall status of the Cloudera Manager-managed hosts in your cluster.
  • The information provided varies depending on which columns are selected. To change the columns, click the Columns: n Selected drop-down and select the checkboxes next to the columns to display.
  • Click to the left of the number of roles to list all the role instances running on that host.
  • Filter the hosts list by entering search terms (hostname, IP address, or role) in the search box separated by commas or spaces. Use quotes for exact matches (for example, strings that contain spaces, such as a role name) and brackets to search for ranges. Hosts that match any of the search terms are displayed. For example:
    hostname[1-3], hostname8 hostname9, "hostname.example.com"
    hostname.example.com “HDFS DataNode”
  • You can also search for hosts by selecting a value from the facets in the Filters section at the left of the page.
  • If the Configuring Agent Heartbeat and Health Status Options are configured as follows:
    • Send Agent heartbeat every x
    • Set health status to Concerning if the Agent heartbeats fail y
    • Set health status to Bad if the Agent heartbeats fail z
    The value v for a host's Last Heartbeat facet is computed as follows:
    • v < x * y = Good
    • v >= x * y and <= x * z = Concerning
    • v >= x * z = Bad

Viewing the Hosts in a Cluster

Do one of the following:
  • Select Clusters > Cluster name > General > Hosts.
  • In the Home screen, click in a full form cluster table.
The All Hosts page displays with a list of the hosts filtered by the cluster name.

Viewing Individual Hosts

You can view detailed information about an individual host—resources (CPU/memory/storage) used and available, which processes it is running, details about the host agent, and much more—by clicking a host link on the All Hosts page. See Viewing Host Details.

The Configuration Tab

The Configuration tab lets you set properties related to parcels and to resource management, and also monitoring properties for the hosts under management. The configuration settings you make here will affect all your managed hosts. You can also configure properties for individual hosts from the Host Details page (see Viewing Host Details) which will override the global properties set here).

To edit the Default configuration properties for hosts:
  1. Click the Configuration tab.

For more information on making configuration changes, see Modifying Configuration Properties Using Cloudera Manager.

The Roles and Disks Overview Tabs

Role Assignments

You can view the assignment of roles to hosts as follows:
  1. Click the Roles tab.
  2. Click a cluster name or All Clusters.

Disks Overview

Click the Disks Overview tab to display an overview of the status of all disks in the deployment. The statistics exposed match or build on those in iostat, and are shown in a series of histograms that by default cover every physical disk in the system.

Adjust the endpoints of the time line to see the statistics for different time periods. Specify a filter in the box to limit the displayed data. For example, to see the disks for a single rack rack1, set the filter to: logicalPartition = false and rackId = "rack1" and click Filter. Click a histogram to drill down and identify outliers. Mouse over the graph and click to display additional information about the chart.

The Templates Tab

The Templates tab lets you create and manage host templates, which provide a way to specify a set of role configurations that should be applied to a host. This greatly simplifies the process of adding new hosts, because it lets you specify the configuration for multiple roles on a host in a single step, and then (optionally) start all those roles.

The Parcels Tab

In the Parcels tab you can download, distribute, and activate available parcels to your cluster. You can use parcels to add new products to your cluster, or to upgrade products you already have installed.