Operating System - HP-UX
1753267 Members
5169 Online
108792 Solutions
New Discussion юеВ

how to get info for server architecture hpux 11.11

 
pratapvfr
Advisor

how to get info for server architecture hpux 11.11

i want to know about my hpux server wheather its PA-RISC or Itanium
how i can get this info,

uname -a is showing below info,

HP-UX istanbul B.11.11 U 9000/800 2743110774 unlimited-user license
16 REPLIES 16
Michal Kapalka (mikap)
Honored Contributor

Re: how to get info for server architecture hpux 11.11

hi,

standard in the system :

print_manifest

on itanium : machinfo

must be installed :

cfg2html sysinfo.

mikap
pratapvfr
Advisor

Re: how to get info for server architecture hpux 11.11

your ans is not clear to me, however i assign 4 point for your ans.

what did you mean, i can run print_manifest on my server is it mean what?
Michal Kapalka (mikap)
Honored Contributor

Re: how to get info for server architecture hpux 11.11

hi,

ok combination of model + uname -a

model will get you if the servers is a

Itanium or PA-RISC

Itanium rx

PA-RISC rp

uname -a will give you an information about OS

for example :

PA-RISC

kmsapsdv:/>model
9000/800/rp3440
kmsapsdv:/>uname -a
HP-UX kmsapsdv B.11.11 U 9000/800 2769987561 unlimited-user license


Itanium :

kmsr3dev:/>model
ia64 hp server rx4640
kmsr3dev:/>uname -a
HP-UX kmsr3dev B.11.23 U ia64 3649126617 unlimited-user license


# HP-UX versions

http://en.wikipedia.org/wiki/HP-UX

mikap
Torsten.
Acclaimed Contributor

Re: how to get info for server architecture hpux 11.11

It's a PA-RISC machine, because it is a 800 series machine running 11.11.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
pratapvfr
Advisor

Re: how to get info for server architecture hpux 11.11

so in conslusion

the server which belongs to PA-RISC = rpxxx
the server which belongs to Itanium = rx

correct?
Suraj K Sankari
Honored Contributor

Re: how to get info for server architecture hpux 11.11

Hi,

Just run command "model" to know which architecture your server have.

if output is having string

rp - Server architecture is PA-RISC
rx - means Server architecture is Itanium.

Suraj
Torsten.
Acclaimed Contributor

Re: how to get info for server architecture hpux 11.11

Several indicators:

- from "model" command you sea "rx...." for most Integrity servers, "rp..." for most RISC servers.

- from "uname" command you see
"9000/800" for RISC servers, "ia64" for Integrities

- only RISC servers can run hp-ux 11.11 (this is what you have)

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Michal Kapalka (mikap)
Honored Contributor

Re: how to get info for server architecture hpux 11.11

hi,

yes but on some PA-Risc models could be the HP-UX 11v2/3 installed.

check this links

PA-RISC

http://en.wikipedia.org/wiki/HP_9000

Integrity - Itanium
http://en.wikipedia.org/wiki/HP_Integrity

mikap
pratapvfr
Advisor

Re: how to get info for server architecture hpux 11.11

one of my server having below output its J class 10.20 hpux
model
9000/785/J7000

uname -a

HP-UX testserver B.10.20 C 9000/785 2003240863 32-user license

this is pa-risc or itanium?