Operating System - HP-UX
1832783 Members
3432 Online
110045 Solutions
New Discussion

Re: How to find out that it is 32-bit or 64-bit

 
Oliver Tian
Occasional Advisor

How to find out that it is 32-bit or 64-bit

How can I find out it is 32-bit HP-UX release B.11.00 or 64-bit HP-UX running on my box?

Thanks.

Oliver
Oracle DBA
3 REPLIES 3
Steffi Jones_1
Esteemed Contributor

Re: How to find out that it is 32-bit or 64-bit

run the following command:

getconf KERNEL_BITS
federico_3
Honored Contributor

Re: How to find out that it is 32-bit or 64-bit

You can use either:

getconf KERNEL_BITS

or:

Sam->Performance Monitor-> System properties -> OS


federico
Cheryl Griffin
Honored Contributor

Re: How to find out that it is 32-bit or 64-bit

You can also check if your machine is 32/64 bit capable with:

# getconf HW_CPU_SUPP_BITS
"Downtime is a Crime."