4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun#
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# CDDL HEADER START
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun#
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# The contents of this file are subject to the terms of the
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# Common Development and Distribution License (the "License").
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# You may not use this file except in compliance with the License.
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun#
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# or http://www.opensolaris.org/os/licensing.
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# See the License for the specific language governing permissions
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# and limitations under the License.
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun#
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# When distributing Covered Code, include this CDDL HEADER in each
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# If applicable, add the following below this CDDL HEADER, with the
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# fields enclosed by brackets "[]" replaced with your own identifying
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# information: Portions Copyright [yyyy] [name of copyright owner]
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun#
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# CDDL HEADER END
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun#
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# Use is subject to license terms.
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun#
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# ident "%Z%%M% %I% %E% SMI"
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# transport these FMA events from the domain to the SP
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysunsubscribe fault.cpu.*
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysunsubscribe fault.memory.*
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysunsubscribe fault.io.fire.*
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysunsubscribe fault.io.pci.*
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysunsubscribe fault.io.pciex.*
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysunsubscribe list.repaired
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun#
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# etm agent properties:
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun#
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# On supported systems, ETM can transport SP Alert event messages from the
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# SP to Solaris. SP Alert messages are generated by the Service Processor
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# and indicate various conditions monitored by the SP. The following
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# properties define how those messages are handled by Solaris.
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun#
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# etm_alert_console - bool - log messages to system console (default=false)
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# etm_alert_syslogd - bool - log messages to messages file through
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# syslogd (default=true)
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# etm_alert_facility - string - syslog(3C) log facility to use
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# (default=LOG_DAEMON)
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun#
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# The "etm_alert_facility" property may only be configured to use
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# LOG_DAEMON (which is the default) or one of LOG_LOCAL[0-7]. For
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# information about the use of local log facilities, refer to syslog(3C),
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# syslogd(1M), and syslog.conf(4).
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun#
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# Example settings:
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# setprop etm_alert_console true
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun# setprop etm_alert_facility LOG_LOCAL0
4a6ec905b96eb96a398c346f59e034a90ce8ad37ysun#