scfd.conf revision 25cf1a301a396c38e8adf52c15f537b80d2483f7
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# All Rights Reserved, Copyright (c) FUJITSU LIMITED 2006
#
#pragma ident "%Z%%M% %I% %E% SMI"
# Begin (do not edit)
name="scfd" parent="pseudo" instance=200;
ddi-forceattach=1;
interrupt-priorities=0x9;
# End (do not edit)
# When scf-alive-check-function is set to "on", starts the Alive check
# function by XSCF. If XSCF detected abnormality of the domain, OS panic of
# the domain is executed. The default is "off".
# "on" : Starts the Alive check function
# "off" : Stops the Alive check function
scf-alive-check-function="off";
# You can set the Alive check interval time for the Alive check function.
# Specify this parameter in minutes. The range is 1 - 10 minutes.
# The default is 2 minutes.
scf-alive-interval-time=2;
# You can set the Alive check monitoring time for the Alive check function.
# Specify this parameter in minutes. The range is 3 - 30 minutes.
# The default is 6 minutes.
scf-alive-monitor-time=6;
# You can set the monitoring time for the OS panic monitoring of Alive
# check function. Specify this parameter in minutes. The range is
# 30 - 360 minutes. The default is 30 minutes.
scf-alive-panic-time=30;