SAP Kernel Update On Unix For ABAP
SAP Kernel Update On Unix For ABAP
1 10 47,871
I recently have updated the SAP kernel of one of my test systems and I would like to share my
experiences with you. In my case it worked well, therefore if you follow the same steps it will
work for you, I promise.
So my system was on SAP Kernel release 7.42 with patch level 200 and DBSL on patch level
110.
They are available under http://support.sap.com/swdc -> Support Packages & Patches -> Browse
Download Catalog:
Here navigate to Additional Components -> SAP Kernel and choose the corresponding bit
version (32 or 64) make variant (empty or EXT) and unicode or nonunicode (empty or
UNICODE | UC) for your system.
The easiest way to get this information is to run disp+work command on operating system level
with sidadm user or from SAP system using RSBDCOS0 report. For example:
[1]disp+work
disp+work information
kernel release 742
kernel make variant 742_REL
compiled on Linux GNU SLES-11 x86_64 cc4.3.4 use-pr150508 for linuxx86_64
compiled for 64 BIT
compilation mode UNICODE
compile time Jun 29 2015 23:01:53
update level 0
patch number 200
source id 0.200
RKS compatibility level 0
After choosing the correct kernel path navigate to corresponding kernel release, operating system
and choose #Database_independent and database specific links:
:
I used SAPEXE.SAR and SAPEXEDB.SAR archives for updating. In addition, dw.sar
lib_dbsl.sar and further archives can be used, but only the ones which are newer than the latest
SAPEXE(DB) packages. All other executables are already part of SAPEXE(DB).
Check via AL11 transaction where DIR_CT_RUN (central kernel folder) points to:
DIR_CT_RUN /usr/sap/SID/SYS/exe/uc/linuxx86_64
This is where the kernel will be distributed to DIR_EXECUTABLE via sapcpe from.
total 306260
total 306264
Database is running
——————————————-
——————————————-
………….
——————————————-
…..
——————————————-
..
First copy SAPCAR from DIR_CT_RUN outside of DIR_CT_RUN. This way extraction won’t
stop due to “text file busy” error.
total 310552
If you want to extract other archives as well check point 8. in SAP Kernel Update on Unix and
Linux – Application Server Infrastructure – SCN Wiki
Preparing /usr/sap/SID/SYS/exe/uc/linuxx86_64/brbackup …
Preparing /usr/sap/SID/SYS/exe/uc/linuxx86_64/brarchive …
Preparing /usr/sap/SID/SYS/exe/uc/linuxx86_64/brconnect …
Preparing /usr/sap/SID/SYS/exe/run/brbackup …
Preparing /usr/sap/SID/SYS/exe/run/brarchive …
Preparing /usr/sap/SID/SYS/exe/run/brconnect …
Preparing icmbnd …
icmbnd.new does not exist – skipped
done
Database is running
——————————————-
OK
——————————————-
——————————————-
OK
——————————————-
starting SAP Instance DVEBMGS00
——————————————-
OK
——————————————-
——————————————-
Step 9: Enjoy