
Posted by: asfan
1. Login as root
2. Make new backup directory
cd /
mkdir SIDkernel_10102007
3. Create latest kernel backup
cp -pr /sapmnt/SID/exe/* /SIDkernel_10102007
4. Compare the original kernel and the backup
du -sk /sapmnt/SID/exe/ à 840413 /sapmnt/SID/exe
du -sk /SIDkernel_10102007 à 841992 /SIDkernel_10102007
5. Make new shadow kernel directory
cd /
mkdir newkernel_175
6. Copy the new downloaded kernel files into /newkernel_175
7. Unpack the new downloaded kernel in folder /newkernel_175
SAPCAR -xvf SAPEXE_175-20000221.SAR
SAPCAR -xvf SAPEXEDB_175-20000223.SAR
8. Login as sidadm
9. Stop the SAP System
stopsap
10. Stop saposcol
saposcol -k
11. Login as root
12. Go to the current kernel directory
cd /sapmnt/SID/exe
13. Copy all extracted support packages into this folder
cp -pr /newkernel_175/* /sapmnt/SID/exe
14. Copy back the original file saproot.sh into this folder.
cp -p /SIDkernel_10102007/saproot.sh /sapmnt/SID/exe
15. Go to the current kernel directory
cd /sapmnt/SID/exe
Then run:
./saproot.sh SID
16. Login as sidadm
17. Start the saposcol service
saposcol
18. Start the SAP system
startsap
Thanks Asfan, very useful step-wise details.
Thanks gagain.
By: Srinivas on December 8, 2007
at 2:31 pm
Hi Srinivas, it’s my pleasure to share it
By: asfan on January 31, 2008
at 4:59 am
Hi Asfan,
You may compare your guideline with SAP Note 664679 – Install 640 kernel in WAS 620.
There several steps from yours is missing eventhough it is not critical.
By: Gamma on February 2, 2008
at 4:19 pm
It has been helpful.
Thank you.
By: Voja on February 12, 2008
at 12:41 pm
Hi Gamma,
Thanks for the note
so,for all member,we can follow SAP note 664679 for the detail step
By: asfan on February 18, 2008
at 2:47 am
Hi Voja,
My pleasure to help u
By: asfan on February 18, 2008
at 2:47 am
May I know what the saproot.sh script is for?
By: Jay on February 22, 2008
at 9:04 pm
Hi Jay,
the script will change the owner and the permission of related kernel file. for example, the script will change the owner of file brtools.exe into ora, and file disp+work.exe into adm.
By: asfan on February 27, 2008
at 8:31 am
Hi Asfan,
Can you tell me? where do i find saproot.sh. I am unable to locate in /sapmnt//exe. Is it part of SAPEXEDB*.SAR / SAPEXE.SAR files?
TIA
Regards,
Priyank.
By: Priyank on May 6, 2008
at 5:15 pm
Nice article. Keep on the good work. Is it ok if i ask u some question related to BASIS problem in here? because my SAP have a quite common environment with yours. Thx.
By: hari-huhui on July 22, 2008
at 9:41 am
Mas, btw,
du -sk /sapmnt/SID/exe/ à 840413 /sapmnt/SID/exe
karakter à 840413 apaan ya ?
By: Raffaello on February 9, 2009
at 12:21 am
Mas, u/ update kernel dari 6.20 ke 6.40, apakah langkahnya sama ? Tempat saya menggunakan SAP R/3 Enterprise DIMP 4.71.
Saya coba beberapa kali, muncul message bahwa ABAP Database not avaiable via R3trans. Sudah coba jalankan R3trans -d -v, trans.log menunjukkan jika ada masalah pada NLS parameter.
Mohon bantuan pencerahannya, thanks.
By: Dwi Hartono on March 24, 2009
at 7:52 am
Hi Dwi,
hal tsb berarti ada problem koneksi SAP ke database nya.
pastikan variabel untuk user adm sudah benar. jika systemnya UNIX, mungkin bisa coba cek variabel NLS_LANG pd user adm.
jika memang benar itu masalah NLS, bisa coba cek SAP notes 40815.
semoga membantu.
By: asfan on July 21, 2009
at 2:55 am