Print this page
NEX-13374 NDMP should be able to backup unmounted ZFS filesystems
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
NEX-3000 ndmp IPS package is broken
Reviewed by: Dan Fields <dan.fields@nexenta.com>
Reviewed by: Saso Kiselkov <saso.kiselkov@nexenta.com>
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
Reviewed by: Marcel Telka <marcel.telka@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
NEX-1263 socket buffer sizes in NDMP are set to very low value
Reviewed by: sarah.jelinek@nexenta.com
Reviewed by: marcel.telka@nexenta.com
Reviewed by: albert.lee@nexenta.com
Reviewed by: hans.rosenfeld@nexenta.com
NEX-894 Default location of NDMP log file should be under /var/log
   1 <?xml version="1.0"?>
   2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
   3 <!--
   4 Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
   5 Copyright 2014 Nexenta Systems, Inc. All rights reserved.
   6 
   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
  10 file.
  11 
  12 BSD 3 Clause License
  13 
  14 Copyright (c) 2007, The Storage Networking Industry Association.
  15 
  16 Redistribution and use in source and binary forms, with or without
  17 modification, are permitted provided that the following conditions
  18 are met:
  19         - Redistributions of source code must retain the above copyright
  20           notice, this list of conditions and the following disclaimer.
  21 
  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
  25           distribution.


 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='' />
 116         </property_group>
 117 
 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' />


 145         </property_group>
 146 
 147         <!-- Create Service Template information -->
 148         <template>
 149                 <common_name>
 150                         <loctext xml:lang='C'> NDMP Service</loctext>
 151                 </common_name>
 152                 <documentation>
 153                         <manpage title='ndmpd' section='1M'
 154                                 manpath='/usr/share/man' />
 155                 </documentation>
 156         </template>
 157 
 158 
 159 </service>
 160 
 161 </service_bundle>
   1 <?xml version="1.0"?>
   2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
   3 <!--
   4 Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
   5 Copyright 2017 Nexenta Systems, Inc. All rights reserved.
   6 
   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
  10 file.
  11 
  12 BSD 3 Clause License
  13 
  14 Copyright (c) 2007, The Storage Networking Industry Association.
  15 
  16 Redistribution and use in source and binary forms, with or without
  17 modification, are permitted provided that the following conditions
  18 are met:
  19         - Redistributions of source code must retain the above copyright
  20           notice, this list of conditions and the following disclaimer.
  21 
  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
  25           distribution.


 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='' />
 116         </property_group>
 117 
 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='autosync-support' type='boolean' value='false' />
 130                 <propval name='hpr-support' type='boolean' value='true' />
 131                 <propval name='backup-quarantine' type='boolean' value='false' />
 132                 <propval name='restore-quarantine' type='boolean' value='false' />
 133                 <propval name='overwrite-quarantine' type='boolean' value='false' />
 134                 <propval name='mover-nic' type='astring' value='' />
 135                 <propval name='fh-inode' type='boolean' value='false' />
 136                 <propval name='include-lmtime' type='boolean' value='false' />
 137                 <propval name='restore-fullpath' type='boolean' value='false' />
 138                 <propval name='socket-css' type='integer' value='60' />
 139                 <propval name='socket-crs' type='integer' value='60' />
 140                 <propval name='mover-recordsize' type='integer' value='60' />
 141                 <propval name='restore-wildcard-enable' type='boolean' value='false' />
 142                 <propval name='tcp-port' type='integer' value='10000' />
 143                 <propval name='zfs-force-override' type='astring' value='off' />
 144                 <propval name='drive-type' type='astring' value='sysv' />
 145                 <propval name='value_authorization' type='astring'
 146                         value='solaris.smf.value.ndmp' />
 147                 <propval name='vendor-name' type='astring' value='Nexenta' />
 148                 <propval name='product-name' type='astring' value='NexentaStor' />
 149         </property_group>
 150 
 151         <!-- Create Service Template information -->
 152         <template>
 153                 <common_name>
 154                         <loctext xml:lang='C'> NDMP Service</loctext>
 155                 </common_name>
 156                 <documentation>
 157                         <manpage title='ndmpd' section='1M'
 158                                 manpath='/usr/share/man' />
 159                 </documentation>
 160         </template>
 161 
 162 
 163 </service>
 164 
 165 </service_bundle>