cancel
Showing results for 
Search instead for 
Did you mean: 

Differentiate 32 bit and 64 bit

Syamkriz
Active Participant
0 Kudos

Hi Guyz,

How do we know the SAP we are using is 32 bit or 64 bit?

I am not able to find out this information from the Status.I am planning for a Kernal upgrade for ECC6 and confused which(32 bit or 64 bit) Kernal to use.

Warm Regards,

Syam

View Entire Topic
Syamkriz
Active Participant
0 Kudos

how to find out SAP I am running is 32-bit or 64 bit is still unanswered!

manu_susankar
Active Contributor
0 Kudos

Hi Syam,

Could you please check with the below linkw would throw some light ....

http://www.sap.com/solutions/benchmark/defaultconfig.epx under

32-bit/64-bit software version

also check : https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2007a6a6-7608-2b10-2bbc-e583497c...

Regards,

S.Manu.

Syamkriz
Active Participant
0 Kudos

Hi Manu,

I checked the above mentioned link. The link just say that there is 32-bit and 64-bit SAP avaialable and benchmarking for both differs. Other than that the link doesnt help much.

Warm Regards

Syam

Former Member
0 Kudos

Dear Syam,

See the default path for 32 bit kernel is this:

drive:\usr\sap\<SID>\SYS\exe\run\

I am having a unicode NW 7.0 server on Win 2k3 x64 and my kernel path is

drive:\usr\sap\<SID>\SYS\exe\uc\NTAMD64\

I think this should solve your problem.

Regards,

Veera

manu_susankar
Active Contributor
0 Kudos

Hei Syam,

Got it look into sap note Note 192822 - FAQ: 32-bit/64-bit R/3-oracle

12. How can you find out whether an object is installed in its 32-bit or 64-bit version?

you have solution under this please ref the note.

Regards,

S.Manu.

Syamkriz
Active Participant
0 Kudos

Hi Veeraraagavan R ,

Excellant.This issue is solved.

Warm Regards,

Syam

Former Member
0 Kudos

Dear Syam,

Please do refer to the note given by Manu . It is actually very old and not updated, but has generic command like once you navigate to exe\run (or a similar path to mine) of your server using command line/ command prompt, you can use disp+work.exe -version etc. In fact I will quote the whole section from it - Point - 12 - please note some of them might be outdated.

12. How can you find out whether an object is installed in its 32-bit or 64-bit version?

a) R/3 executables (R3trans, Kernel, tp, R3load):

cd /usr/sap/<SID>/SYS/exe/run

disp+work -version

R3trans -version

etc.

If no bit-version is mentioned within the text, this means it is a 32-bit version. 64-bit version would return something like .... COMPILED WITH 64-BIT LIBRARIES....

b) Oracle

as ora<SID> user start svrmgrl

In the header it shows oracle-version and bit-number.

you can also do a SELECT * FROM V$VERSION;

Oracle client-lib

library oracle is using CD $ORACLE_HOME/LIB

FILE LIBCLNTSH.<EXT>libary the R3-tools are using

Please check note 180430 for your R3 release specific oracle client note. The location of the clientshared library has changed with different R3 releases. Get the location of the library from that note and then execute:

cd <directory where the clientlib is in>

FILE libclntsh<version>.<extension>

Most kernels also have the function calls to the oracle libraries extracted to a new library dboraslib.<extension> Please also check this library:

cd /usr/sap/<SID>/SYS/exe/run

FILE dboraslib.<extension>

c) OS

HP:

getconf KERNEL_BITS executed as root user returns either 32 or 64

DEC-UNIX:

automatically 64-bit - also shows with the command /usr/sbin/sizer -v

AIX:

beginning with release 4.3.1 64-bit; please make sure that all hardware components are 64-bit. When installing 4.3.1 AIX automatically detects whether your hardware is 64-bit and will install the necessary 64-bit software components. The easiest way to find out whether AIX is 64-bit is by the following commands:

lslpp -l bos.64bit - this should return a line that bos.64bit is installed

genkex | grep 64 - this checks whether the 64-bit kernel extension is installed. it should return something like

149bf58 a3ec /usr/lib/drivers/syscalls64.ext.

For further details refer to the following webpage http://www-1.ibm.com/support/ docview.wss?rs=0uid=aix12465b658044fc574852569e70056e923

SOLARIS:

isainfo -v