1847238 Members
2990 Online
110263 Solutions
New Discussion

32bit & 64bit

 
SOLVED
Go to solution
kuotaiyi_2
Occasional Advisor

32bit & 64bit

I use hpux10.20 for all workstation, which have C110, C200, B1000, and C3600.

basically, I know C110 is 32bit computer, and others are 64bit computer.

Does the hpux10.20 have two version -- 32bit and 64 bit?

If yes, How can I know which version do I use on each workstation?

If No, how many information I loss on this issue?

Thanks
4 REPLIES 4
John Poff
Honored Contributor

Re: 32bit & 64bit

Hi,

HP-UX 10.20 is only a 32-bit operating system. There isn't a 64-bit version of 10.20. It is time to consider upgrading to 11.0, or more likely to 11i.

Here is a server support matrix for the 11.0 and 11i operating systems:

http://devrsrc1.external.hp.com/STK/serversupport.html

JP
T G Manikandan
Honored Contributor
Solution

Re: 32bit & 64bit

Just use
# getconf HW_CPU_SUPP_BITS
what kernel bits your machine supports
Use
# getconf KERNEL_BITS
to find the present installed kernel bits



T G Manikandan
Honored Contributor

Re: 32bit & 64bit