Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ndmpd(1m) [opensolaris man page]

ndmpd(1M)						  System Administration Commands						 ndmpd(1M)

NAME
ndmpd - Network Data Management Protocol daemon SYNOPSIS
/usr/lib/ndmpd [-d] DESCRIPTION
The ndmpd daemon handles client Network Data Management Protocol (NDMP) requests. NDMP is an open, enterprise-wide, network-based data man- agement 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 | +-----------------------------+-----------------------------+ |Availability |SUNWndmpu, SUNWndmpr | +-----------------------------+-----------------------------+ |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 ser- vice's status can be queried using the svcs(1) command. SunOS 5.11 29 Nov 2007 ndmpd(1M)

Check Out this Related Man Page

efdaemon(1M)						  System Administration Commands					      efdaemon(1M)

NAME
efdaemon - embedded FCode interpreter daemon SYNOPSIS
/usr/lib/efcode/sparcv9/efdaemon [-d] DESCRIPTION
efdaemon, the embedded FCode interpreter daemon, invokes the embedded FCode interpreter when the daemon receives an interpretation request. A new session of the interpreter is started for each unique request by invoking the script /usr/lib/efcode/efcode. efdaemon is used on selected platforms as part of the processing of some dynamic reconfiguration events. OPTIONS
The following option is supported: -d Set debug output. Log debug messages as LOG_DEBUG level messages by using syslog(). See syslog(3C). FILES
/dev/fcode FCode interpreter pseudo device, which is a portal for receipt of FCode interpretation requests /usr/lib/efcode/efcode Shell script that invokes the embedded FCode interpreter /usr/lib/efcode/interpreter Embedded FCode interpreter /usr/lib/efcode/sparcv9/interpreter Embedded FCode interpreter ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------------------+ |Availability |SUNWefcx, SUNWefcux, SUNWefcr, SUNWefclx | +-----------------------------+-----------------------------------------+ SEE ALSO
svcs(1), prtconf(1M), svcadm(1M), syslog(3C), attributes(5), smf(5) NOTES
The efdaemon service is managed by the service management facility, smf(5), under the service identifier: svc:/platform/sun4u/efdaemon:default Administrative actions on this service, such as enabling, disabling, or requesting restart, can be performed using svcadm(1M). The ser- vice's status can be queried using the svcs(1) command. SunOS 5.11 10 Aug 2004 efdaemon(1M)
Man Page