1758377 Members
2750 Online
108868 Solutions
New Discussion юеВ

64-bit/32-bit

 
SOLVED
Go to solution
thewho?
Frequent Advisor

64-bit/32-bit

Hello,
How can I tell if I'm running a 64-bit or a 32-bit operating system. This is the info from uname -mrsv :
HP-UX B.11.00 U 9000/800

Thanks,

We'll get through this together.
5 REPLIES 5
MARTINACHE
Respected Contributor
Solution

Re: 64-bit/32-bit

Hi,

getconf KERNEL_BITS

Regards,

Patrice.
Patrice MARTINACHE
Hakan Dedorson
Occasional Advisor

Re: 64-bit/32-bit

getconf KERNEL_BITS
James R. Ferguson
Acclaimed Contributor

Re: 64-bit/32-bit

Hi:

# getconf KERNEL_BITS

...JRF...
William Groves
New Member

Re: 64-bit/32-bit

Hello,

To determin what config you are at presently, use: getconf KERNEL_BITS
To see if the cpu will support 32 or 64 bits use: getconf HW_CPU_SUPP_BITS

Good Luck
The one rowing the boat usually does not have time to rock it!
Fred Myers
Advisor

Re: 64-bit/32-bit

their is even an easier faster way.

file /stand/vmunix

Good luck.