Operating System - HP-UX
1833772 Members
2158 Online
110063 Solutions
New Discussion

how do i check the version of unix on my rp 7410.

 
SOLVED
Go to solution
Jeff Hagstrom
Regular Advisor

how do i check the version of unix on my rp 7410.

I'm running 11.i and I think it's actually 11.11, but not sure.
6 REPLIES 6
James R. Ferguson
Acclaimed Contributor
Solution

Re: how do i check the version of unix on my rp 7410.

Hi Jeff:

# uname -r

Regards!

...JRF...
Eric SAUBIGNAC
Honored Contributor

Re: how do i check the version of unix on my rp 7410.

Bonjour Jeff,

"uname -r"

"swlist -l bundle "HPUX*" for a timestamped version for example : "HPUX11i-OE B.11.23.0706 HP-UX Foundation Operating Environment Component" is HP-UX 11iv2 from June 2007

Regards

Eric
Torsten.
Acclaimed Contributor

Re: how do i check the version of unix on my rp 7410.

You already know now how to get the base version, but it is also important to know if you are up to date.
Run

# swlist|egrep -i 'patches|diag'

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!   
Paul Sperry
Honored Contributor

Re: how do i check the version of unix on my rp 7410.

sam
Performance Monitors
System Properties
Operating System tab
Sp4admin
Trusted Contributor

Re: how do i check the version of unix on my rp 7410.

Hello,

You can run the commands below. Do a man on "man getconf" for other information about you system.

#uname -a

#getconf MACHINE_SERIAL

sp,
Vic006
Frequent Advisor

Re: how do i check the version of unix on my rp 7410.

uname -a will give the the info on HP-UX version, the machine model, system name and user license.

uname -r will just give the HP-UX version