Processor

From a PROM ok prompt I have typed banner. This returned this info

SunSPARCStation20 (1X390Z50) ......

Okay, I read that the 1x390z50 is the processor type. How can I found out the speed of these processor? Is it 50mhz? Don't know but I am curious. Thanks

Once Solaris comes up you can check the /var/adm/messages file to determine what CPU the box has.

Okay I tried to read the /var/adm/messages but I had no clue what I was looking for. Any help??? Thanks

Hi...try $grep clock /var/adm/messages the
number after clock is the clock speed.

Thanks, I will try that out.

echo "#############################################"
echo         harware status of the system
echo "#############################################"
/usr/platform/sun4u/sbin/prtdiag -v
echo

this will give you a whole lot of stats in a very easy to read format.