1833162 Members
3126 Online
110051 Solutions
New Discussion

Re: processor model

 
SOLVED
Go to solution
lourdes jimenez_1
New Member

processor model

Hi,


I need to know the exact processor model to install a software (PA-RISC v.5.6.1 or PA-RISC v.8.0). How can I check it? I have tried with the following commands:
uname -a
ioscan -fnC processor
model

Thak you in advance.
11 REPLIES 11
Pete Randall
Outstanding Contributor

Re: processor model

You should be able to cross reference your model with the information presented on this page to give you your version:

http://www.openpa.net/cpu.html


Pete

Pete
RAC_1
Honored Contributor

Re: processor model

If you have STM(Support Tool Manager) installed, you can do as follows.

echo "selclass qualifier cpu;info;wait;infolog"|cstm > /tmp/cpu.log

check /tmp/cpu.log file

Anil
There is no substitute to HARDWORK
lourdes jimenez_1
New Member

Re: processor model

Hi,

I wasn't be able to find my model machine in the link you suggested and I have not installed STM.



Thank you!!
Jean-Luc Oudart
Honored Contributor

Re: processor model

Check the FAQ on this site (that you should bookmark)
http://mirrors.develooper.com/hpux/

Regards,
Jean-Luc
fiat lux
Pete Randall
Outstanding Contributor

Re: processor model

What model do you have?


Pete

Pete
Petr Simik_1
Valued Contributor

Re: processor model

If you have xstm tool installed you can look there
#xstm and click on the CPU which you want to play with and there is Information Tool Log - you can get more informations there.

CPU SPEED
echo itick_per_usec/D |adb -k /stand/vmunix /dev/mem

number of processors
echo "runningprocs/D" | adb -k /stand/vmunix /dev/mem

Petr Simik_1
Valued Contributor

Re: processor model

You can download STM tool installation depot from
http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B6191AAE

it is free i guess.
Geoff Wild
Honored Contributor

Re: processor model

Also, look in here:

/usr/sam/lib/mo/sched.models

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Sanjay_6
Honored Contributor
Solution

Re: processor model

Hi,

grep the output of model in the file /usr/sam/lib/mo/sched.models.

Say the model output is 9000/800/K580, then grep for K580 in the file /usr/sam/lib/mo/sched.models.

# model
9000/800/K580
# grep K580 /usr/sam/lib/mo/sched.models
K580 2.0 PA8200

Hope this helps.

Regds
Muthukumar_5
Honored Contributor

Re: processor model

Hai,

Use sysinfo script available at,
http://www.unixguide.net/scripts/hpsysinfo146 to know about the system information easily,

Execute it as,
ksh sysinfo.ksh -g

It will give processor informations.
Easy to suggest when don't know about the problem!
Jan Sladky
Trusted Contributor

Re: processor model

hi,

SAM can helps

PerformanceMonitor -> System properties -> processor

br Jan
GSM, Intelligent Networks, UNIX