Operating System - HP-UX
1836085 Members
2384 Online
110089 Solutions
New Discussion

How to check the server model of HP9000?

 
SOLVED
Go to solution
Chen Yingjie
Frequent Advisor

How to check the server model of HP9000?

We have a server was HP9000 L2000.
And this server was upgraded to HP9000 L3000.

Could someone advise me how to check it by
command line?

7 REPLIES 7
Rajeev  Shukla
Honored Contributor
Solution

Re: How to check the server model of HP9000?

use command called
model
T G Manikandan
Honored Contributor

Re: How to check the server model of HP9000?

#model
Rajeev  Shukla
Honored Contributor

Re: How to check the server model of HP9000?

or use other command

# getconf MACHINE_MODEL

Michael Tully
Honored Contributor

Re: How to check the server model of HP9000?

You could also try:

# getconf MACHINE_MODEL

(not near a system, but I recall this should work as well)
Anyone for a Mutiny ?
Keith Bevan_1
Trusted Contributor

Re: How to check the server model of HP9000?

Hi,

The unix command called 'model'

model prints the machine hardware model.
Other similar unix commands are :-

uname
getconf

Type man uname or man getconf for further info on their usage.

Keith
You are either part of the solution or part of the problem
rmueller58
Valued Contributor

Re: How to check the server model of HP9000?

# model
9000/800/N4000-55
Sylvain CROUET
Respected Contributor

Re: How to check the server model of HP9000?

Simply use the 'model' command.