Operating System - HP-UX
1824881 Members
3956 Online
109675 Solutions
New Discussion юеВ

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."