Operating System - HP-UX
1825764 Members
2085 Online
109687 Solutions
New Discussion

Operating system 32bits or 64bits

 
SOLVED
Go to solution

Operating system 32bits or 64bits

Hi,

As I can know if my Operating system this working at 32bits or 64bits?

Thanks,

Orlando
Orlando Oliveira
3 REPLIES 3
Sundar_7
Honored Contributor
Solution

Re: Operating system 32bits or 64bits

getconf KERNEL_BITS

Learn What to do ,How to do and more importantly When to do ?
Patrick Wallek
Honored Contributor

Re: Operating system 32bits or 64bits

If this is an 11.X system:

# getconf KERNEL_BITS

It will return either 32 or 64. Whatever number it returns is your OS "bitness".

If this is a 10.20 or earlier system the you are running 32 bits.

Re: Operating system 32bits or 64bits

Hi,

thanks to both.

Bye
Orlando Oliveira