1833780 Members
2219 Online
110063 Solutions
New Discussion

Re: OS version.

 
aditi_2
New Member

OS version.

Hi,
I installed HP-UX 11.23 IA on an HP integrity rx4640 and have also installed HP-UX 11.23 PI on IPF machine(Hp Integrity rx1600).

Typing uname -a on both the server terminals display the same information "HP-UX 11.23 ia64", no information is given as to if it is a IA or a PI. Is there any option to distinguish between the two.
6 REPLIES 6
Biswajit Tripathy
Honored Contributor

Re: OS version.

Since both the machines print "HP-UX 11.23 ia64",
both the machines are IA machines.

Another way to confirm is "model" command.

On IA box:

$ model
ia64 hp server rx5670

On PA box (A class):

$ model
9000/800/A500-5X

- Biswajit
:-)
Biswajit Tripathy
Honored Contributor

Re: OS version.

Another command that's available only on IA boxes
is "machinfo". This command displays CPU, platform,
firmware, OS information. Note that this command
is not available on PA boxes.

- Biswajit
:-)
aditi_2
New Member

Re: OS version.

I do not need info on the model or the product; but i need the info on the version OS type i.e if it is a 11.23 IA or an 11.23 PI(on IPF) box.
Biswajit Tripathy
Honored Contributor

Re: OS version.

Well.. you can't install HP-UX 11.23 meant for IA box
on a machine whose architecture is PA, can you?
Both your machines, rx4640 and rx1600 are itanium,
so the HP-UX installed on it has to be 11.23 IA. This
is shown on your uname -a output (ia64 stands for
64bit itanium).

- Biswajit


:-)
Amit Agarwal_1
Trusted Contributor

Re: OS version.

You can do:

$ what /usr/bin/ls

If it shows 11.23.0409, that means it is PI is installed.

If it shows 11.23LR, that means it is IA LR box.
Biswajit Tripathy
Honored Contributor

Re: OS version.

Aditi,
I might have misunderstood your question. If you
want to findout your OS is 11.23 or 11.23PI, then
here is how you do it.

# swlist | grep HPUXBaseAux

If it prints B.11.23, it's 11.23 original (IA only)
release. If it prints B.11.23.0409, then it's 11.23
Sept 04 release (aka 11.23PI).

Also, 11.23PI supports both Itanium and PA-RISC,
whereas 11.23 supports only Itanium.

Hope this is clear. Sorry about confusion.

- Biswajit
:-)