2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
4 Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
5 Copyright 2014 Nexenta Systems, Inc. All rights reserved.
7 NOTE: This service manifest is not editable; its contents will
8 be overwritten by package or patch operations, including
9 operating system upgrade. Make customizations in a different
14 Copyright (c) 2007, The Storage Networking Industry Association.
16 Redistribution and use in source and binary forms, with or without
17 modification, are permitted provided that the following conditions
19 - Redistributions of source code must retain the above copyright
20 notice, this list of conditions and the following disclaimer.
22 - Redistributions in binary form must reproduce the above copyright
23 notice, this list of conditions and the following disclaimer in
24 the documentation and/or other materials provided with the
27 - Neither the name of The Storage Networking Industry Association (SNIA)
28 nor the names of its contributors may be used to endorse or promote
29 products derived from this software without specific prior written
32 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
33 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
34 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
35 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
36 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
37 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
38 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
39 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
40 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
41 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
42 POSSIBILITY OF SUCH DAMAGE.
46 <service_bundle type='manifest' name='SUNWndmpr:ndmpd'>
48 <!-- Name the service to 'system/ndmpd' -->
55 <!-- Create default service instance. -->
56 <create_default_instance enabled='false' />
58 <!-- Service has single instance -->
61 <!-- Identify dependencies. -->
64 grouping='require_all'
67 <service_fmri value='svc:/milestone/sysconfig' />
70 <!-- Identify start/stop/refresh methods -->
74 exec='/lib/svc/method/svc-ndmp'
75 timeout_seconds='60' >
78 user='root' group='sys'
87 timeout_seconds='60' >
94 timeout_seconds='60' >
97 <property_group name='general' type='framework'>
98 <!-- To Start/Stop/Refresh the service -->
99 <propval name='action_authorization' type='astring'
100 value='solaris.smf.manage.ndmp' />
101 <!-- To Configure service parameters -->
102 <propval name='value_authorization' type='astring'
103 value='solaris.smf.manage.ndmp' />
106 <property_group name='read' type='application'>
107 <!-- To read protected parameters -->
108 <propval name='read_authorization' type='astring'
109 value='solaris.smf.read.ndmp' />
110 <propval name='value_authorization' type='astring'
111 value='solaris.smf.value.ndmp' />
112 <propval name='cram-md5-username' type='astring' value='' />
113 <propval name='cram-md5-password' type='astring' value='' />
114 <propval name='cleartext-username' type='astring' value='' />
115 <propval name='cleartext-password' type='astring' value='' />
118 <property_group name='ndmpd' type='application'>
119 <stability value='Evolving' />
120 <propval name='debug-mode' type='boolean' value='false' />
121 <propval name='debug-path' type='astring' value='/var/log/ndmp' />
122 <propval name='plugin-path' type='astring' value='' />
123 <propval name='dump-pathnode' type='boolean' value='false' />
124 <propval name='tar-pathnode' type='boolean' value='false' />
125 <propval name='ignore-ctime' type='boolean' value='false' />
126 <propval name='token-maxseq' type='integer' value='9' />
127 <propval name='version' type='integer' value='4' />
128 <propval name='dar-support' type='boolean' value='false' />
129 <propval name='backup-quarantine' type='boolean' value='false' />
130 <propval name='restore-quarantine' type='boolean' value='false' />
131 <propval name='overwrite-quarantine' type='boolean' value='false' />
132 <propval name='mover-nic' type='astring' value='' />
133 <propval name='fh-inode' type='boolean' value='false' />
134 <propval name='include-lmtime' type='boolean' value='false' />
135 <propval name='restore-fullpath' type='boolean' value='false' />
136 <propval name='socket-css' type='integer' value='60' />
137 <propval name='socket-crs' type='integer' value='60' />
138 <propval name='mover-recordsize' type='integer' value='60' />
139 <propval name='restore-wildcard-enable' type='boolean' value='false' />
140 <propval name='tcp-port' type='integer' value='10000' />
141 <propval name='zfs-force-override' type='astring' value='off' />
142 <propval name='drive-type' type='astring' value='sysv' />
143 <propval name='value_authorization' type='astring'
144 value='solaris.smf.value.ndmp' />
147 <!-- Create Service Template information -->
150 <loctext xml:lang='C'> NDMP Service</loctext>
153 <manpage title='ndmpd' section='1M'
154 manpath='/usr/share/man' />