Modify Current Host Watchdog Settings

  1. To modify current host watchdog settings, type:

    # ilomconfig modify hostwatchdog --option

    You can change more than one parameter with the same command.

    The following options are available for this command.

    Option Possible Values Description

    --timer-action=action

    Warning|Reset|PowerOff|PowerCycle

    This sets the host_watchdog_timer_action parameter, which determines the action the host watchdog takes when the timer value expires.

    --timer-value=timervalue

    Positive integer up to 6553

    This sets the host_watchdog_timer_value parameter, which determines the number of seconds before the timer expires.

    --reset-period=queryinterval

    Positive integer that is less than the value of timer-value parameter

    This sets the host_watchdog_reset_period parameter, which determines the number of seconds before resetting the timer value.