6253 F_GETLK doesn't always return lock owner
[illumos-gate.git] / usr / src / man / man1m / zoneadmd.1m
blobf07c9dd5f18024855e6c37006214ee842b54a8ed
1 '\" te
2 .\" Copyright (c) 2004, Sun Microsystems, Inc.
3 .\" 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 ZONEADMD 1M "Nov 1, 2004"
8 .SH NAME
9 zoneadmd \- zone administration daemon
10 .SH SYNOPSIS
11 .LP
12 .nf
13 \fB/usr/lib/zones/zoneadmd\fR
14 .fi
16 .SH DESCRIPTION
17 .sp
18 .LP
19 \fBzoneadmd\fR is a system daemon that is started when the system needs to
20 manage a particular zone. Because each instance of the \fBzoneadmd\fR daemon
21 manages a particular zone, it is not unexpected to see multiple \fBzoneadmd\fR
22 daemons running.
23 .sp
24 .LP
25 This daemon is started automatically by the zone management software and should
26 not be invoked directly. The daemon shuts down automatically when no longer in
27 use. It does not constitute a programming interface, but is classified as a
28 private interface.
29 .SH ATTRIBUTES
30 .sp
31 .LP
32 See \fBattributes\fR(5) for descriptions of the following attributes:
33 .sp
35 .sp
36 .TS
37 box;
38 c | c
39 l | l .
40 ATTRIBUTE TYPE  ATTRIBUTE VALUE
42 Interface Stability     Private
43 .TE
45 .SH SEE ALSO
46 .sp
47 .LP
48 \fBsvcs\fR(1), \fBzlogin\fR(1), \fBsvcadm\fR(1M), \fBzoneadm\fR(1M),
49 \fBattributes\fR(5), \fBsmf\fR(5), \fBzones\fR(5)
50 .SH NOTES
51 .sp
52 .LP
53 The \fBzones\fR(5) service is managed by the service management facility,
54 \fBsmf\fR(5), under the service identifier:
55 .sp
56 .in +2
57 .nf
58 svc:/system/zones:default
59 .fi
60 .in -2
61 .sp
63 .sp
64 .LP
65 Administrative actions on this service, such as enabling, disabling, or
66 requesting restart, can be performed using \fBsvcadm\fR(1M). The service's
67 status can be queried using the \fBsvcs\fR(1) command.