cancel
Showing results for 
Search instead for 
Did you mean: 

SAP KERNEL UPGRADE

Former Member
0 Kudos

how to upgrade the SAP kernel? i mean by those brtools.exe,brspace.exe and so on.

The sap kernel i downloaded from service.sap.com seem like cant uncar except 1 file which the file name start with sapexedb.sar.

I using sap 4.7 with kernel release 6.20 on window server 2003 with oracle 9.2.6.0. i wanna upgrade the kernel to 640.

kindly help if know, point will be reward to good answer, thank in advance.

Regards,

Jerry

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

not sure on you OS, but these are the steps we use on solaris.

SAPCAR all file except:

~SAPEXEDB.SAR

~SAPEXE.SAR

~dw_180_10004471.sar

Then SAPCAR these:

~SAPEXEDB.SAR

~SAPEXE.SAR

~dw_180_10004471

rm *.sar

rm *.SAR

rm -r sar

chmod 4775 saposcol

chown root:sapsys saposcol

chmod 4755 brarchive brbackup brconnect

chmod 755 brrestore brrecover brspace

chown ora<SID>:sapsys brarchive brbackup brconnect

chown ora<SID>:dba dbatoolsora.lst libsbt.so sapdba_role.sql

Make a copy of the old exe file (in /sapmnt/<SID>/)

cd into HOME dir

stopsap

saposcol -k

cd into dir where new files are kept

cp -pR all files into the exe dir e.g. cp -pR * /sapmnt/DR3/exe

cd into HOME dir

saposcol -l

startsap

and if it don't work, use the backup files

Regards

James