What Is SAP Kernel and How To Perform Kernel Upgrade
What Is SAP Kernel and How To Perform Kernel Upgrade
SAP kernel files are required for running SAP systems,Kernel executables are called Heart/Core of
the system.Once SAP maintenence is over for existing kernel then it's highly neccessary to upgrade
kernel.
Once we know kernel Type then downlaod related files from SAP
Service Market Place.
Note : Take the backup of current exe directory including local exe with root user.
a). cd /sapmnt/<SID>
d). cd Kernel-New
2). UNCAR the NONUNICODE kernel files from the source directory to newly created directory.
For NON unicode Kernel SAPEXE.SAR,SAPEXEDB.SAR,these files are downloaded from service market
place based upon the target kernel patch level ,after selecting your OS and DB flabour
a). cd /sapmnt/<SID>
d). cd Kernel-New
2). UNCAR the UNICODE kernel files from the source directory to
newly created directory.
SAPEXE.SAR,SAPEXEDB.SAR are downloaded from service market place based upon the target kernel
patch level after selecting our OS and DB flabour
Commona
stopsap
Bring down All the apps/CI/DB, Kill all processes and clean shared memory.
2). Rename current exe to old and newly created directory Kernel-New to exe
mv exe exe.Current_exe
mv Kernel-New exe
a). go to /sapmnt/<SID>/exe
5). Run sapcpe in work directory to copy local kernel from central kernel.
a). cd /usr/sap/<SID>/DVEBMGS00
e). cd /usr/sap/<SID>/DVEBMGS00/work
-----------------------------------------------------Insatance Profile
Parameter------------------------------------------------
ccms/enable_agent = 0
FN_JSTART = jcontrol$(FT_EXE)
rdisp/wp_no_restricted = 0
rdisp/configurable_wp_no = 0
rdisp/dynamic_wp_check = FALSE
-----------------------------------------------------Default
Profile Parametr----------------------------------------------------
# Profile parameter added for Kernel upgrade to 7.2 as per Note number 1636252
system/type = DS
8). Go to /sapmnt/<SID>/exe
for Application server also,SAPCPE will do same work but now it’ll
copy Global Exe kernel files from /sapmnt/SID/exe to
/usr/sap/SID/D00/exe/ (application server local exe folder
a). cd /usr/sap/<SID>/D00
c). mkdir exe <created new folder name exe where sapcpe will copy new kernel from central
instance.
mso-themeshade:191;mso-style-textfill-fill-color:#953735;mso-style-textfill-fill-themecolor:
accent2;mso-style-textfill-fill-alpha:100.0%;mso-style-textfill-fill-colortransforms:
lumm=75000"> d). chmod 777 exe
e). cd /usr/sap/<SID>/D00/work
2). In work Directory check the logs of sapcpe if any error or conflict have occurred
a) ll *cpe*
3). Add the following parameters to the application server instance profile profiles.
-----------------------------------------------------Instance Profile
Parameter-------------------------------------------------
ccms/enable_agent = 0
FN_JSTART = jcontrol$(FT_EXE)
rdisp/wp_no_restricted = 0
rdisp/configurable_wp_no = 0
rdisp/dynamic_wp_check = FALSE
I hope ,you really got some useful information related to "Kernel Upgrade" .Can you please give 30
sec of your time now to have a look into main tutorials collection home page ,I guarantee you will
get very useful tutorials over there.