1833159 Members
3077 Online
110051 Solutions
New Discussion

Re: 64-bit or 32-bit?

 
SOLVED
Go to solution
Ryan Clerk
Frequent Advisor

64-bit or 32-bit?

Is there an easy way to tell if I am running 32-bit 11i or 64-bit 11i?

TIA, Ryan
7 REPLIES 7
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: 64-bit or 32-bit?

getconf KERNEL_BITS is about as simple as it gets. Man getconf for details.
If it ain't broke, I can fix that.
BFA6
Respected Contributor

Re: 64-bit or 32-bit?

Hi,

getconf KERNEL_BIts will tesll you if it's 32 or 64 bits

Hilary
Victor_5
Trusted Contributor

Re: 64-bit or 32-bit?

getconf KERNEL_BITS

man getconf for details.
Helen French
Honored Contributor

Re: 64-bit or 32-bit?

Hi Ryan:

Try this:

# getconf KERNEL_BITS

HTH,
Shiju
Life is a promise, fulfill it!
MANOJ SRIVASTAVA
Honored Contributor

Re: 64-bit or 32-bit?

Ryan

in 11i and 11.00 it is getconf KERNEL_BITS


Manoj Srivastava
S.K. Chan
Honored Contributor

Re: 64-bit or 32-bit?

Another way ..
# /opt/ignite/bin/print_manifest

Look for "OS mode".
Vijeesh CTK
Trusted Contributor

Re: 64-bit or 32-bit?


hi

# getconf KERNEL_BITS

will help u

CTK