25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# CDDL HEADER START
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# The contents of this file are subject to the terms of the
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# Common Development and Distribution License (the "License").
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# You may not use this file except in compliance with the License.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# or http://www.opensolaris.org/os/licensing.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# See the License for the specific language governing permissions
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# and limitations under the License.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# When distributing Covered Code, include this CDDL HEADER in each
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# If applicable, add the following below this CDDL HEADER, with the
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# fields enclosed by brackets "[]" replaced with your own identifying
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# information: Portions Copyright [yyyy] [name of copyright owner]
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# CDDL HEADER END
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# Use is subject to license terms.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#ident "%Z%%M% %I% %E% SMI"
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# fmd configuration file for the event-transport.so plugin module.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# The following configuration options are valid:
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# setprop reconnect_timeout <time>
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# Sets the total time spent attempting to connect with a peer
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# after a connection has been lost. Time is in nanoseconds.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# setprop reconnect_interval <time>
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# Sets the timeout value in between individual reconnection
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# attempts. Time is in nanoseconds.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# setprop rw_timeout <time>
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# Sets the timeout value for a read or write I/O operation.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# Time is in nanoseconds.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
77a7fd96f77f04bbd7634db14755686062589ecajrutt# setprop filter_path <path>
77a7fd96f77f04bbd7634db14755686062589ecajrutt#
77a7fd96f77f04bbd7634db14755686062589ecajrutt# Specifies the location of a platform-specific filter plugin
77a7fd96f77f04bbd7634db14755686062589ecajrutt# for incoming and outgoing events. No assumptions are made
77a7fd96f77f04bbd7634db14755686062589ecajrutt# regarding the relative path or the name of the filter plugin.
77a7fd96f77f04bbd7634db14755686062589ecajrutt# Therefore, the absolute path and the name of the binary must
77a7fd96f77f04bbd7634db14755686062589ecajrutt# be used.
77a7fd96f77f04bbd7634db14755686062589ecajrutt#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# setprop client_list <FMRI string>
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# Specifies a list of peers this module will accept a
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# connection from.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# This list may take the following forms:
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# (1) A space-separated list.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# setprop client_list "dev:///dom0 dev:///dom1 dev:///dom2"
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# (2) An array syntax for a range of endpoints. The following
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# example is equivalent to the previous example.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# setprop client_list "dev:///dom[0:2]"
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# (3) A combination of both. The following example is
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# equivalent to the previous examples.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# setprop client_list "dev:///dom0 dev:///dom[1:2]"
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# setprop server_list <FMRI string>
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# Specifies a list of peers this module will initiate a
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# connection to.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# The syntax of this property is the same as the "client_list"
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# property above.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# If a peer is found in both client_list and server_list,
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# a connection will not be initiated to the peer, but a
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# connection will be accepted from the peer.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl
25cf1a301a396c38e8adf52c15f537b80d2483f7jlsetprop server_list "dev:///sp0"