cmd: remove sparc-only fruadm & prtfru
[unleashed.git] / share / man / man8 / drd.8
blob1dd6fd911a52dfa61e8da523cd4dd18d55411e11
1 '\" te
2 .\" Copyright (c) 2006, 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 DRD 8 "Jul 10, 2006"
7 .SH NAME
8 drd \- Logical Domain Dynamic Reconfiguration daemon
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fB/usr/lib/ldoms/drd\fR
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 The \fBdrd\fR daemon is part of the framework that enables the addition and
19 removal of resources from a Logical Domain. This framework is collectively
20 called Dynamic Reconfiguration (DR).
21 .sp
22 .LP
23 \fBdrd\fR is responsible for various aspects of DR on a Logical Domain and must
24 be enabled to ensure proper DR functionality. It is started at boot time and
25 has no configuration options.
26 .SH ATTRIBUTES
27 .sp
28 .LP
29 See \fBattributes\fR(5) for descriptions of the following attributes:
30 .sp
32 .sp
33 .TS
34 box;
35 c | c
36 l | l .
37 ATTRIBUTE TYPE  ATTRIBUTE VALUE
39 Interface Stability     Unstable
40 .TE
42 .SH SEE ALSO
43 .sp
44 .LP
45 \fBsvcs\fR(1), \fBsvcadm\fR(8), \fBsyslog\fR(3C), \fBsyslog.conf\fR(4),
46 \fBattributes\fR(5), \fBsmf\fR(5)
47 .SH ERRORS
48 .sp
49 .LP
50 \fBdrd\fR uses \fBsyslog\fR(3C) to report status and error messages. All of the
51 messages are logged with the \fBLOG_DAEMON\fR facility. Error messages are
52 logged with the \fBLOG_ERR\fR and \fBLOG_NOTICE\fR priorities, and
53 informational messages are logged with the \fBLOG_INFO\fR priority. The default
54 entries in the \fB/etc/syslog.conf\fR file log all the \fBdrd\fR error messages
55 to the \fB/var/adm/messages\fR log.
56 .SH NOTES
57 .sp
58 .LP
59 The \fBdrd\fR service is managed by the service management facility,
60 \fBsmf\fR(5), under the service identifier:
61 .sp
62 .in +2
63 .nf
64 svc:/platform/sun4v/drd:default
65 .fi
66 .in -2
68 .sp
69 .LP
70 Administrative actions on this service, such as enabling, disabling, or
71 requesting restart, can be performed using \fBsvcadm\fR(8). The service's
72 status can be queried using the \fBsvcs\fR(1) command.