Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/man/man8/prtconf.8
Real path: /usr/share/man/man8/prtconf.8
Zurück
'\" te .\" Copyright (c) 1989, 2021, Oracle and/or its affiliates. .\" Copyright (c) 1989, AT&T. All rights reserved. .TH prtconf 8 "3 Sep 2019" "Oracle Solaris 11.4" "System Administration Commands" .SH NAME prtconf \- print system configuration .SH SYNOPSIS .LP .nf \fB/usr/sbin/prtconf\fR [\fB-V\fR] | [\fB-F\fR] | | [\fB-bpv\fR] | [\fB-acdDlPuUv\fR] [\fIdev_path\fR] .fi .SH DESCRIPTION .sp .LP The \fBprtconf\fR command prints the system configuration information. The output includes the total amount of memory, and the configuration of system peripherals formatted as a device tree. .sp .LP If a device path is specified on the command line for those command options that can take a device path, \fBprtconf\fR will only display information for that device node. .SH OPTIONS .sp .LP The following options are supported: .sp .ne 2 .mk .na \fB\fB-a\fR\fR .ad .RS 6n .rt Display all the ancestors device nodes, up to the root node of the device tree, for the device specified on the command line. .RE .sp .ne 2 .mk .na \fB\fB-b\fR\fR .ad .RS 6n .rt Display the firmware device tree root properties for the purpose of platform identification. These properties are "name", "compatible", "banner-name" and "model". .RE .sp .ne 2 .mk .na \fB\fB-c\fR\fR .ad .RS 6n .rt Display the device subtree rooted at the device node specified on the command line, that is, display all the children of the device node specified on the command line. .RE .sp .ne 2 .mk .na \fB\fB-d\fR\fR .ad .RS 6n .rt Display vendor ID and device ID for PCI and PCI Express devices, in addition to the nodename. .RE .sp .ne 2 .mk .na \fB\fB-D\fR\fR .ad .RS 6n .rt For each system peripheral in the device tree, displays the name of the device driver used to manage the peripheral. .RE .sp .ne 2 .mk .na \fB\fB-l\fR\fR .ad .RS 6n .rt Show the \fB/dev/chassis\fR location associated with the device node. If \fB-v\fR is used, \fB-l\fR is implied. .RE .sp .ne 2 .mk .na \fB\fB-F\fR\fR .ad .RS 6n .rt Returns the device path name of the console frame buffer, if one exists. If there is no frame buffer, \fBprtconf\fR returns a non-zero exit code. This flag must be used by itself. It returns only the name of the console, frame buffer device or a non-zero exit code. For example, if the console frame buffer on a SUNW,Ultra-30 is \fBffb\fR, the command returns: \fB/SUNW,ffb@1e,0:ffb0\fR. This option could be used to create a symlink for \fB/dev/fb\fR to the actual console device. .RE .sp .ne 2 .mk .na \fB\fB-p\fR\fR .ad .RS 6n .rt Displays information derived from the device tree provided by the firmware (PROM) on SPARC platforms or the booting system on x86 platforms. The device tree information displayed using this option is a snapshot of the initial configuration and may not accurately reflect reconfiguration events that occur later. .RE .sp .ne 2 .mk .na \fB\fB-P\fR\fR .ad .RS 6n .rt Includes information about pseudo devices. By default, information regarding pseudo devices is omitted. .RE .sp .ne 2 .mk .na \fB\fB-u\fR\fR .ad .RS 6n .rt Together with \fB-v\fR, displays information for each device listing properties from the vendor and admin lists, if any. .RE .sp .ne 2 .mk .na \fB\fB-U\fR\fR .ad .RS 6n .rt Provides device usage information. .RE .sp .ne 2 .mk .na \fB\fB-v\fR\fR .ad .RS 6n .rt Specifies verbose mode. .RE .sp .ne 2 .mk .na \fB\fB-V\fR\fR .ad .RS 6n .rt Displays platform-dependent \fBPROM\fR (on SPARC platforms) or booting system (on x86 platforms) version information. This flag must be used by itself. The output is a string. The format of the string is arbitrary and platform-dependent. .RE .SH OPERANDS .sp .LP The following operands are supported: .sp .ne 2 .mk .na \fB\fIdev_path\fR\fR .ad .RS 12n .rt The path to a target device minor node, device nexus node, or device link for which device node configuration information is displayed .RE .SH EXIT STATUS .sp .LP The following exit values are returned: .sp .ne 2 .mk .na \fB\fB0\fR\fR .ad .RS 12n .rt No error occurred. .RE .sp .ne 2 .mk .na \fB\fBnon-zero\fR\fR .ad .RS 12n .rt An error occurred. .RE .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for descriptions of the following attributes: .sp .TS tab( ) box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPE ATTRIBUTE VALUE _ Availability system/core-os _ Interface Stability Uncommitted .TE .sp .SH SEE ALSO .sp .LP \fBopenprom\fR(4D), \fBdriver\fR(5), \fBdriver.conf\fR(5), \fBattributes\fR(7), \fBdevprop\fR(8), \fBfuser\fR(8), \fBmodinfo\fR(8), \fBsysdef\fR(8) .SH NOTES .sp .LP The output of the \fBprtconf\fR command is highly dependent on the version of the \fBPROM\fR installed in the system. The output will be affected in potentially all circumstances. .sp .LP The \fBdriver not attached\fR message means that no driver is currently attached to that instance of the device. In general, drivers are loaded and installed (and attached to hardware instances) on demand, and when needed, and may be uninstalled and unloaded when the device is not in use. .sp .LP On x86 platforms, the use of \fBprtconf\fR \fB-vp\fR provides a subset of information from \fBprtconf\fR \fB-v\fR. The value of integer properties from \fBprtconf\fR \fB-vp\fR might require byte swapping for correct interpretation.