DomeDan wrote:I did state that its a G3 server and I'm pretty sure all Proliant G3 servers use 32bit address space. I mostly got Xeon 3.06GHz/FSB:533MHz/Cache:512KB processors.
Um ... not trying to beat a dead horse, but you apparently are "unaware", so I'll see if this helps you in the future (I'm NOT picking on you ... honestly!

)
G3 is a brand. Proliant G3 is the same brand with company name in front. Xeon is a "model family" and while providing the speed is at least slightly helpful, there are still hundreds of Xeon processors out there (in both 32 bit and 64 bit). No, not all G3s are 32-bit. I couldn't guess what percentage are 64-bit vs 32-bit, but I do know that "branding" does not help when trying to determine this sort of thing, which is why I asked about the Processor Model Number. If you ask the OS, it will ordinarily tell you (in the boot log, or in a /proc/ file related to the CPU ...) the actual model number of the processor. In many of our systems, this results in the processor ID:
- Code: Select all
cat /proc/cpuinfo
"Model Name" will then give you something you can look up on the ark (ark.intel.com, or just google "ark xeon 7020" or something similar), luckily it's xeon and not amd. The definition of the processor will give you the instruction set (64 vs 32). In the case of the ark, that will also give you the compatible motherboards. If you check your G3 model you MAY find the motherboard (and verify that it will hold the CPU your system claims to have installed to validate your find ...). The motherboards, in turn, will give you a list of CPUs that are compatible. You may well find that there is a 64-bit CPU available for your system. Many are even in the older systems from when 64bit was new. The "highest end" processors would be a 64bit but very expensive back then. Now many of those processors can be under $50 and cause a serious increase in capacity.
To summarize: The actual model number of the CPU is the best thing to go by. Pull it out and look at it or use the command above to ask the server while it's running. You "Can" often find others with experience via the model number of the box it's in, but you can't go by the "G3" brand as that's not specific enough.
So if you research the full model of your system to get the Motherboard and see which Processors can be put in that box (and verify that the Processor already in the box falls in that list to be sure you're on the right track), you may find there is a 64-bit processor available for it. And it might even be cheap.