1822785 Members
4423 Online
109645 Solutions
New Discussion юеВ

Re: General

 
SOLVED
Go to solution
Indrajit Bhagat
Regular Advisor

How to know the Hp - Unix server is itanium based or Hp9000 based ?

How can we know that Our Hp - Unix server is itanium based or Hp9000 based ?

11 REPLIES 11
DCE
Honored Contributor
Solution

Re: General



What model is it?

rpxxxx = PA Risc
rxxxxx = Itanium
Oviwan
Honored Contributor

Re: General

hey

the command 'machinfo' shows you a lot of infos.

Regards

Indrajit Bhagat
Regular Advisor

Re: General

i have executed this command then what it will be
# uname -a
HP-UX lngapp1 B.11.11 U 9000/800 1198414695 unlimited-user license
DCE
Honored Contributor

Re: General


type in the command

model
Indrajit Bhagat
Regular Advisor

Re: General

# # model
# 9000/800/L3000-6x
then it is must be HP 9000 based (PA - RISC TEchnology)
DCE
Honored Contributor

Re: General


correct - it is PA Risc
Biswajit Tripathy
Honored Contributor

Re: General

"machinfo" does not work on PA.

Just run "uname -m". Itanium should say
"ia64".

- Biswajit
:-)
Andrew Merritt_2
Honored Contributor

Re: General

> B.11.11

This is also a giveaway. IA systems do not run 11.11.

Andrew
Torsten.
Acclaimed Contributor

Re: General

Hi,

# model
# 9000/800/L3000-6x

9000 - HP9000 family (always PA-Risc)
800 - server
L3000-6x - L3000 model (aka 5470) with 650 MHz CPUs

on an Integrity (Itanium2) it looks like this:

# model
ia64 hp superdome server SD16B

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!   
Yogesh-Puranik
Occasional Advisor

Re: How to know the Hp - Unix server is itanium based or Hp9000 based ?

Hi Indrajit,

 

We have got plenty of answers from other to check whether your server is PA-RISC or Itanium.

 

1] Using model command.

 

There is one other command to differentiate PA RISC with Itanium.Below command only works on Itanium servers.

 

#machinfo

 

Regards,

Yogesh

Torsten.
Acclaimed Contributor

Re: How to know the Hp - Unix server is itanium based or Hp9000 based ?

I don't see a reason why to answer a 4 years old thread again, but

>> Below command only works on Itanium servers.

#machinfo



is simply wrong!!!



"machinfo" works on both, Itanium and RISC, if you run 11.31:


# machinfo -v
CPU info:
1 PA-RISC 8800 processor (800 MHz, 32 MB)
CPU version 4
2 logical processors (2 per socket)

Vendor identification: Hewlett-Packard
Processor version info: 0x0000000000000284
Processor capabilities: 0x00000000000000b2
FSTWS, FSTWX, FLDWS, FLDWX generate word tx to I/O space
Multimedia halfword shift-and-adds
Multimedia halfword adds and subtracts
Speculative data prefetch on loads of GR0
Instruction cache: 32 MB
Data cache: 32 MB

Memory: 4096 MB (4 GB)

Firmware info:
Firmware revision: 46.34
IPMI is supported on this system.
BMC firmware revision: 3.52

Platform info:
Model: "9000/800/rp3440 "
Machine ID number: abcdef12345678
Machine serial number: DE12345678

OS info:
Nodename: server2
Release: HP-UX B.11.31
Version: U (unlimited-user license)
Machine: 9000/800
ID Number: 12345678
vmunix _release_version:
_release_version:


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!