3557 dumpvp_size is not updated correctly when a dump zvol's size is changed
[unleashed.git] / usr / src / man / man1m / tninfo.1m
blob23e0a10a4ae297ec963ad5ae5a1c4b9c811581d6
1 '\" te
2 .\" Copyright (c) 2007, 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 TNINFO 1M "Jul 20, 2007"
7 .SH NAME
8 tninfo \- print kernel-level network information and statistics
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fB/usr/sbin/tninfo\fR [\fB-h\fR \fIhostname\fR] [\fB-m\fR \fIzone-name\fR] [\fB-t\fR \fItemplate\fR]
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 \fBtninfo\fR provides an interface to retrieve and display kernel-level network
19 information and statistics.
20 .SH OPTIONS
21 .sp
22 .ne 2
23 .na
24 \fB\fB-h\fR \fIhostname\fR\fR
25 .ad
26 .RS 16n
27 Display the security structure for the specified host in the remote-host cache.
28 The output should reflect what is specified in the \fBtnrhdb\fR database.
29 .RE
31 .sp
32 .ne 2
33 .na
34 \fB\fB-m\fR \fIzone-name\fR\fR
35 .ad
36 .RS 16n
37 Display the MLP configuration associated with the specified zone. The output
38 should reflect what is specified in the \fBtnzonecfg\fR database.
39 .RE
41 .sp
42 .ne 2
43 .na
44 \fB\fB-t\fR \fItemplate\fR\fR
45 .ad
46 .RS 16n
47 Display the structure associated with the specified \fItemplate\fR. The output
48 should reflect what is specified in the \fBtnrhtp\fR database.
49 .RE
51 .SH EXAMPLES
52 .LP
53 \fBExample 1 \fRDisplaying Remote Host Structures Cached in the Kernel
54 .sp
55 .LP
56 This example shows the remote host structures cached in the kernel. The output
57 reflects the definition in the \fBtnrhdb\fR database.
59 .sp
60 .in +2
61 .nf
62 # \fBtninfo -h machine1\fR
63    IP address= 192.168.8.61
64    Template = cipso
65 .fi
66 .in -2
67 .sp
69 .LP
70 \fBExample 2 \fRDisplaying Multilevel Ports for the Global Zone
71 .sp
72 .LP
73 This example shows the kernel-cached MLPs for the global zone. The output
74 reflects the definition in the \fBtnzonecfg\fR database, plus any dynamically
75 allocated MLPs. \fBprivate\fR indicates zone-specific MLPs.
77 .sp
78 .in +2
79 .nf
80 # \fBtninfo -m global\fR
81 private:23/tcp;111/tcp;111/udp;515/tcp;2049/tcp;6000-6003/tcp;
82         32812/tcp;36698/ip;38634/tcp;64365/ip
83 shared: 6000-6003/tcp
84 .fi
85 .in -2
86 .sp
88 .LP
89 \fBExample 3 \fRDisplaying the \fBcipso\fR Template Definition
90 .sp
91 .LP
92 This example shows the kernel-cached \fBcipso\fR template definition. The
93 output reflects the definition in the \fBtnrhtp\fR database.
95 .sp
96 .in +2
97 .nf
98 # \fBtninfo -t cipso\fR
99 =====================================
100    Remote Host Template Table Entries:
101    __________________________
102    template: cipso
103    host_type: CIPSO
104    doi: 1
105    min_sl: ADMIN_LOW
106    hex: ADMIN_LOW
107    max_sl: ADMIN_HIGH
108    hex: ADMIN_HIGH
110 .in -2
113 .SH FILES
115 .ne 2
117 \fB\fB/etc/security/tsol/tnrhdb\fR\fR
119 .sp .6
120 .RS 4n
121 Trusted network remote-host database
125 .ne 2
127 \fB\fB/etc/security/tsol/tnrhtp\fR\fR
129 .sp .6
130 .RS 4n
131 Trusted network remote-host templates
135 .ne 2
137 \fB\fB/etc/security/tsol/tnzonecfg\fR\fR
139 .sp .6
140 .RS 4n
141 Trusted zone configuration database
144 .SH ATTRIBUTES
147 See \fBattributes\fR(5) for descriptions of the following attributes:
152 box;
153 c | c
154 l | l .
155 ATTRIBUTE TYPE  ATTRIBUTE VALUE
157 Interface Stability     See below.
162 The command line is Committed. The output is Uncommitted.
163 .SH SEE ALSO
166 \fBtnd\fR(1M), \fBtnctl\fR(1M), \fBattributes\fR(5)
169 \fIHow to Synchronize Kernel Cache With Network Databases\fR in \fISolaris
170 Trusted Extensions Administrator\&'s Procedures\fR
171 .SH NOTES
174 The functionality described on this manual page is available only if the system
175 is configured with Trusted Extensions.