Operating System - HP-UX
1827099 Members
4350 Online
109714 Solutions
New Discussion

How to know HP-UX 11 is run on 32-bit or 64-bit mode

 
SOLVED
Go to solution
walkmana
Occasional Contributor

How to know HP-UX 11 is run on 32-bit or 64-bit mode

Hi everyone, I am new in HP-UX.

As mention above, is there any way to check the HP-UX is run on 32-bit or 64-bit mode?

Machine: HP 9000 rp2470
OS: HP-UX B11.11

Thanks for reading.
10 REPLIES 10
Patrick Wallek
Honored Contributor
Solution

Re: How to know HP-UX 11 is run on 32-bit or 64-bit mode

All machines of the rp series (rp24xx, rp 34xx, rp44xx, rp54xx, rp74xx) are all 64-bit ONLY machines.

To see what bitness is running:

# getconf KERNEL_BITS

It will return 32 or 64, which indicates 32-bit or 64-bit HP-UX.
walkmana
Occasional Contributor

Re: How to know HP-UX 11 is run on 32-bit or 64-bit mode

Thanks a lot.

After I issued the command above, it return the value : 64.

The reason I want to check this because recently I request Oracle database ugrade CD to upgrade from 8i to 9i, but they shipped the CD only in 64-bit version, so I wonder whether the 64-bit Oracle 9i database can run on that machine or not.

Cheers~
Asif Sharif
Honored Contributor

Re: How to know HP-UX 11 is run on 32-bit or 64-bit mode

Hi walkmana ,

#getconf KERNEL_BITS
#getconf HW_CPU_SUPP_BITS

Attached is the document shows 32/64 Bits hardware compatibility.

Regards,

Asif Sharif
Regards,
Asif Sharif
walkmana
Occasional Contributor

Re: How to know HP-UX 11 is run on 32-bit or 64-bit mode

Thanks a lot.

The attach pdf is very imformative ^_^
Peter Godron
Honored Contributor

Re: How to know HP-UX 11 is run on 32-bit or 64-bit mode

Hi,
yes your 64bit Oracle will run on your 64bit OS (given all the other Oracle pre-requisites like memory etc)

Footprint for Oracle 9 is bigger than Oracle 8 and the IAS install can be a bit of a nightmare.
Muthukumar_5
Honored Contributor

Re: How to know HP-UX 11 is run on 32-bit or 64-bit mode

More ways to get this:

SAM -> Performance Monitors -> System Propeties -> Processor -> Kernel bits information

--
Muthu
Easy to suggest when don't know about the problem!
Johnny Damtoft
Regular Advisor

Re: How to know HP-UX 11 is run on 32-bit or 64-bit mode

Hi,

Another way is to do:

# file /stand/vmunix
/stand/vmunix: ELF-64 executable object file - PA-RISC 2.0 (LP64)

Here it tells you 64Bit and CPU arcitecture.
Senthil Prabu.S_1
Trusted Contributor

Re: How to know HP-UX 11 is run on 32-bit or 64-bit mode

Hi,
use these commands;

#getconf KERNEL_BITS
#getconf HW_CPU_SUPP_BITS

HTH,
Prabu.S
One man's "magic" is another man's engineering. "Supernatural" is a null word.
Arturo Galbiati
Esteemed Contributor

Re: How to know HP-UX 11 is run on 32-bit or 64-bit mode

Hi,
getconf KERNEL_BITS
HTH,
Art
Nguyen Anh Tien
Honored Contributor

Re: How to know HP-UX 11 is run on 32-bit or 64-bit mode

I usually use sam to determine it:
SAM > Performance Monitors > System Propeties > Processor > Kernel bits information
HP is simple