1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License, Version 1.0 only 6# (the "License"). You may not use this file except in compliance 7# with the License. 8# 9# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10# or http://www.opensolaris.org/os/licensing. 11# See the License for the specific language governing permissions 12# and limitations under the License. 13# 14# When distributing Covered Code, include this CDDL HEADER in each 15# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16# If applicable, add the following below this CDDL HEADER, with the 17# fields enclosed by brackets "[]" replaced with your own identifying 18# information: Portions Copyright [yyyy] [name of copyright owner] 19# 20# CDDL HEADER END 21# 22# 23# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 24# Use is subject to license terms. 25# 26#ident "%Z%%M% %I% %E% SMI" 27# 28# fmd configuration file for the eft.so diagnosis engine. 29# 30# The following configuration options are valid: 31# 32# setprop autoclose [all|upsets] 33# 34# Turns on automatic closing of cases after they've 35# been solved. Useful if no agent is available to 36# act upon a published diagnosis. Setting autoclose 37# to "all" closes all cases automatcally, setting it 38# to "upsets" closes only those containing only upsets. 39# 40# setprop dupclose true 41# 42# Turns on detection of "duplicate diagnosis" which is 43# defined as a diagnosis producing a suspect list made up 44# entirely of resources already marked "faulty" by the 45# system. Such diagoses are silently closed when dupclose 46# is true. 47# 48# setprop estats true 49# 50# Enables "extended stats" visible via "fmstat -m eft". 51# Useful only when doing performance work on eft.so. 52# 53# setprop status <filename> 54# 55# Tracks status of internal fault management exercises 56# to the given file each time the status changes. 57# Dumps an even larger amount of information if verbose 58# is also set. Note that every ereport received and 59# every timer that expires will cause the file to grow. 60# 61# setprop verbose <level> 62# 63# Increase debugging verbosity to <level> (1, 2, or 3). 64# 65# setprop warn true 66# 67# Turns on EFT file language warnings. Useful only 68# in very obscure debugging cases. 69# 70# setprop maxfme <integer> 71# 72# Sets the maximum number of open fault management exercises. 73# The value "0" (zero) specifies no limit. 74# 75dictionary SUNOS 76setprop autoclose upsets 77setprop dupclose true 78