Merge commit 'ad3ad82ad2fb99c424a8482bd1908d08b990ccea'
[unleashed.git] / share / man / man7d / zcons.7d
blobaa4d4b5459dea231b801690c0169d9b0b15b3904
1 '\" te
2 .\"  Copyright 2003 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 ZCONS 7D "Aug 24, 2003"
7 .SH NAME
8 zcons \- Zone console device driver
9 .SH DESCRIPTION
10 .sp
11 .LP
12 The \fBzcons\fR character driver exports the console for system zones. The
13 driver is comprised of two "sides:" a master side with which applications in
14 the global zone communicate, and a slave side, which receives I/O from the
15 master side. The slave side is available in the global zones.
16 .sp
17 .LP
18 Applications must not depend on the location of \fB/dev\fR or \fB/devices\fR
19 entries exported by \fBzcons\fR. Inside a zone, the \fBzcons\fR slave  side is
20 fronted by \fB/dev/console\fR and other console-related  symbolic links, which
21 are used by applications that expect to write to the system console.
22 .sp
23 .LP
24 The \fBzcons\fR driver is Sun Private, and may change in future releases.
25 .SH FILES
26 .sp
27 .ne 2
28 .na
29 \fB\fB/dev/zcons/<\fIzonename\fR>/masterconsole\fR \fR
30 .ad
31 .sp .6
32 .RS 4n
33 Global zone master side console for zone <\fIzonename\fR>.
34 .RE
36 .sp
37 .ne 2
38 .na
39 \fB\fB/dev/zcons/<\fIzonename\fR>/slaveconsole\fR \fR
40 .ad
41 .sp .6
42 .RS 4n
43 Global zone slave side console for zone <\fIzonename\fR>.
44 .RE
46 .sp
47 .ne 2
48 .na
49 \fB\fB/dev/zconsole\fR \fR
50 .ad
51 .sp .6
52 .RS 4n
53 Non-global zone console (slave side).
54 .RE
56 .SH ATTRIBUTES
57 .sp
58 .LP
59 See \fBattributes\fR(5) for descriptions of the following attributes:
60 .sp
62 .sp
63 .TS
64 box;
65 c | c
66 l | l .
67 ATTRIBUTE TYPE  ATTRIBUTE VALUE
69  Interface Stability    Sun Private
70 .TE
72 .SH SEE ALSO
73 .sp
74 .LP
75 \fBzoneadm\fR(8), \fBzonecfg\fR(8), \fBattributes\fR(5), \fBzones\fR(5)