solaris: view attached devices
I was really miss a great tool to see installed devices in linux, lspci, that I couldn’t find in solaris. Doing some googling-job, i found a similar tool with lspci.. well this one actually can gives me a more detail (or complicated) than lspci. To see them Issue the command:
# prtconf -v
This will give you a very detailed report of devices attached to the machine. don’t use -v (verbose) if you hates the verbosity
Confused? Use this cool script to get a more readable output using the prtconf as its stdin (read the note on its header).