Operating System - HP-UX
1833863 Members
2051 Online
110063 Solutions
New Discussion

How to determine wethger my OS is 32 bit or 64 bit

 
Saurabh Kapoor
Occasional Contributor

How to determine wethger my OS is 32 bit or 64 bit

I want to know the command by which I can know wether my OS on HPUX 11 is a 32 bit or 64 bit.
4 REPLIES 4
James R. Ferguson
Acclaimed Contributor

Re: How to determine wethger my OS is 32 bit or 64 bit

Hi:

# getconf KERNEL_BITS

...JRF...
Steffi Jones_1
Esteemed Contributor

Re: How to determine wethger my OS is 32 bit or 64 bit

Hello,

that is an easy one :-)

Just type the following command and it will give you the answer:

# getconf KERNEL_BITS

Take care, Steffi Jones
Rita C Workman
Honored Contributor

Re: How to determine wethger my OS is 32 bit or 64 bit

Another way:

swlist | grep -i runtime

Will return with the bit info also:
English HP-UX 32-bit runtime Environment

/rcw
Vincenzo Restuccia
Honored Contributor

Re: How to determine wethger my OS is 32 bit or 64 bit

You can see print_manifest(Ignite-UX)