1821646 Members
3075 Online
109633 Solutions
New Discussion юеВ

9000/800/S16K-A

 
Popy
Regular Advisor

9000/800/S16K-A

Hi all,

Can anyone advice me the following queries ?

1. 9000/800/S16K-A This is the output of "model" command is it a Superdome 16 way ?
2.How to see the CPU model&Speed at command line ?

Thaks in advance
Regards
Raneesh Vijayan
5 REPLIES 5
Pete Randall
Outstanding Contributor

Re: 9000/800/S16K-A

1. Yes, I believe so.

2. Model: use stm
Speed: use this script:

HPUX=/stand/vmunix

MHZ=$(echo itick_per_tick/D \
| adb -k $HPUX /dev/kmem \
| tail -1 \
| awk '{print $2/10000}')
echo $MHZ


Pete

Pete
RAC_1
Honored Contributor

Re: 9000/800/S16K-A

Yes it is superdome (16 way)
echo "selclass qualifier cpu;info;wait;infolog"|cstm > /tmp/cpu.log
Check cpu.log file.
echo itick_per_usec/D | adb -k /stand/vmunix /dev/kmem -- cpu speed in hertz

Anil
There is no substitute to HARDWORK
Jeff Schussele
Honored Contributor

Re: 9000/800/S16K-A

Hi,

The rp8400 system will report S16K-A on a model command.
The 'Domes will report SD16000/32000/64000 depending on their CPU count.

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Stuart Abramson
Trusted Contributor

Re: 9000/800/S16K-A

I agree with rp8410.

adb as listed will show MHz/GHz.

rad -q will show partitions and card slots.

sam will show a lot of this too...
Popy
Regular Advisor

Re: 9000/800/S16K-A


Thank you all my friends.


Regards
Raneesh Vijayan