cancel
Showing results for 
Search instead for 
Did you mean: 

Kernel Upgrade During SAP Version Upgrade

Former Member
0 Kudos

Hi All,

We are doing SAP upgrade from 4.7 2.00 to ECC6 on V6R1M0.After the Extraction_Pre Phase SAPup has created two library SAP700OPT and SAP700NEW With the kernel media that comes for the upgrade which is almost 3 years old.Now we have downloaded SAPEXE..SAR and SAPDB.SAR file from SMP.We want to apply those kernel tothe lib.Can you please let know the process for it?I have gone through the note 912575 but I am bit confused.

Also how can I find which Kernel library is connected to which IFS (ex /usr/sap/put/exe or exenew)?

Do we need to activate the kernel after we patch to those library or system does it by itself.

Thanks for your help!!

Regards

Ravi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi William,

Thanks for your reply.Can you please help me with the following question?

1) if I activate the new kernwl 700 it will hit my existing kernel 640 which is being used by the source release I just need to upgrade the kernel for shadow instance.

2) if I change my library how will SAPup know what is the new kernel library it has to use.

Thanks in advance!!

Regards!!

Ravi

Former Member
0 Kudos

terminte the upgrade and then update kernel

Part 1

1) Download patches APYR3FIX, APYSAP Y LODSAPKRN con la ultima versión y ponerlos en el directorio /tmp

2) logon SIDOFR

3) Aply patch

APYR3FIX SID(SID) SAVF(R3FIX700U/APYR3FIX) SAVLIB(GEN700UOPT) KRNLIB(SAPSIDUC)

APYR3FIX SID(SID) SAVF(R3FIX700U/APYSAP) SAVLIB(GEN700UOPT) KRNLIB(SAPSIDUC)

APYR3FIX SID(SID) SAVF(R3FIX700U/LODSAPKRN) SAVLIB(GEN700UOPT) KRNLIB(SAPSIDUC)

Part 2 -

Create dir /kern

1) copy sapexe.sar and sapexedb.sar into /kern

2) create file "parts" with command EDTF

The file must contain the lines

SAPEXE.SAR,

SAPEXEDB.SAR,

3) pegar EDTF en el directorio /kern

4) Create new library

- CRTLIB LIB(SAPUKRN)

5) Load new kernel

- LODSAPKRN DEV(STMF) MNTPNT('/KERN') KRNLIB(SAP<SID>UKRN) USERDEF(YES) LIST('/KERN/PARTS')

6) Aply kernel

a) stopsap system

b) stop saposcol if it running

c) End subsystem R3_)

7) Aply IGS patches

😎 Start sap system

Regards

William Neira