libc: remove old sun4 capabilities
[unleashed.git] / share / man / man8 / ldmad.8
blob314d6f5bea238596545cd292cb94f0e77fcd76ec
1 '\" te
2 .\" Copyright (c) 2009, 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. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
4 .\"  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
5 .\" the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH LDMAD 8 "Sep 8, 2009"
7 .SH NAME
8 ldmad \- Logical Domains Agents daemon
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fB/usr/lib/ldoms/ldmad\fR
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 The \fBldmad\fR daemon is part of the framework that enables Logical Domain
19 agents to run on a Logical Domain. A Logical  Domain agent is a component that
20 interacts with the control domain for providing features or information.
21 .sp
22 .LP
23 \fBldmad\fR is responsible for running agents on a Logical Domain and must be
24 enabled to ensure proper functionality of all features provided by the domain
25 manager on the control  domain. It is started at boot time and has no
26 configuration options.
27 .SH ATTRIBUTES
28 .sp
29 .LP
30 See \fBattributes\fR(5) for descriptions of the following attributes:
31 .sp
33 .sp
34 .TS
35 box;
36 c | c
37 l | l .
38 ATTRIBUTE TYPE  ATTRIBUTE VALUE
40 Interface Stability     Unstable
41 .TE
43 .SH SEE ALSO
44 .sp
45 .LP
46 \fBsvcs\fR(1), \fBsvcadm\fR(8), \fBsyslog\fR(3C), \fBsyslog.conf\fR(4),
47 \fBattributes\fR(5), \fBsmf\fR(5)
48 .SH ERRORS
49 .sp
50 .LP
51 \fBldmad\fR uses \fBsyslog\fR(3C) to report status and error messages. All of
52 the messages are logged with the \fBLOG_DAEMON\fR facility. Error messages are
53 logged with the \fBLOG_ERR\fR and \fBLOG_NOTICE\fR priorities, and
54 informational messages are logged with the \fBLOG_INFO\fR priority. The default
55 entries in the \fB/etc/syslog.conf\fR file log all of the \fBldmad\fR error
56 messages to the \fB/var/adm/messages\fR log.
57 .SH NOTES
58 .sp
59 .LP
60 The \fBldmad\fR service is managed by the service management facility,
61 \fBsmf\fR(5), under the service identifier:
62 .sp
63 .in +2
64 .nf
65 svc:/ldoms/agents:default
66 .fi
67 .in -2
68 .sp
70 .sp
71 .LP
72 Administrative actions on this service, such as enabling, disabling, or
73 requesting restart can be performed using \fBsvcadm\fR(8). The service's
74 status can be queried using the \fBsvcs\fR(1) command.