CPU module

HiDoes anyone know how to check the no: of CPU modules present in SUN SERVER V880 running Solaris 8 ? One of the faulty CPU module is taken out from the server, now I want to check the CPU no:'s and status. Guide me .......Thanking you in advance
[289 byte] By [bravobritto] at [2007-11-25 23:40:44]
# 1
Just a quickie off the top of my head, but have you checked dmesg?
Red_Oregon at 2007-7-5 18:48:29 > top of Java-index,General,Sys Admin Best Practices...
# 2

You can compare the results of the following two commands.

Each gives you a different perspective on your cpu hardware.

# psrinfo -v

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

( you may need to pipe that to 'more' )

psrinfo is platform independant.

prtdiag is for SPARC only, not x86.

rukbat at 2007-7-5 18:48:29 > top of Java-index,General,Sys Admin Best Practices...
# 3
Thank you Rukbat. I've got the same command # /usr/platform/sun4u/sbin/prtdiag -vbut I haven't tried it yet. I shall do the same today. We are having sparc platform.
bravobritto at 2007-7-5 18:48:29 > top of Java-index,General,Sys Admin Best Practices...
# 4
Another useful command would be "mpstat".
Cailin_Coilleach at 2007-7-5 18:48:29 > top of Java-index,General,Sys Admin Best Practices...