pci cards

what command/s can I run on a sunfire 440 running solaris 8 to viewwhat type of card is in each slot (i.e. GigE, JNI, FE etc)?
[140 byte] By [garyeelliott] at [2007-11-26 10:10:08]
# 1

Begin with a verbose PRTDIAG:

# /usr/platform/sun4u/sbin/prtdiag -v

Unless you've already customized your root user's command path,

you will need to type the full absolute path for Solaris 8.

... the path to prtdiag was not soft-linked until Solaris 9.

You could also grep yourself through a verbose PRTCONF as well,

although the output from PRTDIAG will probably be sufficient.

Begin with a full ...

# prtconf -v | more

and let it scroll on and on.

The man pages can give additional command switches that may be of value.

rukbat at 2007-7-7 1:54:32 > top of Java-index,Sun Hardware,Servers - General Discussion...
# 2
That did it. Thanks you much!!!!
garyeelliott at 2007-7-7 1:54:32 > top of Java-index,Sun Hardware,Servers - General Discussion...