cancel
Showing results for 
Search instead for 
Did you mean: 

How to check kernel is 640 or 6.40_EX2

Former Member
0 Kudos

Hi Team,

Please suggest how can I check installed Kernel is 640 or 6.40_EX2 on our SAP system

ALso suggest how to make sure system is IA64,X86_64 or POWER 64BIT.

Please confirm.

Shivam

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hello,

This can easily be done via transaction SM51.

Start tcode SM51 and push the "Release Notes" button.

Merry Christmas.

Wim Van den Wyngaert

former_member256254
Participant
0 Kudos

Question Number one:

Try this:

1. login to server's CLI (Command Line Interface)

2. switch to user <SID>adm

3. type: cdexe, enter

4. run disp+work file

Here is example on my IDES Server:

idesbp:id5adm 2> ./disp+work

-


disp+work information

-


kernel release 700

kernel make variant 700_REL

compiled on Linux GNU SLES-9 x86_64 cc3.3.3

compiled for 64 BIT

compilation mode UNICODE

compile time May 21 2007 20:25:16

Question number 2:

Read the hardware specs

Former Member
0 Kudos

Hi,

If you are using Windows OS then in the run command type winver. This will show you the OS version and the platform.

If its unix/linux goto /sapmnt/<SID>/exe and type file sappfpar

the output will give you the platform on which the executable was complied to run.

For windows right click on any sap kernel executable and select Properties and then Version tab.

Regards,

SBK

former_member220071
Active Participant
0 Kudos

ALso suggest how to make sure system is IA64,X86_64 or POWER 64BIT

Please check given below link.

http://support.microsoft.com/kb/827218

Abhijit