码迷,mamicode.com
首页 > 系统相关 > 详细

SAP Kernel Update on Unix and Linux

时间:2020-08-06 15:37:42      阅读:93      评论:0      收藏:0      [点我收藏+]

标签:image   resource   count   proc   tps   ted   perm   res   url   

Overview

CHECK BEFORE

Check the current kernel version:

  1. System > Status:
    技术图片
  2. Operating system level:
    技术图片

DOWNLOAD

Download kernel from Support packages and patches ---> By Alphabetical Index (A-Z) ---> K ---> SAP kernel <bit> <uc> ---> SAP kernel <release> (...) ---> There choose <operating system> ---> both #Database independent and <database specific> archives

Example:

技术图片技术图片

技术图片

EXTRACTION, UPDATE

  1. Change to profile folder:
    技术图片
  2. Find the instance profile
    技术图片
  3. Find DIR_CT_RUN by "sappfpar pf=<instance pf with full path>"
    技术图片
  4. Copy SAR files one level above, in this case to "/usr/sap/<SID>/SYS/exe/uc":
    技术图片
  5. Copy kernel folder, in this case copy linuxx86_64 as linuxx86_64.bak:
    技术图片
  6. Copy SAPCAR to the current folder:
    技术图片
  7. Stop SAP at this point. Also stop sapstartsrv processes of this SAP system. Refer to Starting and Stopping SAP Systems Based on SAP NetWeaver 
  8. Extract kernel archives by "sapcar -xfj <SAR archive> -R <destination folder>". First extract SAPEXE and SAPEXEDB SAR files and then the rest (dw sar, lib_dbsl sar, etc):
    技术图片
    技术图片
  9. Change permission and owner of kernel files as root by "chmod -R 755 <kernel folder>/*" and "chown -R <sid>adm:sapsys <kernel folder>/*":
    技术图片
  10. Run saproot.sh "<kernel folder>/saproot.sh <SID>" as root:
    技术图片
  11. Start SAP by "startsap r3" as <sid>adm (deprecated) or by sapcontrol; refer to Starting and Stopping SAP Systems Based on SAP NetWeaver 

CHECK AFTER

Check the new kernel version:

    1. System > Status:
      技术图片
    2. Operating system level:
      技术图片

SAP Kernel Update on Unix and Linux

标签:image   resource   count   proc   tps   ted   perm   res   url   

原文地址:https://www.cnblogs.com/weikui/p/13445981.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!