cancel
Showing results for 
Search instead for 
Did you mean: 

Kernel patch

Former Member
0 Kudos

Hi,

We want to upgrde our R3 ECC 6.0 kernel patch on AS400/DB4 ,

plese provide some steps,

regards,

ajay

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

look at following sap note

Note 912575 - iSeries: Using LODSAPKRN to load a 7.00 kernel

APPLY IGS PATCH NOTE : - 937000.

regards,

kaushal

Former Member
0 Kudos

Hi,

Thanks for information,

i applied the patch according to sap note

but it gives the error

Errors occurred in command.

regards,

ajay

Former Member
0 Kudos

Hi,

check the log using iseries navigator output queue.

work management -> output queues ->qprint

provide the log,

regards,

kaushal

Former Member
0 Kudos

Hi,

I check the log it's gives following

Message . . . . : Not authorized to object APYR3FIX in R3FIX700U.

Cause . . . . . : You do not have the correct authority for object APYR3FIX

in library R3FIX700U type *FILE. Recovery . . . : Contact your security

officer or the object owner to obtain the correct authority and try your

request again.

regards,

ajay

Former Member
0 Kudos

Hi,

it's looks like missing authority for SIDOFR user,

check the premissions for user SIDOFR,permit the missing one

following is steps for applying kernel fix in AS400/DB4 ECC 6.0

PART -1 Applying kernel fix.

1) download and copy following kernel fix to tmp folder under rootbin.

APYR3FIX.SAR,APYSAP.SAR,LODSAPKRN.SAR

2) logon to telnet client using SIDOFR user.

3) Apply the above fix using following command

- 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 - Apply new kernel

SAPEXE.SAR and SAPEXEDB.SAR contain full kernel (except IGS). download it from service.sap.com

1) Copy sapexe.sar and sapexedb.sar into one folder i.e kern under rootbin.

2) create one file using notepad called parts ( w/o extension)

parts file having following content.

SAPEXE.SAR,

SAPEXEDB.SAR,

3) copy parts file into kern folder.

4) Create new kernel library like SAPSIDUKRN using following command.

- CRTLIB LIB(SAPSIDUKRN)

5) Apply latest kernel to newly created kernel library using following command.

- LODSAPKRN DEV(STMF) MNTPNT('/KERN') KRNLIB(SAPSIDUKRN) USERDEF(YES) LIST('/KERN/PARTS')

6) Now Apply the new kernel to SAP System using following command.

a) stop sap system.

b) stop saposcol if running.

c) end sub-system R3_<instance_number> using ENDSBS SBS(R3_Instance#)

d) delete the all statistics file under /usr/sap/sid/<DVEBMGSnn>/data/stat*

e) Remove the old kernel attached to SID usnig following command.

- RMVSAP SID(<SID>) DLTKRNLIB(*NO)

f) Change the library list usnig following command.

- EDTLIBL press enter

replace old kernel entry i.e SAPSIDUC with new one SAPSIDUKRN

h) activating the new kernel using following command.

- APYSAP TYPE(*KERNEL) SID(<SID>) DSTLIB(SAPSIDUKRN)

I) delete all SQL packages using following command.

- DLTR3PKG SID(<SID>)

7) Due to missing IGS part the SAP System is not strat. apply igs patch

- downlaod and copy igsexe.sar in to one folder called igs under rootbin.

- apply igs fix using following sap note.

sap note 937000.

regards,

kaushal

Former Member
0 Kudos

Hi,

thank you vary much

regards,

ajay

Former Member
0 Kudos

Hi Kaushal,

I followed your kernel upgrade procedure , I crossed all step except IGS. but when I am applying IGS accourding to

note 937000 getting below mentained error.

Please suggest solution.

CHGO4AFREC OPERATION(*UPSERT) HYBLIB(SAPPRDUKRN) O4AFTYPE(SAR

IFSNAME('IGSEXE.SAR') SRCDIR(kern) DSTLIB('$(KRNLIB)')

Ownership of object GETOBJINF in QTEMP type *USRSPC changed.

Ownership of object GETOBJINF in QTEMP type *USRSPC changed.

Errors occurred in command.

Errors occurred in command.

Answers (0)