3557 dumpvp_size is not updated correctly when a dump zvol's size is changed
[unleashed.git] / usr / src / man / man1m / ndmpd.1m
blobae587f1d9c0d63394eb1bb8fd71f9fa146693d6c
1 '\" te
2 .\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH NDMPD 1M "Apr 27, 2009"
7 .SH NAME
8 ndmpd \- Network Data Management Protocol daemon
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fB/usr/lib/ndmp/ndmpd\fR [\fB-d\fR]
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 The \fBndmpd\fR daemon handles client Network Data Management Protocol (NDMP)
19 requests. NDMP is an open, enterprise-wide, network-based data management
20 protocol used for backup and recovery. The \fBndmpd\fR daemon enables users to
21 manage data backup and recovery using Data Management Application (DMA)
22 clients. The NDMP protocol is used to coordinate data movement and control
23 between a DMA and an NDMP server or between two NDMP servers.
24 .sp
25 .LP
26 By default, \fBndmpd\fR is disabled.
27 .SH OPTIONS
28 .sp
29 .LP
30 The following option is supported:
31 .sp
32 .ne 2
33 .na
34 \fB\fB-d\fR\fR
35 .ad
36 .sp .6
37 .RS 4n
38 Debugging mode; log file will be created.
39 .RE
41 .SH EXIT STATUS
42 .sp
43 .ne 2
44 .na
45 \fB\fB0\fR\fR
46 .ad
47 .RS 5n
48 Successful completion.
49 .RE
51 .sp
52 .ne 2
53 .na
54 \fB\fB1\fR\fR
55 .ad
56 .RS 5n
57 An error occurred that prevented the \fBndmpd\fR daemon from initializing, such
58 as failure to fork a process, mutex initialization.
59 .RE
61 .sp
62 .ne 2
63 .na
64 \fB\fB2\fR\fR
65 .ad
66 .RS 5n
67 Invalid command-line options were specified.
68 .RE
70 .SH FILES
71 .sp
72 .ne 2
73 .na
74 \fB\fB/usr/lib/ndmp/ndmpd\fR\fR
75 .ad
76 .sp .6
77 .RS 4n
78 Network data management protocol server binary.
79 .RE
81 .sp
82 .ne 2
83 .na
84 \fB\fB/var/ndmp/ndmp.log\fR\fR
85 .ad
86 .sp .6
87 .RS 4n
88 Network data management protocol log messages file. This file is deleted upon
89 reboot.
90 .RE
92 .sp
93 .ne 2
94 .na
95 \fB\fB/var/ndmp/dumpdates\fR\fR
96 .ad
97 .sp .6
98 .RS 4n
99 A text file that stores information about the date and the level of dump
100 backups.
103 .SH ATTRIBUTES
106 See \fBattributes\fR(5) for descriptions of the following attributes:
111 box;
112 c | c
113 l | l .
114 ATTRIBUTE TYPE  ATTRIBUTE VALUE
116 Interface Stability     Committed
119 .SH SEE ALSO
122 \fBsvcs\fR(1), \fBndmpadm\fR(1M), \fBsvcadm\fR(1M), \fBsvccfg\fR(1M),
123 \fBsyslogd\fR(1M), \fBattributes\fR(5), \fBsmf\fR(5)
124 .SH NOTES
127 The \fBndmpd\fR daemon is managed by the service management facility
128 (\fBsmf\fR(5)), under the service identifier:
130 .in +2
132 svc:/system/ndmpd:default
134 .in -2
139 Administrative actions on this service, such as enabling, disabling, or
140 requesting restart, can be performed using \fBsvcadm\fR(1M). The service's
141 status can be queried using the \fBsvcs\fR(1) command.