Operating System - HP-UX
1753797 Members
7273 Online
108799 Solutions
New Discussion юеВ

How do I get the HP-UX version?

 
SOLVED
Go to solution
Mr. Lewis Lampkin, III
Frequent Advisor

How do I get the HP-UX version?

I want to get some software, but some is for Itanium, and some is for PA-RISC, and I don't know what I have.

Thanks!
7 REPLIES 7
Raj D.
Honored Contributor
Solution

Re: How do I get the HP-UX version?

Istan12345,

If I undrstand your question correctly,
Use this command in your system:

# uname -a
This will give the hp-ux os version. And Architecture: like PARISC or IA .(IA = Itanium)
Like hp-ux 11.23 .


# model #To know if its PA-RISC or IA.


# swlist -l bundle | grep -i HPUX | grep -i OE
- Thiss will print which OE you have. (OE=Operating Envirnment.)



Cheers,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
Steven Schweda
Honored Contributor

Re: How do I get the HP-UX version?

man uname

dy # uname -a
HP-UX dy B.11.11 U 9000/785 2012616114 unlimited-user license

dy # uname -m
9000/785

dy # uname -r
B.11.11

dyi # uname -a
HP-UX dyi B.11.31 U ia64 4235313755 unlimited-user license

dyi # uname -m
ia64

dyi # uname -r
B.11.31
Michael Steele_2
Honored Contributor

Re: How do I get the HP-UX version?

Ia64 is Itanium
9000/700 is PA Risc workstation
9000/800 is PA Risc server
Support Fatherhood - Stop Family Law
Kapil Jha
Honored Contributor

Re: How do I get the HP-UX version?

uname -a
and
model

Both would giev you what u want.

BR,
Kapil+
I am in this small bowl, I wane see the real world......
R.K. #
Honored Contributor

Re: How do I get the HP-UX version?

Hi..

As already said you can use
# uname -a
# model

But if you have ignite installed you can use:
# print_manifest

This will give you detailed info about the
server.

Regds..
Don't fix what ain't broke
Mr. Lewis Lampkin, III
Frequent Advisor

Re: How do I get the HP-UX version?

Thanks for your help. Everyone was helpful.
Mr. Lewis Lampkin, III
Frequent Advisor

Re: How do I get the HP-UX version?

The 10 point answer was the solution.
The 8 point answer explained what the 9000/800 meant, which I could not make sense of otherwise (which was probably plain to someone who does this for a living.)
The 5 point answer gave me additional options for running the commands.
The other answers were repeats, but still helpful, so 3 points each.