Operating System - HP-UX
1755156 Members
4690 Online
108830 Solutions
New Discussion юеВ

Hardware Product Part Number.

 
Rajesh SB
Esteemed Contributor

Hardware Product Part Number.

Hi Experts,

Is there any way to find out the Part Number for HP 9000 Servers Memory,CPU etc from UX Command line or any utility.

You valuable input is highly appreciated.

Thanks & Regards,
Rajesh
10 REPLIES 10
Torsten.
Acclaimed Contributor

Re: Hardware Product Part Number.

Hi Rajesh,

try to run info tool in diagnostics on item system and you will get information like:

...
FRUID Field ascii hex
----------- ----- ---
FRU Name.............: DIMM_512 0x20202020 20202020 44494d4d 5f353132
Part Number..........: A5798-60001

If you have a part number (A5798-60001), the product number is usually A5798A.

HTH

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!   
Rajesh SB
Esteemed Contributor

Re: Hardware Product Part Number.

Hi Torsten,

Thanks for your quick reply.

I am new for HP diagnostic tools.
Can you give me the, which command/utility/product to run daig.
Now, I need to findout the memory part no. on running system.

Regards,
Rajesh
Torsten.
Acclaimed Contributor

Re: Hardware Product Part Number.

you can start the diagnostics in 3 ways:
xstm (graphical interface)
mstm (menu based)
cstm (command line)

Let's try cstm:

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

-- Information --
Support Tools Manager


Version A.43.00

Product Number B4708AA

(C) Copyright Hewlett Packard Co. 1995-2002
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.

--> now type "map"

cstm>map

--> all devices will be displayed

--> select item "system" and run info tool

cstm>sel dev 1
cstm>info;wait;il

--> detailed info will be displayed

--> exit the diags

cstm>exit

HTH!


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!   
Ermin Borovac
Honored Contributor

Re: Hardware Product Part Number.

The following might give some of the information you are looking for

# echo "sel path system;info;wait;infolog" | /usr/sbin/cstm

Otherwise if you system has MP card (e.g. rp8400) you can login to MP and issue CM followed by DF command. From there you can choose your component type (CPU etc) and it will show you part number for the chosen component.
Bharat Katkar
Honored Contributor

Re: Hardware Product Part Number.

Hi,

Find attached reference guide for CSTM.

Hope that helps.
Regards,

You need to know a lot to actually know how little you know
Devender Khatana
Honored Contributor

Re: Hardware Product Part Number.

Hi Rajesh,

If you are using the graphical display then you can use the stm instead of cstm which is in GUI interface.

HTH,
Devender
Impossible itself mentions "I m possible"
Rajesh SB
Esteemed Contributor

Re: Hardware Product Part Number.

Thanks all for your valuable input on STM.

Iam not able findout the Hardware Part No. other than Modules,capacity etc details using this cstm and stm on A500/N4000-44 server.

Is there any dependencies or limitation on these server.

I expect your light on here.

Regards,
Rajesh
Simon Hargrave
Honored Contributor

Re: Hardware Product Part Number.

May not be of direct help to this particular problem, but I'll point it out as a very useful tool.

http://partsurfer.hp.com/cgi-bin/spi/main

HP Partsurfer website, basically you can find out the part number of any HP product, or determine what product number a particular part will be.

Also more usefully you can find all the compatible part numbers (eg RAM, CPU etc) for other part numbers (like servers).
Torsten.
Acclaimed Contributor

Re: Hardware Product Part Number.

Rajesh,

if you run the info tool on memory item you will get details about capacity and slot locations. But if you run it on system item, you will get an information like this:

FRU Name.............: DIMM_512
Part Number..........: A4923-60001
Serial Number........: A56E028222xx
Engineering Date Code: 3938
Art Work Revision....: A4

But also you'll find all possible parts by searching http://www.partsufer.hp.com - just input your servers product number (eg A3639B for N4000)

HTH!

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!