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 2005 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 estats true 41# 42# Enables "extended stats" visible via "fmstat -m eft". 43# Useful only when doing performance work on eft.so. 44# 45# setprop status <filename> 46# 47# Tracks status of internal fault management exercises 48# to the given file each time the status changes. 49# Dumps an even larger amount of information if verbose 50# is also set. Note that every ereport received and 51# every timer that expires will cause the file to grow. 52# 53# setprop verbose <level> 54# 55# Increase debugging verbosity to <level> (1, 2, or 3). 56# 57# setprop warn true 58# 59# Turns on EFT file language warnings. Useful only 60# in very obscure debugging cases. 61# 62# setprop maxfme <integer> 63# 64# Sets the maximum number of open fault management exercises. 65# The value "0" (zero) specifies no limit. 66# 67dictionary SUNOS 68setprop autoclose upsets 69