1829762 Members
7516 Online
109992 Solutions
New Discussion

Adminsitration

 
Indrajit Bhagat
Regular Advisor

Adminsitration

How can we differentiate that our server is V-class, L-class, N-class or a superdome server.
11 REPLIES 11
Peter Godron
Honored Contributor

Re: Adminsitration

Hi,
type "model" at the command line.

Please also read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33 on how to reward any useful answers given to your questions.
Reshma Malusare
Trusted Contributor

Re: Adminsitration

Hi Indrajit,
you can also use
#uname -a
command to view model type along with system information.

But here
#model
command is satisfying condition.


Regards
Reshma
James George_1
Trusted Contributor

Re: Adminsitration

Hi

# model

will give you that info.

Rgds/ James

forum is for techies .....heaven is for those who are born again !!
Indrajit Bhagat
Regular Advisor

Re: Adminsitration

i get the output of the model command like this
#model
9000/800/L3000-6x
than what do i think
Reshma Malusare
Trusted Contributor

Re: Adminsitration

Hi Indrajit,
It means Its HP 9000 model 800 L class model L3000


Model prints the machine hardware model. Two or more fields may be displayed: computer, model number, and sometimes the clock or an additional model number.

Its output is similar to that of uname -m. However, it is recommended that the model command or the getconf command be used to obtain the model name since future model names may not be compatible with uname.

e.g
The model output below indicates an HP 9000 Model 715 with a 50 MHz clock.

9000/715/50

The model output below indicates an HP 9000 879 K-Class model K260.

9000/879/K260

The model output below indicates an HP 9000 871 D-Class model D370.

9000/871/D370

The model output below indicates an HP 9000 Model 720.

9000/720



Reshma Malusare
Trusted Contributor

Re: Adminsitration

Hi Indrajit,
If your query is solved then can you please assign the points.

Regards
Reshma
A. Clay Stephenson
Acclaimed Contributor

Re: Adminsitration

In your case, the model command is telling you that you have an L3000 box.
If it ain't broke, I can fix that.
Matti_Kurkela
Honored Contributor

Re: Adminsitration

You have already got a plenty of examples, but here's still a few:

9000/800/N4000-44 = N class with 440 MHz CPUs.

9000/800/V2600 = a V-class (V2600). There are no CPU speed alternatives for this model, so there is nothing to indicate CPU speed.

The Superdomes are a bit different:
9000/800/SD64000 = a 2-cabinet PA-RISC Superdome (max. 64 CPU sockets)

ia64 hp superdome server SD32B = a 1-cabinet Itanium (=ia64) Superdome (max. 32 CPU sockets)
MK
Indrajit Bhagat
Regular Advisor

Re: Adminsitration

Thanks to ALL of dear Friends to help me.
Reshma Malusare
Trusted Contributor

Re: Adminsitration


Please also read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33 on how to reward any useful answers given to your questions.
Dennis Handly
Acclaimed Contributor

Re: Adminsitration

>Reshma: Please also read:...

It would also be helpful to have a subject that introduces the question so we can decide if we want to read it or know the answer.

An example subject: Determining server type?