2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
4 Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
8 The contents of this file are subject to the terms of the
9 Common Development and Distribution License (the "License").
10 You may not use this file except in compliance with the License.
12 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13 or http://www.opensolaris.org/os/licensing.
14 See the License for the specific language governing permissions
15 and limitations under the License.
17 When distributing Covered Code, include this CDDL HEADER in each
18 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
19 If applicable, add the following below this CDDL HEADER, with the
20 fields enclosed by brackets "[]" replaced with your own identifying
21 information: Portions Copyright [yyyy] [name of copyright owner]
25 NOTE: This service manifest is not editable; its contents will
26 be overwritten by package or patch operations, including
27 operating system upgrade. Make customizations in a different
31 <service_bundle type='manifest' name='SUNWckr:fmd'>
38 <create_default_instance enabled='true' />
43 Fault Manager Dependencies, Part 1
45 At present, the fmd.xml manifest is delivered outside of SUNWfmd
46 because it is a usr package. Therefore we insert a dependency on
47 the fmd binary being present (i.e. SUNWfmd has been installed).
51 grouping='require_all'
54 <service_fmri value='file://localhost/usr/lib/fm/fmd/fmd' />
58 Fault Manager Dependencies, Part 2
60 fmd should be started after /var is mounted and rpcbind is
61 running. It is resilient to the the failure and/or
62 interruption of rpcbind, and therefore does not restart under any
65 The dumpadm and sysevent services (global zone only) also list the
66 fmd service as a dependent, with restart_on='none' for both.
70 grouping='require_all'
73 <service_fmri value='svc:/system/filesystem/minimal' />
78 grouping='optional_all'
81 <service_fmri value='svc:/network/rpc/bind' />
87 exec='/usr/lib/fm/fmd/fmd'
88 timeout_seconds='0' />
94 timeout_seconds='60' />
96 <stability value='Evolving' />
100 <loctext xml:lang='C'>
101 Solaris Fault Manager
109 manpath='/usr/share/man' />