etm.conf revision 6739:9ee2f991c855
1169691Skan#
297403Sobrien# CDDL HEADER START
3169691Skan#
4169691Skan# The contents of this file are subject to the terms of the
5132720Skan# Common Development and Distribution License (the "License").
6132720Skan# You may not use this file except in compliance with the License.
7132720Skan#
897403Sobrien# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9132720Skan# or http://www.opensolaris.org/os/licensing.
10132720Skan# See the License for the specific language governing permissions
11132720Skan# and limitations under the License.
12132720Skan#
1397403Sobrien# When distributing Covered Code, include this CDDL HEADER in each
14169691Skan# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15169691Skan# If applicable, add the following below this CDDL HEADER, with the
16169691Skan# fields enclosed by brackets "[]" replaced with your own identifying
17169691Skan# information: Portions Copyright [yyyy] [name of copyright owner]
18169691Skan#
19132720Skan# CDDL HEADER END
20169691Skan#
21169691Skan# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
22169691Skan# Use is subject to license terms.
23169691Skan#
24169691Skan# ident	"%Z%%M%	%I%	%E% SMI"
2597403Sobrien
26169691Skan# transport these FMA events from the domain to the SP
27169691Skansubscribe fault.cpu.*
28169691Skansubscribe fault.memory.*
29169691Skansubscribe fault.io.fire.*
30169691Skansubscribe fault.io.pci.*
31169691Skansubscribe fault.io.pciex.*
32132720Skansubscribe fault.io.n2.*
33169691Skansubscribe fault.io.vf.*
34132720Skansubscribe list.repaired
35169691Skan
36169691Skan#
37169691Skan# etm agent properties:
38169691Skan#
39169691Skan# On supported systems, ETM can transport SP Alert event messages from the
40132720Skan# SP to Solaris.  SP Alert messages are generated by the Service Processor
41169691Skan# and indicate various conditions monitored by the SP.  The following
42169691Skan# properties define how those messages are handled by Solaris.
43169691Skan#
44169691Skan# etm_alert_console - bool - log messages to system console (default=false)
45169691Skan# etm_alert_syslogd - bool - log messages to messages file through
46169691Skan#   syslogd (default=true)
47169691Skan# etm_alert_facility - string - syslog(3C) log facility to use
48169691Skan#   (default=LOG_DAEMON)
49169691Skan#
50169691Skan# The "etm_alert_facility" property may only be configured to use
51169691Skan# LOG_DAEMON (which is the default) or one of LOG_LOCAL[0-7].  For
52169691Skan# information about the use of local log facilities, refer to syslog(3C),
53169691Skan# syslogd(1M), and syslog.conf(4).
54169691Skan#
55169691Skan# Example settings:
56169691Skan# setprop etm_alert_console true
57169691Skan# setprop etm_alert_facility LOG_LOCAL0
58169691Skan#
59169691Skan