Operating System - HP-UX
1833807 Members
3267 Online
110063 Solutions
New Discussion

Re: How to know if the installation is 32 bit or 64 bit

 
Ali Imran Abbas
Regular Advisor

How to know if the installation is 32 bit or 64 bit

I am new to HP UNix. I wanna know the servers have 32 bit of installation or 64 bit. HP UX is already installed on the server.
5 REPLIES 5
James R. Ferguson
Acclaimed Contributor

Re: How to know if the installation is 32 bit or 64 bit

Hi:

All Itanium servers are 64-bit only, as are the more recent PA-RISC series. You don't offer your server model nor your operating system version. That said:

# getconf KERNEL_BITS

...will tell you the "bitness" of your current kernel, e.g. "64"

# getconf HW_CPU_SUPP_BITS

...will tell you the "bitness" your hardware will support, e.g. "32/64"

Regards!

...JRF...
James R. Ferguson
Acclaimed Contributor

Re: How to know if the installation is 32 bit or 64 bit

Hi (again) Ali:

Please also see:

http://forums11.itrc.hp.com/service/forums/helptips.do?#28

Regards!

...JRF...
Asif Sharif
Honored Contributor

Re: How to know if the installation is 32 bit or 64 bit

Salam Ali,

# getconf KERNEL_BITS
64

Please see the some threads.

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1084867&admit=109447626+1198998536536+28353475

Please assign points who ever helps you.
From your profile >>>>"I have assigned points to 0 of 31 responses to my questions."

Regards,
Asif Sharif
Regards,
Asif Sharif
bixley
Advisor

Re: How to know if the installation is 32 bit or 64 bit

Ali,

The previous postings mention getconf, that covers the OS.
For application code binaries & third party software use the 'chatr' command to determine which libraries were used in the compilation. Even for Itanium running 11.23 & 11.31 there is a lot of 32bit source out there.
T G Manikandan
Honored Contributor

Re: How to know if the installation is 32 bit or 64 bit

# getconf KERNEL_BITS
# getconf HW_32_64_CAPABLE