//
// Copyright (c) 1999-2001 by Sun Microsystems, Inc.
// All rights reserved.
//

#pragma ident   "@(#)dsmd_tuning.txt 1.13     03/08/29 SMI"

*
*   ====          DSMD Tunable Timeout and Intervals        ====
* 
** Note: Only Sun's Engineers are authorized to make changes in this file.
*        The file should be copied to 'A'...'R' subdirectory if a domain 
*        specific timeout, polling interval and monitoring control tuning 
*        are desired.  Otherwsie this file will be used for that domain.
*

*
** The default timeout and polling interval values are in seconds and must
*  be positive. Only the value fields can be changed.
*
    os_mon_interval    = 5
    state_mon_interval = 5
    reset_mon_interval = 60

    panic_time      = 300  
    panic_cont_time = 300
    panic_dump_time = 1200

    pre_obp_init_time = 60
    obp_run_time      = 180

    obp_err_reset_sync_time = 30
    obp_heartbeat_time      = 120
    os_heartbeat_time       = 300

    xir_dump_time      = 1800

    max_recovery_retry = 6

*
** The default time frame to reset repeated failure count.
*

    repeated_failure_window = 14400

*
** The default time frame to enable the backoff policy for handling
** rstop if 5 consecutive rstops with identical dump signatures were
** seen within this time window.
*
    rstop_backoff_policy_window = 900

*
** The default monitoring controls are on.
*  To turn off all domains state monitoring, change domain_mon to 0. 
*  To turn of all domains recovery actions, change domain_asr to 0.
*

    domain_mon = 1
    domain_asr = 1


