NAME
devtree - Print information about the device tree in Solaris
SYNOPSIS
devtree
-p | --print
-v | --all
-w= [--attr[=attr1,...]]
-o= [--prop[=prop1,...]]
-r= [--promProp[=pprop1,...]]
-m= [--minor]
-a [<alias>] | --aliases[=<alias>]
-d | --disks
-t | --tapes
-n | --networks
-b | --bootinfo
DESCRIPTION
OPTIONS
- -p, --print
-
Print the devicetree. Several suboptions are allowed:
- -v, --all
-
Print all information available for each node in the device tree. If only specific information is needed you can use the following options:
- -w, --attr[=attr1,...]
-
Prints attributes for the device node. If attribute names are specified only those attributes are printed or all attributes if no attributes names are specified..
- -o, --prop[=prop1,...]
-
Prints properties for the device node. If property names are specified only those properties are printed or all properties if no property names are given.
- -r, --promProp[=promProp1,...]
-
Prints prom properties for the device node. If property names are specified only those properties are printed or all properties if no property names are given.
- -m, --minor
-
Prints the minor nodes associated with the device node.
- -a, --aliases[=device]
-
Print OpenBoot device aliases. Aliases entered in the nvramrc with nvramrc?=false are not printed as they are not known to the OBP. For script usage it is possible to specify the value of a single alias whose value is output unformatted.
- -d, --disks
- -t, --tapes
- -n, --network
-
Prints all network adapters, regardless if they are plumbed or not.
- -b, --bootinfo
-
Print information related to booting from the OpenBoot-Prom. This includes the device last booted from and the boot- and diag-devices.
EXAMPLES
AUTHOR
Dagobert Michelsen, <dam@baltic-online.de>
SEE ALSO
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 727:
You forgot a '=back' before '=head1'