2930 beadm should sort by creation date
[illumos-gate.git] / usr / src / man / man1m / ndmpd.1m
blob8f9a5ee825ded430b6e85db443424d8e48828fe9
1 '\" te
2 .\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved
3 .\" Copyright 2014 Nexenta Systems, Inc.  All rights reserved.
4 .\" 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.
5 .\" 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.
6 .\" 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]
7 .TH NDMPD 1M "Feb 24, 2014"
8 .SH NAME
9 ndmpd \- Network Data Management Protocol daemon
10 .SH SYNOPSIS
11 .LP
12 .nf
13 \fB/usr/lib/ndmp/ndmpd\fR [\fB-df\fR]
14 .fi
16 .SH DESCRIPTION
17 .sp
18 .LP
19 The \fBndmpd\fR daemon handles client Network Data Management Protocol (NDMP)
20 requests. NDMP is an open, enterprise-wide, network-based data management
21 protocol used for backup and recovery. The \fBndmpd\fR daemon enables users to
22 manage data backup and recovery using Data Management Application (DMA)
23 clients. The NDMP protocol is used to coordinate data movement and control
24 between a DMA and an NDMP server or between two NDMP servers.
26 .SH OPTIONS
27 .sp
28 .LP
29 The following options are supported:
30 .sp
31 .ne 2
32 .na
33 \fB\fB-d\fR\fR
34 .ad
35 .RS 4n
36 Enables debugging mode. Overrides ndmpd/debug-mode smf(5) property.
37 .RE
39 .sp
40 .ne 2
41 .na
42 \fB\fB-f\fR\fR
43 .ad
44 .RS 4n
45 Tells NDMP server not to detach from terminal and to run in foreground. Log
46 messages will be printed to standard error output in addition to ndmp log
47 file.
48 .RE
50 .SH EXIT STATUS
51 .sp
52 .ne 2
53 .na
54 \fB\fB0\fR\fR
55 .ad
56 .RS 5n
57 Successful completion.
58 .RE
60 .sp
61 .ne 2
62 .na
63 \fB\fB95\fR\fR
64 .ad
65 .RS 5n
66 An error occurred that prevented the \fBndmpd\fR daemon from initializing, such
67 as failure to fork a process, mutex initialization.
68 .RE
70 .sp
71 .ne 2
72 .na
73 \fB\fB96\fR\fR
74 .ad
75 .RS 5n
76 Configuration problem or invalid command line options.
77 .RE
79 .SH FILES
80 .sp
81 .ne 2
82 .na
83 \fB\fB/usr/lib/ndmp/ndmpd\fR\fR
84 .ad
85 .sp .6
86 .RS 4n
87 Network data management protocol server binary.
88 .RE
90 .sp
91 .ne 2
92 .na
93 \fB\fB/var/log/ndmp/ndmplog.0\fR\fR
94 .ad
95 .sp .6
96 .RS 4n
97 Network data management protocol log messages file.
98 .RE
101 .ne 2
103 \fB\fB/var/ndmp/dumpdates\fR\fR
105 .sp .6
106 .RS 4n
107 A text file that stores information about the date and the level of dump
108 backups.
111 .SH ATTRIBUTES
114 See \fBattributes\fR(5) for descriptions of the following attributes:
119 box;
120 c | c
121 l | l .
122 ATTRIBUTE TYPE  ATTRIBUTE VALUE
124 Interface Stability     Committed
127 .SH SEE ALSO
130 \fBsvcs\fR(1), \fBndmpadm\fR(1M), \fBsvcadm\fR(1M), \fBsvccfg\fR(1M),
131 \fBsyslogd\fR(1M), \fBattributes\fR(5), \fBsmf\fR(5)
132 .SH NOTES
135 The \fBndmpd\fR daemon is managed by the service management facility
136 (\fBsmf\fR(5)), under the service identifier:
138 .in +2
140 svc:/system/ndmpd:default
142 .in -2
147 Administrative actions on this service, such as enabling, disabling, or
148 requesting restart, can be performed using \fBsvcadm\fR(1M). The service's
149 status can be queried using the \fBsvcs\fR(1) command.