Operating System - HP-UX
1833891 Members
2381 Online
110063 Solutions
New Discussion

Determine HP9000 Server Type from the shell.

 
Adam Garsha
Valued Contributor

Determine HP9000 Server Type from the shell.

I know that I can get "Hardware model" from SAM, e.g. (9000/800/S16K-A) and I know that "uname" and "model" can give me similiar information. Is there a command that will give me the "common name" for the box in question, e.g. "rp7420", etc?

Or do you know of a good link to a site that hosts tranlations?

Thanks ahead of time.
6 REPLIES 6
Pete Randall
Outstanding Contributor

Re: Determine HP9000 Server Type from the shell.

Adam,

Model works for me:

root# model
9000/800/rp7410

It says rp7410. What else are you looking for?


Pete

Pete
Adam Garsha
Valued Contributor

Re: Determine HP9000 Server Type from the shell.

Well, the box that I am using as an example gives me:

9000/800/S16K-A

But, I know it is an rp8400. "S16K-A" may mean something to HP techs, but it is not as meaningful to me as "rp8400". I am wondering if there is a table available somewhere that will tell me that XXX is common name YYY. HP-UX 11.11.
Henk Geurts
Esteemed Contributor

Re: Determine HP9000 Server Type from the shell.

what's the output of

echo "sel path system\ninfolog\nexit"|cstm|grep -i model

?
regards.
Robert-Jan Goossens
Honored Contributor

Re: Determine HP9000 Server Type from the shell.

Hi,

rp5430 (model string: 9000/800/L1500-8X)

rp5470 (model string: 9000/800/L3000-8X)

rp7410 (model string: 9000/800/rp7410)

rp8400 (model string: 9000/800/S16K-A)

Regards,
Robert-Jan

Ps. www.docs.hp.com
Uday_S_Ankolekar
Honored Contributor

Re: Determine HP9000 Server Type from the shell.

Did you try with cstm ?
#cstm
cstm>map
cstm>sel dev 1
cstm>info
cstm>il


-USA..

Good Luck..
Enrico P.
Honored Contributor

Re: Determine HP9000 Server Type from the shell.