Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 05:33 AM
08-21-2002 05:33 AM
CPU
How do i know the CPU type in HP OS.
example, a machine is containg a processor type PA-8700. Through which command i can get this information.
Appreciate your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 05:36 AM
08-21-2002 05:36 AM
Re: CPU
Take a look at http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x15b53a7b3682d611abdb0090277a778c,00.html
And remember, you can search these forums too :-)
Cheers!
James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 05:37 AM
08-21-2002 05:37 AM
Re: CPU
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 05:41 AM
08-21-2002 05:41 AM
Re: CPU
getconf MaCHINE_MODEL #get info about cpu speed
man getconf for more.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 05:44 AM
08-21-2002 05:44 AM
Re: CPU
getconf CPU_CHIP_TYPE
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 05:45 AM
08-21-2002 05:45 AM
Re: CPU
and addtional info with
echo "selclass qualifier cpu;info;wait;infolog"|cstm > cpu.info
Check cpu.info file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 05:56 AM
08-21-2002 05:56 AM
Re: CPU
The suggestions what you all posted is not worked out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 05:59 AM
08-21-2002 05:59 AM
Re: CPU
Anil has the answer with the cstm command.
Either check the file - it'll be large OR
grep PA cpu.info
you'll get the model.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 06:09 AM
08-21-2002 06:09 AM
Re: CPU
It doesn't work. I didn't find PA information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 06:14 AM
08-21-2002 06:14 AM
Re: CPU
echo "selclass qualifier cpu;info;wait;infolog"|cstm > cpu.info | grep PA
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 06:51 AM
08-21-2002 06:51 AM
Re: CPU
select cpu
go to tools
run info
It will tell you the cpu name at last portion. If you don't have stm, download online diaggonostics from HP for free.
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 07:02 AM
08-21-2002 07:02 AM
Re: CPU
in 10.20 use sam to find this information, or stm.
NOTE: I have seen corruptions in 10.20 which will cause failures looking at cpu information. Make sure your fully patched!
Also, 10.20 is not far from being phases off of support. You may want to look at upgrading soon.
BTW: Nice prod Harry! I really like that one!
Please take the time to refer to the URL that Harry's post pointed to.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 08:51 AM
08-21-2002 08:51 AM
Re: CPU
Assign points!!!
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 08:52 AM
08-21-2002 08:52 AM
Re: CPU
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 09:04 AM
08-21-2002 09:04 AM
Re: CPU
Im usually very against prods fer points, but that one I definately give 2 thumbs up!
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 09:25 AM
08-21-2002 09:25 AM
Re: CPU
That's why I don't usually prod - I'm not real good at subtle.
Reverting to silent mode,
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 09:31 AM
08-21-2002 09:31 AM
Re: CPU
Try this,
# model
9000/800/N4000-36
# grep N4000-36 /usr/sam/lib/mo/sched.models
N4000-36 2.0 PA8500
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 09:38 AM
08-21-2002 09:38 AM
Re: CPU
Perhaps with Harry's permission we could all cut-paste that into signatures or prods? works well in my opinion. ;)
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 09:58 AM
08-21-2002 09:58 AM
Re: CPU
# getconf MACHINE_MODEL
does not work on 10.20
# model
does
All these answers could have been found on https://www.beepz.com/personal/merijn/#FAQ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 10:21 AM
08-21-2002 10:21 AM
Re: CPU
< = 3648 Sep 20 2001 /opt/langtools/lib/sched.models
> = 4285 Jun 9 2001 /usr/sam/lib/mo/sched.models
0a1
> /* @(#) $Header: /samsrc/mo/data/sched.models 73.17.1.3 2001-05-30 15:57:30-06 tkopren Exp $ */
4c5
< 700 2.0 PA8000
---
> 700 1.1 PA7000
29,31c30
< 783 2.0 PA8500
< 785 2.0 PA8500
< 800 1.1e PA7300
---
> 800 1.0 PA7000
88,89d86
< 895 2.0 PA8000
< 896 2.0 PA8000
93,95c90,102
< ; VERSION A.00.08
< A180 1.1e PA7300
< A180C 1.1e PA7300
---
> A180 1.1e PA7300LC
> A180c 1.1e PA7300LC
> A400-36 2.0 PA8500
> A400-44 2.0 PA8500
> A400-5X 2.0 PA8600
> A400-7X 2.0 PA8700
> A400-8X 2.0 PA8700
> A500-36 2.0 PA8500
> A500-44 2.0 PA8500
> A500-55 2.0 PA8600
> A500-5X 2.0 PA8600
> A500-7X 2.0 PA8700
> A500-8X 2.0 PA8700
100d106
< B132L+ 1.1e PA7300
102,103c108,109
< B180L 1.1e PA7300
< B2000 2.0 PA8600
---
> B2000 2.0 PA8500
> B2600 2.0 PA8700
113d118
< C180+ 2.0 PA8200
120c125,126
< CB260 2.0 PA8200
---
> C3700 2.0 PA8700
> C3750 2.0 PA8700
136c142
< D390 2.0 PA8200
---
> D390 2.0 PA8000
160,161d165
< I30 1.1a PA7000
< I40 1.1a PA7000
171d174
< J282 2.0 PA8000
175d177
< J5500XM 2.0 PA8600
176a179,181
> J6000 2.0 PA8600
> J6700 2.0 PA8700
> J6750 2.0 PA8700
200a206,223
> L1000-36 2.0 PA8500
> L1000-44 2.0 PA8500
> L1000-5X 2.0 PA8600
> L1000-8X 2.0 PA8700
> L1500-6x 2.0 PA8700
> L1500-7x 2.0 PA8700
> L1500-8x 2.0 PA8700
> L1500-9x 2.0 PA8700
> L2000-36 2.0 PA8500
> L2000-44 2.0 PA8500
> L2000-5X 2.0 PA8600
> L2000-8X 2.0 PA8700
> L3000-55 2.0 PA8600
> L3000-5x 2.0 PA8600
> L3000-6x 2.0 PA8700
> L3000-7x 2.0 PA8700
> L3000-8x 2.0 PA8700
> L3000-9x 2.0 PA8700
202a226,233
> N4000-55 2.0 PA8600
> N4000-5X 2.0 PA8600
> N4000-6X 2.0 PA8700
> N4000-7X 2.0 PA8700
> N4000-8X 2.0 PA8700
> N4000-8Y 2.0 PA8700
> N4000-8Z 2.0 PA8700
> N4000-9X 2.0 PA8700
204c235
< R390 2.0 PA8200
---
> R390 2.0 PA8000
209,211d239
< SD16000 2.0 PA8600
< SD32000 2.0 PA8600
< SD64000 2.0 PA8600
215,216d242
< T600 2.0 PA8000
< V2000 2.0 PA8000
220a247,248
> V2650 2.0 PA8700
> V2700 2.0 PA8700
Hmmmm, fun :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 03:01 PM
03-16-2005 03:01 PM
Re: CPU
I am surprised to see that my J5600, which definitely has two PA8600 CPU's in it, reports a number via "getconfg CPU_CHIP_TYPE" that corresponds to PA8500. This must be something that is just not properly reflected in this part of the system.
For instance, stm definitely shows two CPUs, Hardware Model 0x5d1, which is listed as
PA 8600-8600 CPU 3.0
But "getconfg CPU_CHIP_TYPE" returns 554 That is 0x22a . Now there are two fields:
lower 5 bits for a "revision", which is 10, and then 6 (or maybe 12?) bits for a model.
Shifting 0x22a down by five bits, we get 0x11 .
Looking in
/usr/include/pa/pdc_rqsts.h:
#define PCXW_CPU_ID 0x11
#define PCXW_PLUS_CPU_ID 0x12
and recognizing that
http://hwdb.parisc-linux.org/
J5000 2.0 PA8500 PCX-W
J5600 2.0 PA8600 PCX-W+
So..., that explains to me why tools like
http://sandyxsystems.co.uk/scripts/code/stats160.txt
tell me that I have PA8500 in my system. I expect that for other true PA8600-based systems, this tools works.
It is really getconf (and the underlying sysconf() and who-knows-what under that) that is wrong!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 05:57 PM
03-16-2005 05:57 PM
Re: CPU
To get the CPU Type information , i use
$tail /var/tombstones/ts90
This file will show you the type of CPU installed .
Thanks and Regards,
Ranjit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 11:40 PM
03-16-2005 11:40 PM
Re: CPU
When I look at the latest file on my system, namely /var/tombstones/ts99 , it starts with these lines and then near the end:
HP-UX hpj5600 B.11.11 U 9000/785 2015621023
CPU-ID( Model ) = 0x11
----------------- Processor 0 HPMC Information ------------------
....
I/O Module Error Log Information:
No valid timestamp
No I/O module errors logged
Module Revision
------------------- --------
System Board 0
PA 8600-8600 CPU 3.0
PA 8600-8600 CPU 3.0
Mem/IO Controller 2.1
PCI Controller #0 2.1
...
But to re-iterate:
J5000 2.0 PA8500 PCX-W PCXW_CPU_ID 0x11
J5600 2.0 PA8600 PCX-W+ PCXW_PLUS_CPU_ID 0x12
so I would have expected the line
CPU-ID( Model ) = 0x12
so I am still wondering why I do not see what I expected
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 07:19 AM
03-17-2005 07:19 AM
Re: CPU
http://en.wikipedia.org/wiki/HP_9000
I wonder if the two systems have "something" in common such that getconf cannot tell the difference.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 07:48 AM
03-17-2005 07:48 AM
Re: CPU
Here is a simple script (sysid.sc) that will tell you , the follwoing things,
1) System model:
2) System Serial Number:
3) Total Configured Memory :
4) CPU Info:
---------------------------
Here is a output shown:
#sysid
Finding System ID and CPU Details . . . .
By: R Veri - -
System model: 9000/800/L2000-36
System Serial Number...: USS43070TE
Total Configured Memory : 2048 MB
PA 8500 CPU Module 2.3
PA 8500 CPU Module 2.3
---------------------------
Hope this helps,
Thanks ,
R.Veri.
---------