cancel
Showing results for 
Search instead for 
Did you mean: 

kernel upgrade having ABAP+JAVA instance

Former Member
0 Kudos

Hi team,

Can you provide the procedure how to kernel upgrade for our windows system having ABAP+JAVA instance releae version 700.

Provide the links, your replies are very helpful.

Regards

Bhaskar

Accepted Solutions (1)

Accepted Solutions (1)

hemanth2
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Bhaskar,

You can use JSPM too in this case. Otherwise if you want to do it the old fashioned way:

> Stop SAP, Database, Saprouter, listeners and all the

related services.

> The location of the kernel is /usr/sap/<SID>/SYS/exe/run

> Take a backup of the files in this location and take a

print out of the ls -ltr (This is needed to give the new files the

correct permissions)

> Overwrite all the new files to the kernel location. The

purpose is to retain the old files for which the new version is not

available.

> The permissions of the file need to be changed as they

were before.

> Restart all the processes. The kernel upgrade is

now done. System

> status will give the newer version of the kernel.>

>

disp+work

Will give the

new Kernel version.

Finding files easily: http://www.easymarketplace.de/KernelPatches.php

Regards,

hemanth

Former Member
0 Kudos

Hi Hemanth

thanks for the reply,

I need the document how to do the kernel upgrade, can u provide the document link or any that document u have.

Regards

Bhaskar.T

Answers (4)

Answers (4)

hemanth2
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

As you mentioned that it is an ADD In instance, use JSPM for this.It is very handy.

You can refer:

regards,

hemanth

Former Member
0 Kudos

Hi Bhaskar,

Please find the Kernel Upgrade document in the below link:

www.learnbasis.com/knowledgebase/index.php?action=GetFile&id=10&set=all

Hope it will help you to do the kernel upgrade.

Please let me know if you face any issue while doing.

Thanks

Kishore

Former Member
0 Kudos

Hi,

If you are upgrading kernel in Unix environment do not forget to run the saproot.sh script.

Logon using root ID

Go to kernel directory

Run saproot.sh using following command

./saproot.sh <SID>

-Gokul

Former Member
0 Kudos

Hi Bhaskar,

1.First try to download the latest kernel Patch both Database Independent and Database Dependent from service.sap.com/patches.

2. create a folder some where else, and uncar both the SAR files into the newly created folder.

3. Take the backup of exe folder, which is under/usr/sap/SID/SYS/exe/

If not take backup of NTI386 which is under /usr/sap/SID/SYS/exe/run/

4. Stop the SAP with stopsap R3

5. Stop the services. Go to Run-> give services.msc and stop the services 1. Distribution transaction coordinator 2. sapSID related services 3. saposcol

6. Now copy all the uncared files from the newly created folder to /usr/sap/SID/SYS/exe/run/....

7.Then restart the Services first and then sat with startsap R3.

8. If you want to check the current patch level of kernel, just open the command promt and go to kernel directory and give disp+work.

Hope it resoves your issue.

Thanks

Kishore

Former Member
0 Kudos

Hi kishore

Thanks for the reply,

I need the document procedure to do kernel upgrade, can u provide the link where i can download the document or if u have can u send me.

Regards

Bhaskar.T

Former Member
0 Kudos

Hi Bhaskar,

You can download the kernel from market place . Once you get the SAR files UNCAR those files and replace the existing files exe folder (usr->sap-><SID>->sys->exe) with the files which you have uncarred .

    • Dont forget to take the back up of the exe folder before you replace the files in that.