Operating System - HP-UX
1833051 Members
2658 Online
110049 Solutions
New Discussion

Re: OS version in detail ?

 
SOLVED
Go to solution
Ceesjan van Hattum
Esteemed Contributor

OS version in detail ?

Hi,
I need to know wheter i have an OS
HPUX 11.00.01 or 11.00.03.
A 'uname -a' gives me "11.00 C".
Does 11.00.01 means 32 bits kernel ?
Does 11.00.03 means 64 bits ?
If so, where is the 11.00.02 ?
What does my 'C' mean? Is there a A and B?

Last but not least?
What command gives me the most info about this?

Regards,
Ceesjan
6 REPLIES 6
Sergejs Svitnevs
Honored Contributor
Solution

Re: OS version in detail ?

A -- Two-user system
B -- 16-user system
C -- 32-user system
D -- 64-user system
E -- 8-user system
U -- 128-user, 256-user, or unlimited-user system

Also "getconf KERNEL_BITS" helps you find whether you're running a 32 or 64 bit kernel.

Regards,
Sergejs
harry d brown jr
Honored Contributor

Re: OS version in detail ?

swlist and/or print_manifest will give you a lot of OS/system info

live free or die
harry
Live Free or Die
eran maor
Honored Contributor

Re: OS version in detail ?

Hi

no , also 32 and 64 bit will show with uname -a HP-UX 11.00 .

to get the answer to know which 11.00 version you have you can use the getconf


On 32bit systems you will get following:
# getconf KERNEL_BITS
32

On 64bit systems you will got following:
# getconf KERNEL_BITS
64

love computers
Trond Haugen
Honored Contributor

Re: OS version in detail ?

And the official OS versions are:
11.00 = 11.00
11i v1.0 = 11.11
11i v1.5 = 11.20
11i v1.6 = 11.22
11i v2.0 = 11.23

Regards,
Trond
Regards,
Trond Haugen
LinkedIn
Fabio Ettore
Honored Contributor

Re: OS version in detail ?

Hi,

# man 2 uname

see section about version identifier.

Best regards,
Ettore
WISH? IMPROVEMENT!
Ceesjan van Hattum
Esteemed Contributor

Re: OS version in detail ?

Thnx,
get_conf KERNEL_BITS works fine.
swlist gives a clear clue about the subversion .01 or .03..,
although this information reflects on the
patches and install packages.

Although i still do not know the major differences between 11.00.01 and 11.00.03, is see what i have trough the patches installed.

THANKS
Ceesjan
ps. My print_manifest has no default template.def and crashes... thnx