1819681 Members
3522 Online
109605 Solutions
New Discussion юеВ

UNAME command output

 
SOLVED
Go to solution
john guardian
Super Advisor

UNAME command output

Don't have any HP systems at this location.

Can anyone provide output for the following:

uname -a

for

HP11.11 v1 (11.11)
HP11.11 v2 (11.23)
HP11.11 v3 (11.31)

Need to know if HP clearly differentiates its version in that output string either via the "v#" or 11.11/23/31

Thanks in advance.

6 REPLIES 6
Fabio Ettore
Honored Contributor
Solution

Re: UNAME command output

Hi,

the command to know the exact version of HP-UX is 'uname -r', otherwise the more verbose 'uname -a'. Anyway HP clearly differentiates versions, I mean when you issuing uname you'll see

B.11.31, B.11.23 or B.11.11

according the O.S. version.

Best regards,
Fabio
WISH? IMPROVEMENT!
James R. Ferguson
Acclaimed Contributor

Re: UNAME command output

John:

The output is in the format 11.11 or 11.23 or 11.31

Regards!

...JRF...
erics_1
Honored Contributor

Re: UNAME command output

They all report the same way:

B.11.11
B.11.23
B.11.31

Regards,
Eric
Steven Schweda
Honored Contributor

Re: UNAME command output

> Don't have any HP systems at this location.

For a more general solution, you might
consider:

http://www.testdrive.hp.com/


antinode@td176> uname -a
HP-UX td176 B.11.23 U ia64 1928826293 unlimited-user license

antinode@td176> uname -r
B.11.23
Bill Hassell
Honored Contributor

Re: UNAME command output

And to answer the implied question about v# (as in HP-UX 11i Ver 2, or 11i version 1 or 11iV1 or any number of random ways to represent the version), the 11i version descriptions appear primarily in marketing documents. Occasionally, the version numbers creep into other documents, the definitive identification is 11.xx (as it has been for more than 20 years) but software and patches all contain the 11.## identifier. Unfortunately, 3rd party vendors will use a mix of names for HP-UX including the meaningless "11i" name with no version.


Bill Hassell, sysadmin
john guardian
Super Advisor

Re: UNAME command output

Thanks Guys. Much appreciated!

Happy Holidays!