1840012 Members
1604 Online
110159 Solutions
New Discussion

processor

 
SOLVED
Go to solution
Tarek
Super Advisor

processor

Hi,
is there a command on hp that tells me something about the processors, as how many processors has the ws and its frequence.
Is there also a command that tells everything about hardware configuration of the ws? (so not only processor?)
Thanks in advance
Tarek
10 REPLIES 10
Uday_S_Ankolekar
Honored Contributor

Re: processor


Hi,

top will you give you the detial of cpu process. Also download sysinfo.sh from hp porting website , that gives all the *required* information about a system
http://hpux.cs.utah.edu/hppd/

goodluck,
-USA..
Good Luck..
Sanjay_6
Honored Contributor
Solution

Re: processor

Hi Tarek,

you can use "stm" which is part of the OnlineDiag package available from your support plus CD.

You can also download the same from this link,

http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B6191AAE

Here is the link to support plus user guide,

http://docs.hp.com/hpux/onlinedocs/5969-4302/5969-4302.html

Hope this helps.

Regds
Marcin Wicinski
Trusted Contributor

Re: processor

Hi,
the best way to find out everything about harware is to install STM and use it as follows:

cstm -> sall ->info -> il -> v

You will get information on hardware configuration (mamory, processors, converters ...) and other connected devices: SCSI arrays ....

later,
Marcin Wicinski
Christopher Caldwell
Honored Contributor

Re: processor

cstm is hardware dependent (different answers for different hardware) but you can get some information:

# cstm
Running Command File (/usr/sbin/stm/ui/config/.stmrc).

-- Information --
Support Tools Manager


Version A.28.00

Product Number B4708AA

(C) Copyright Hewlett Packard Co. 1995-2001
All Rights Reserved

Use of this program is subject to the licensing restrictions described
in "Help-->On Version". HP shall not be liable for any damages resulting
from misuse or unauthorized use of this program.

cstm>scl type processor
cstm>info
-- Updating Map --
Updating Map...
cstm>infolog

You can use adb to get clock speed
echo itick_per_usec/D | adb /stand/vmunix /dev/kmem
G. Vrijhoeven
Honored Contributor

Re: processor

Hi,

stm, cstm should do the trik but if you did not install it information about other hardware(non CPU) can be found by ioscan -fn | more, dmesg, or in a reboot (not ideal)

Gideon
A. Clay Stephenson
Acclaimed Contributor

Re: processor

Hi:

About as good as it gets is to install and run stm. (Support Tools Manager). If you have an X environment then you can run xstm and get a nice GUI.
If it ain't broke, I can fix that.
Tarek
Super Advisor

Re: processor

Thanks all. I'm downloadin STM, once done i will follow your tips. If i have problems on using it i will disturb you again ;-)
Thanks
Tarek
Tarek
Super Advisor

Re: processor

cstm>scl type processor
cstm>info
-- Updating Map --
Updating Map...
cstm>infolog

You can use adb to get clock speed
echo itick_per_usec/D | adb /stand/vmunix /dev/kmem

Output is: 400
What does it mean? 440 mhz??
V model.
Sanjay_6
Honored Contributor

Re: processor

Hi Tarek,

If the output of the command is 400, it means the processor speed is 400MHz and not 440MHz as posted by you.

Hope this helps.

Regds
Tarek
Super Advisor

Re: processor

You're right Sanjay, it was an error typing ;-)
Thanks
Tarek