Host Details

You can view detailed information about each host, including:
  • Name, IP address, rack ID
  • Health status of the host and last time the Cloudera Manager Agent sent a heartbeat to the Cloudera Manager Server
  • Number of cores
  • System load averages for the past 1, 5, and 15 minutes
  • Memory usage
  • File system disks, their mount points, and usage
  • Health test results for the host
  • Charts showing a variety of metrics and health test results over time.
  • Role instances running on the host and their health
  • CPU, memory, and disk resources used for each role instance
To view detailed host information:
  1. Click the Hosts tab.
  2. Click the name of one of the hosts. The Status page is displayed for the host you selected.
  3. Click tabs to access specific categories of information. Each tab provides various categories of information about the host, its services, components, and configuration.

From the status page you can view details about several categories of information.

Status

The Status page is displayed when a host is initially selected and provides summary information about the status of the selected host. Use this page to gain a general understanding of work being done by the system, the configuration, and health status.

If this host has been decommissioned or is in maintenance mode, you will see the following icon(s) (,) in the top bar of the page next to the status message.

Details

This panel provides basic system configuration such as the host's IP address, rack, health status summary, and disk and CPU resources. This information summarizes much of the detailed information provided in other panes on this tab. To view details about the Host agent, click the Host Agent link in the Details section.

Health Tests

Cloudera Manager monitors a variety of metrics that are used to indicate whether a host is functioning as expected. The Health Tests panel shows health test results in an expandable/collapsible list, typically with the specific metrics that the test returned. (You can Expand All or Collapse All from the links at the upper right of the Health Tests panel).

  • The color of the text (and the background color of the field) for a health test result indicates the status of the results. The tests are sorted by their health status – Good, Concerning, Bad, or Disabled. The list of entries for good and disabled health tests are collapsed by default; however, Bad or Concerning results are shown expanded.
  • The text of a health test also acts as a link to further information about the test. Clicking the text will pop up a window with further information, such as the meaning of the test and its possible results, suggestions for actions you can take or how to make configuration changes related to the test. The help text for a health test also provides a link to the relevant monitoring configuration section for the service. See Configuring Monitoring Settings for more information.

Health History

The Health History provides a record of state transitions of the health tests for the host.

  • Click the arrow symbol at the left to view the description of the health test state change.
  • Click the View link to open a new page that shows the state of the host at the time of the transition. In this view some of the status settings are greyed out, as they reflect a time in the past, not the current status.

File Systems

The File systems panel provides information about disks, their mount points and usage. Use this information to determine if additional disk space is required.

Roles

Use the Roles panel to see the role instances running on the selected host, as well as each instance's status and health. Hosts are configured with one or more role instances, each of which corresponds to a service. The role indicates which daemon runs on the host. Some examples of roles include the NameNode, Secondary NameNode, Balancer, JobTrackers, DataNodes, RegionServers and so on. Typically a host will run multiple roles in support of the various services running in the cluster.

Clicking the role name takes you to the role instance's status page.

You can delete a role from the host from the Instances tab of the Service page for the parent service of the role. You can add a role to a host in the same way. See Role Instances.

Charts

Charts are shown for each host instance in your cluster.

See Viewing Charts for Cluster, Service, Role, and Host Instances for detailed information on the charts that are presented, and the ability to search and display metrics of your choice.

Processes

The Processes page provides information about each of the processes that are currently running on this host. Use this page to access management web UIs, check process status, and access log information.

The Processes tab includes a variety of categories of information.
  • Service - The name of the service. Clicking the service name takes you to the service status page. Using the triangle to the right of the service name, you can directly access the tabs on the role page (such as the Instances, Commands, Configuration, Audits, or Charts Library tabs).
  • Instance - The role instance on this host that is associated with the service. Clicking the role name takes you to the role instance's status page. Using the triangle to the right of the role name, you can directly access the tabs on the role page (such as the Processes, Commands, Configuration, Audits, or Charts Library tabs) as well as the status page for the parent service of the role.
  • Name - The process name.
  • Links - Links to management interfaces for this role instance on this system. These is not available in all cases.
  • Status - The current status for the process. Statuses include stopped, starting, running, and paused.
  • PID - The unique process identifier.
  • Uptime - The length of time this process has been running.
  • Full log file - A link to the full log (a file external to Cloudera Manager) for this host log entries for this host.
  • Stderr - A link to the stderr log (a file external to Cloudera Manager) for this host.
  • Stdout - A link to the stdout log (a file external to Cloudera Manager) for this host.

Resources

The Resources page provides information about the resources (CPU, memory, disk, and ports) used by every service and role instance running on the selected host.

Each entry on this page lists:
  • The service name
  • The name of the particular instance of this service
  • A brief description of the resource
  • The amount of the resource being consumed or the settings for the resource
The resource information provided depends on the type of resource:
  • CPU - An approximate percentage of the CPU resource consumed.
  • Memory - The number of bytes consumed.
  • Disk - The disk location where this service stores information.
  • Ports - The port number being used by the service to establish network connections.

Commands

The Commands page shows you running or recent commands for the host you are viewing. See Viewing Running and Recent Commands for more information.

Configuration

Minimum Required Role: Full Administrator

The Configuration page for a host lets you set properties for the selected host. You can set properties in the following categories:
  • Advanced - Advanced configuration properties. These include the Java Home Directory, which explicitly sets the value of JAVA_HOME for all processes. This overrides the auto-detection logic that is normally used.
  • Monitoring - Monitoring properties for this host. The monitoring settings you make on this page will override the global host monitoring settings you make on the Configuration tab of the Hosts page. You can configure monitoring properties for:
    • health check thresholds
    • the amount of free space on the filesystem containing the Cloudera Manager Agent's log and process directories
    • a variety of conditions related to memory usage and other properties
    • alerts for health check events

    For some monitoring properties, you can set thresholds as either a percentage or an absolute value (in bytes).

  • Other - Other configuration properties.
  • Parcels - Configuration properties related to parcels. Includes the Parcel Director property, the directory that parcels will be installed into on this host. If the parcel_dir variable is set in the Agent's config.ini file, it will override this value.
  • Resource Management - Enables resource management using control groups (cgroups).

For more information, see the description for each or property or see Modifying Configuration Properties.

Components

The Components page lists every component installed on this host. This may include components that have been installed but have not been added as a service (such as YARN, Flume, or Impala).

This includes the following information:

  • Component - The name of the component.
  • Version - The version of CDH from which each component came.
  • Component Version - The detailed version number for each component.

Audits

The Audits page lets you filter for audit events related to this host. See Audit Events for more information.

Charts Library

The Charts Library page for a host instance provides charts for all metrics kept for that host instance, organized by category. Each category is collapsible/expandable. See Viewing Charts for Cluster, Service, Role, and Host Instances for more information.