1755655 Members
2862 Online
108837 Solutions
New Discussion юеВ

Re: Type of processor?

 
SOLVED
Go to solution
Vishal Biyani
Advisor

Type of processor?

Any pointers to how to find what type of processor is my HP-UX box, without root privilages?

I guess there are types like PA-8800, PA-9000, Itanium, correct me if i am wrong!
Learning should never stop!
8 REPLIES 8
Muthukumar_5
Honored Contributor

Re: Type of processor?

$ model

--
Muthu

Easy to suggest when don't know about the problem!
Muthukumar_5
Honored Contributor

Re: Type of processor?

Using cstm:

echo "selclass type processor;info;wait;infolog" | cstm

--
Muthu
Easy to suggest when don't know about the problem!
Arunvijai_4
Honored Contributor

Re: Type of processor?

Hi Vishal,

You can find out by,

# su

$ model
9000/800/rp3410


-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Arunvijai_4
Honored Contributor

Re: Type of processor?

You can check this thread, http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=70762

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Muthukumar_5
Honored Contributor
Solution

Re: Type of processor?

More ways:

a) uname -m
b) getconf MACHINE_MODEL

--
Muthu
Easy to suggest when don't know about the problem!
Arunvijai_4
Honored Contributor

Re: Type of processor?

Antonio Cardoso_1
Trusted Contributor

Re: Type of processor?

Vishal,

sam will show this information, but you need to be root to run it.
I don't think this information can be obtained with non-priviledged commands.

antonio.
Vishal Biyani
Advisor

Re: Type of processor?

Answers were helpful in finding solution.
Learning should never stop!