Operating System - HP-UX
1836636 Members
1852 Online
110102 Solutions
New Discussion

Re: Am I running 32- or 64-bit UNIX ?

 
SOLVED
Go to solution
Martin Simonis
Advisor

Am I running 32- or 64-bit UNIX ?

What is the easiest way to determine which version of HPUX-11.0 I am running ?
8 REPLIES 8
S.K. Chan
Honored Contributor
Solution

Re: Am I running 32- or 64-bit UNIX ?

# uname -a

and

# getconf KERNEL_BITS
eran maor
Honored Contributor

Re: Am I running 32- or 64-bit UNIX ?

Hi

use this command : getconf KERNEL_BITS
love computers
Helen French
Honored Contributor

Re: Am I running 32- or 64-bit UNIX ?

Hi,

# getconf KERNEL_BITS - will tell you the version.

Also see 'uname -a'

HTH,
Shiju
Life is a promise, fulfill it!
Frederic Sevestre
Honored Contributor

Re: Am I running 32- or 64-bit UNIX ?

Hi,

If you are running HP-UX 11.x run :
# getconf KERNEL_BITS

Fr??d??ric
Crime doesn't pay...does that mean that my job is a crime ?
Paula J Frazer-Campbell
Honored Contributor

Re: Am I running 32- or 64-bit UNIX ?

Hi

'getconf KERNEL_BITS' will return whether you are running 32- or 64-bit.

'getconf HW_32_64_CAPABLE' will show whether your processor is 64-bit capable or not.


HTH

Paula
If you can spell SysAdmin then you is one - anon
Vincent Stedema
Esteemed Contributor

Re: Am I running 32- or 64-bit UNIX ?

Also, if you need to know whether the hardware supports 64 bits you can use:

getconf HW_CPU_SUPP_BITS

Rgrds

Vincent
Patrick Wallek
Honored Contributor

Re: Am I running 32- or 64-bit UNIX ?

The 'getconf KERNEL_BITS' command will output either 32 or 64 and that is the bit version of HP-UX you are running.

# getconf KERNEL_BITS
32
Uday_S_Ankolekar
Honored Contributor

Re: Am I running 32- or 64-bit UNIX ?

Hi,
Try this command

getconf KERNEL_BITS
This command shows HPUX 11.00 is 64bit or 32bit

-USA..
Good Luck..