4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
22 # Copyright 2006 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
25 #ident "%Z%%M% %I% %E% SMI"
27 # fmd configuration file for the event-transport.so plugin module.
29 # The following configuration options are valid:
31 # setprop reconnect_timeout <time>
33 # Sets the total time spent attempting to connect with a peer
34 # after a connection has been lost. Time is in nanoseconds.
36 # setprop reconnect_interval <time>
38 # Sets the timeout value in between individual reconnection
39 # attempts. Time is in nanoseconds.
41 # setprop rw_timeout <time>
43 # Sets the timeout value for a read or write I/O operation.
44 # Time is in nanoseconds.
46 # setprop filter_path <path>
48 # Specifies the location of a platform-specific filter plugin
49 # for incoming and outgoing events. No assumptions are made
50 # regarding the relative path or the name of the filter plugin.
51 # Therefore, the absolute path and the name of the binary must
54 # setprop client_list <FMRI string>
56 # Specifies a list of peers this module will accept a
59 # This list may take the following forms:
61 # (1) A space-separated list.
63 # setprop client_list "dev:///dom0 dev:///dom1 dev:///dom2"
65 # (2) An array syntax for a range of endpoints. The following
66 # example is equivalent to the previous example.
68 # setprop client_list "dev:///dom[0:2]"
70 # (3) A combination of both. The following example is
71 # equivalent to the previous examples.
73 # setprop client_list "dev:///dom0 dev:///dom[1:2]"
75 # setprop server_list <FMRI string>
77 # Specifies a list of peers this module will initiate a
80 # The syntax of this property is the same as the "client_list"
83 # If a peer is found in both client_list and server_list,
84 # a connection will not be initiated to the peer, but a
85 # connection will be accepted from the peer.
88 setprop server_list "dev:///sp0"