Change the Logging Level of the HMP Watchdog Agent

Note:

Starting with Oracle Hardware Management Pack 2.4.9.0, the HMP watchdog agent and associated ILOM and host watchdog services are no longer available.

The logging level of the HMP watchdog agent can be changed by editing the agent’s configuration file and changing the value of the hmp_watchdogd_log_levels property.

  1. Open the following file in a text editor:

    # /etc/ssm_directory/hmp_watchdogd.conf

    Where ssm_directory is either sun-ssm or ssm, depending on your version of Oracle Hardware Management Pack.

  2. Change the value of the following parameter:

    hmp_watchdogd_log_levels=value

    The following table shows the available log level values.

    Value Resulting Messages

    CRIT

    critical messages

    ERROR

    critical and error messages

    WARNING

    critical, error messages and warnings

    NOTICE

    critical, error messages, warnings, and notices

    INFO

    critical, error messages, warnings, notices, and informational

  3. Save the configuration file.
  4. Run the following command:

    # /etc/init.d/hmp_watchdogd reload