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
30 Service manifest for dumpadm.
33 <service_bundle type='manifest' name='SUNWckr:dumpadm'>
40 <create_default_instance enabled='true' />
45 The dumpadm(1M) service reconfigures the kernel's dump settings
46 from /etc/dumpadm.conf and then invokes savecore(1M) to locate
47 and retrieve any saved crash dumps. It therefore needs to have
48 local filesystems mounted, and must also have an *optional*
49 dependency on nfs.client and autofs in case dumpadm -s has been
50 used to set the savecore directory to an NFS or AutoFS mount.
54 name='local-filesystems'
56 grouping='require_all'
58 <service_fmri value='svc:/system/filesystem/local' />
62 name='remote-filesystems'
64 grouping='optional_all'
66 <service_fmri value='svc:/network/nfs/client' />
67 <service_fmri value='svc:/system/filesystem/autofs' />
71 The fmd service exists in all Solaris zones, but only
72 in the global zone (which dumpadm is defined in) should
73 it be dependent on dumpadm configuration.
77 grouping='require_all'
79 <service_fmri value='svc:/system/fmd' />
85 exec='/lib/svc/method/svc-dumpadm'
86 timeout_seconds='0' />
92 timeout_seconds='0' />
94 <property_group name='startd' type='framework'>
95 <propval name='duration' type='astring' value='transient' />
98 <stability value='Unstable' />
102 <loctext xml:lang='C'>
103 system crash dump configuration
111 manpath='/usr/share/man' />