Operating System - HP-UX
1834410 Members
1840 Online
110067 Solutions
New Discussion

Re: simple and fast question

 
Bakos György
Super Advisor

simple and fast question

How can I determine which hardware I have?
uname -m
:9000/782
is my computer series:700?

(Only 2 types are avaible 700 and 800
What is the difference?)
4 REPLIES 4
Hoefnix
Honored Contributor

Re: simple and fast question

type model.

You have a 700 serie machine.

Regards,
Peter
Julian Perez_1
Valued Contributor

Re: simple and fast question

Hi,

Yes, you have a 700 series, and you can find exact model with command:

# model

700 = workstations
800 = enterprise servers

Best regards,

Julian
Keep the faith
Fabio Ettore
Honored Contributor

Re: simple and fast question

Hi,

700 is for workstations
800 is for servers

A difference: they support different hardware.
uname -a is good command to see s700 or s800 but more details by model command, just type

# model

Best regards,
Ettore
WISH? IMPROVEMENT!
Bakos György
Super Advisor

Re: simple and fast question

THX