1753895 Members
7924 Online
108809 Solutions
New Discussion юеВ

Re: Processor details

 
Sunil Rahate_1
Advisor

Processor details

Hi All,

Need details like no. of processor, processor make, no. of cores per CPU for rp3440 HPUX 11i.

Regards
10 REPLIES 10
Ganesan R
Honored Contributor

Re: Processor details

Hi Sunil,

Use #ioscan -fnC processor and
SAM -->Performance Monitor --> System properties
Best wishes,

Ganesh.
Sunil Rahate_1
Advisor

Re: Processor details

How to find the no. of cores per processor.

Regards
Venkatesh BL
Honored Contributor

Re: Processor details

use 'machinfo' cmd.
Jeeshan
Honored Contributor

Re: Processor details

check with this command

#echo "selclass qualifier CPU;info;wait;infolog"|cstm
a warrior never quits
Sunil Rahate_1
Advisor

Re: Processor details

machinfo command not available. Also cstm is disabled. any other commands.

Regards
Jeeshan
Honored Contributor

Re: Processor details

try

#print_manifest|more
a warrior never quits
sujit kumar singh
Honored Contributor

Re: Processor details

hi

#machinfo will not run on PARISC machines.

can use

#top
#ioscan -fnCprocessor
#print_manifest
also can take help of cstm

#cstm
cstm>sel all
cstm>info;wait
cstm>infolog

scroll down the pages and towards the later pages u can see the processor details.



to know about the icod CPU and licensing u can use the command
#icod_stat
OR
#icapstatus
Torsten.
Acclaimed Contributor

Re: Processor details

The cpus in a rp3440 is either pa-8800 or pa8900 - both dual-core.

>> #machinfo will not run on PARISC machines.

Sure?

# machinfo -v
CPU info:
1 PA-RISC 8800 processor (800 MHz, 32 MB)
CPU version 4
2 logical processors (2 per socket)

Vendor identification: Hewlett-Packard
Processor version info: 0x0000000000000284
Processor capabilities: 0x00000000000000b2
FSTWS, FSTWX, FLDWS, FLDWX generate word tx to I/O space
Multimedia halfword shift-and-adds
Multimedia halfword adds and subtracts
Speculative data prefetch on loads of GR0
Instruction cache: 32 MB
Data cache: 32 MB

Memory: 4096 MB (4 GB)

Firmware info:
Firmware revision: 46.34
IPMI is supported on this system.
BMC firmware revision: 3.52

Platform info:
Model: "9000/800/rp3440 "
...


Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
sujit kumar singh
Honored Contributor

Re: Processor details

thanks Torsten,


for the correction.



Regards
Sujit