xref: /titanic_52/usr/src/man/man1m/ndmpd.1m (revision e5803b76927480e8f9b67b22201c484ccf4c2bcf)
te
Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved
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.
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.
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]
NDMPD 1M "Apr 27, 2009"
NAME
ndmpd - Network Data Management Protocol daemon
SYNOPSIS

/usr/lib/ndmp/ndmpd [-d]
DESCRIPTION

The ndmpd daemon handles client Network Data Management Protocol (NDMP) requests. NDMP is an open, enterprise-wide, network-based data management protocol used for backup and recovery. The ndmpd daemon enables users to manage data backup and recovery using Data Management Application (DMA) clients. The NDMP protocol is used to coordinate data movement and control between a DMA and an NDMP server or between two NDMP servers.

By default, ndmpd is disabled.

OPTIONS

The following option is supported: -d

Debugging mode; log file will be created.

EXIT STATUS
0

Successful completion.

1

An error occurred that prevented the ndmpd daemon from initializing, such as failure to fork a process, mutex initialization.

2

Invalid command-line options were specified.

FILES
/usr/lib/ndmp/ndmpd

Network data management protocol server binary.

/var/ndmp/ndmp.log

Network data management protocol log messages file. This file is deleted upon reboot.

/var/ndmp/dumpdates

A text file that stores information about the date and the level of dump backups.

ATTRIBUTES

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE ATTRIBUTE VALUE
Interface Stability Committed
SEE ALSO

svcs(1), ndmpadm(1M), svcadm(1M), svccfg(1M), syslogd(1M), attributes(5), smf(5)

NOTES

The ndmpd daemon is managed by the service management facility (smf(5)), under the service identifier:

svc:/system/ndmpd:default

Administrative actions on this service, such as enabling, disabling, or requesting restart, can be performed using svcadm(1M). The service's status can be queried using the svcs(1) command.