cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Kernel upgrade on multiple Instances

former_member706793
Participant
0 Likes
4,645

Hi, what is the procedure to update kernel on CI ( AIX) and multiple DI(Linux) ? Thanks

View Entire Topic
manojsomkuwar
Participant
0 Likes

Hi,

Is the /sapmnt filesystem commonly shared across all application servers (CI+DIs)?

If yes, then the normal procedure of the kernel upgrade would be sufficient where we stop the system, copy the new media to global kernel directory, check if the kernel has been upgraded(you may randomly check any of the DIs as kernel should be upgraded here also if /sapmnt is shared), start CI, check if kernel has been upgraded or not , perform SGEN, and then continue to start other DIs.

Also, if your Database is oracle, you'll need to perform ./saproot.sh <SID> and ./oraroot.sh <SID>(depending on the database version) using root user after navigating to the kernel directory.

Please also let me know if there are any cluster services involved?

You can also log on to all of the application servers and execute below command to check the Kernel version for that specific instance.

sapcontrol -nr <NR> -function GetVersionInfo
^Make Sure sapstartsrv process is running for sapcontrol command to work.

Regards,

Manoj Somkuwar

former_member706793
Participant
0 Likes

thanks Manoj. How about AIX and Linux versions?

dasistdochscheisse
Active Participant

> How about AIX and Linux versions?

If /sapmnt is properly configured, there is a subdirectory for each needed os and the DI will copy the new kernel from there to the exe directory beneath /usr/sap/SID/D....