Register Login

SAP kernel- wheather it is 32 bit or 64 Bit how to determine?

Updated May 19, 2018

 Platform            32-bit                  64-bit
    ----------------------------------------------------------------
    DEC-Alpha          ---                      288
    HP-UX              272                      273, 274
      RM600              322                      323
    AIX                      320                      324
    SUN                   369                      370
    Linux  i386        387                      ---
    Linux  IA64        ---                      388
    Linux  x86_64      ---        (Note 816097) 390,
                                                  399 (old PID)
      Linux for zSeries  ---                      389
    Linux for IBM POWER ---                      391
    Windows i386        560                      ---
    Windows IA64        ---                      561
    Windows x86_64      ---                      562


Comments

  • 10 Oct 2009 1:50 am Shalesh Singh Visen
    In SAP system goto T code ST06 and click on -> Detail Analysis Menu -> Click on H/W info and serach for kernel you will find your kernel is 64 bit or 32 bit.
  • 13 Oct 2009 6:48 am Shalesh Singh Visen
    SAP Note 931024.
  • 13 Oct 2009 6:49 am Shalesh Singh Visen
    You can find the bit level as follows,

    In Unix/Linux, The flovour might be different

    At sap level when you execute, SMICM tcode, you can check the bit version
    On windiws systems, on the my computer when u right click-->properties, you can get the info.
    If you want to know which flavour it is, execute the command "file disp+work" at os level in the kernelpath like,
    abcadm 44> file disp+work
    disp+work: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), for GNU/Linux 2.4.1, dynamically linked (uses shared libs), not stripped

    x86-64/x64/x_x64 all r related to 64 bit versions
  • 14 Oct 2009 6:17 am saperpguru
    In my Windows system My Computer --> Properties shows:
    Windows Server 2003 standard x64 edition.

    The SMICM T-code shows:
    Internet Communication Manager Version 7.00, multithreaded, Unicode, 32 BIT.

    And the kernel path is ...exeuc NTI386>

    Does this mean the SAP kernel is 32 bit and the OS is 64 bit and while installing SAP, the application was installed using 32 bit option on 64 bit OS?
    This system was installed by somebody else.
  • 14 Oct 2009 6:18 am saperpguru
    For Windows box, you can check in another way, that is
    Make remote login to that system then, START-->programs->accessories-->systems tools-->system information. you will get the bit version.

×