Skip to Content
Author's profile photo Akshay Gupta

Upgrading SAP Kernel from Release 700 to SAP Kernel 720_REL / 720_EXT Part II of II

Apologies for the detour, as I could not upload any more images.

Continuing from …

Upgrading SAP Kernel from Release 700 to SAP Kernel 720_REL / 720_EXT Part I of II

Deploy the IGSHELPER.SAR to the relevant local directory /usr/sap/<SID>/<INSTANCE> on every instance as shown below:

1.JPG

Now switch to user root and run shell script saproot.sh from the kernel directory

1.JPG

Delete all the local executable’s on the individual instances. To do this switch to local relevant executable directory /usr/sap/<SID>/<INSTANCE>/exe/ and execute rm -rf *


1.JPG

1.JPG

Since the executables from the local executable directory can be executed for the start before SAPCPE runs, start an initial copy of the executables.

For all application server instances (PAS, CI, AAS, DI, CI) & For Java Only Systems, perform the below:

If your system is running with the SAPJVM:

sapcpe pf=/usr/sap/<SID>/SYS/profile/<instance profile> source:<sapjvm directory> list:<sapjvm directory>/sapjvm_<version>.lst

Checking if the SAP system is using SAP JVM or 3rd Party JDK?

1.JPG

Execute SAPCPE now to sync the kernel directory:

1.JPG

Follow-up Activities

This step only applies to release 7.00 and 7.01 Dual-stack and Java only systems.

In all (Dxx, DVEBMGSxx, Jxx, JCxx etc) instance profiles, you must set the following parameter:

FN_JSTART= jcontrol$(FT_EXE)

1.JPG

You can start your SAP System now with the new SAP Kernel 720 (Check R3trans -x, Oracle DB & Listener should be up and running)

1.JPG

1.JPG

Well, WHAT DID JUST HAPPENED ๐Ÿ˜ฏ ?

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

I just switched to Local Instance Kernel directories and observed that all the executables were not replicated from the Global Kernel directory.

SAPCPE only replicated the JVM and other executables.

So, I manually copy all the executables from the Global Kernel Directory to all the Local Instance Specific Executable directories, and started the SAP system.

1.JPG

Voila. the SAP system started up like a champ ๐Ÿ™‚

1.JPG

And the SAP Kernel has been successfully upgraded to SAP KERNEL 720_REL Patch Level 401.

Best Regards,

Akshay.

Assigned Tags

      17 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      Hello,

      A very good blog , great way to start here.

      Regards,

      Karthik

      Author's profile photo Akshay Gupta
      Akshay Gupta
      Blog Post Author

      Thanks a lot, Karthik.

      Author's profile photo Former Member
      Former Member

      Hello,

      Excellent Blog, Very Nice presentation!

      Thanks & Regards,

      Muralidhar.P

      Author's profile photo Akshay Gupta
      Akshay Gupta
      Blog Post Author

      Thanks a lot Muralidhar for your kind words.

      Regards,

      Akshay.

      Author's profile photo Former Member
      Former Member

      Step by step explained everything.

      Good. Keep it up!! ๐Ÿ™‚

      Author's profile photo Akshay Gupta
      Akshay Gupta
      Blog Post Author

      Thanks Surojit!

      Author's profile photo Willi Eimler
      Willi Eimler

      Very nice and useful blog,

      now we are waiting for 7.21 EXT ๐Ÿ˜‰

      Author's profile photo Akshay Gupta
      Akshay Gupta
      Blog Post Author

      Thanks a lot Willi.

      Vow, that's great may be you can find below notes useful then and let me know how it goes 😏

      Best regards,

      Akshay

      Author's profile photo Willi Eimler
      Willi Eimler

      Thanx a lot for the Notes. I know the Notes , because I'm doing a kernelupgrade from 7.11 to 7.21 ext. Unfortunately, I got stuck, because one perquisite is the update of sapjvm to 5.1.074 and after this update I can’t login to j2ee anymore ๐Ÿ˜•   If u r interested look at:

      http://scn.sap.com/message/14194232#14194232

      Author's profile photo Maruthi Prasad NIssankararao
      Maruthi Prasad NIssankararao

      Hello,

      Your blog is real good and i gained a lot of knowledge in kernel upgrade with your blog post and your explanation here is simple and sweet in kernel upgrade procedure.... ๐Ÿ™‚

      and i am having few doubts..?

      1. I have downloaded all the required components for kernel upgrade from the SMP,  now how i can copy these files into sap server(HP-UNIX) which is located in other country.

      2. How to create a soft link to sapmnt/sid/exe from usr/sap/sid/dvebmgs/exe.

      Thanks in advance. ๐Ÿ™‚

      Author's profile photo Akshay Gupta
      Akshay Gupta
      Blog Post Author

      Hi Maruthi,

      Thanks for the kind words. Much appreciated!

      1) To copy the files to server located on outer network zone, you will have to figure out some bridge to reach there. My guess would be some local team (where your server is located) will be able to access the server locally and that's your link. As this is HP-UX server I cant say much about using open network using Internet which is much possible between two windows machine anywhere on the planet just connected to Internet. Teamviewer and Ammy Admin take care of that in Windows, for Unix please check.

      2) Are you sure you would like to create this link by yourself? Usually once SAP System is installed the local executables (usr/sap/sid/dvebmgs/exe) are locally stored (In case of Distributed System). Anyways, here you go=>

      ln -s /sapmnt/sid/exe/ /usr/sap/sid/dvebmgs/exe

      -Akshay

      Author's profile photo Maruthi Prasad NIssankararao
      Maruthi Prasad NIssankararao

      Hi Akshay,

      Thank you so much for in response to my doubts... ๐Ÿ™‚

      Author's profile photo Maximino Suรกrez Arboleya
      Maximino Suรกrez Arboleya

      Thank for your explanations, are really useful.

      Maybe you forgote to execute sapcpe for each instance with the j2eeinst.lst and this is the reason the executables were not correctly copied.

      Regards.

      Author's profile photo Deeraj Shetty
      Deeraj Shetty

      Excellent Blog!! very clean and neat presentation.

      Regards,

      Deeraj Shetty

      Author's profile photo Former Member
      Former Member

      Very helpful, thank you!

      Author's profile photo Willi Eimler
      Willi Eimler

      Hi Jesus,

      hope your kernel upgrade is going to run well!

      Best regards

      Willi Eimler

      Author's profile photo bhushan padala
      bhushan padala

      Hi Akshay,

      though you wrote it for the first time its simply superb... great work keep upbeat...

      Best,

      Bhushan