• 利用SUM打java补丁


    Upgrade Single JAVA Component Patch Level Using SUM Tool

    Hi Friends,

    I came across few posts/threads where people are looking -How to apply patch for single component with out generating XML file in solution manager. So I thought lets write a blog on this topic.

    In this blog I would like to share detailed procedure – How to upgrade single JAVA component patch level using SUM tool without generating XML file, for example here I have updated the component ENGINEAPI from patch level 12 to 16.

    Download the patch from SAP market Place and place it in a folder as per your convenience .

    ->Make sure we have component ENGINEAPI patch 16 available on the server

    Here in this blog I have used the SUM tool SP level 20

    Extract and Give Permission To SUM Tool

    After extracting the SUM TOOL SAR File

    GIVE the PERMISSION and OWNERSHIP to SUM Folder

    We have to change the ownership of SUM Folder from root to

    Use following Command:

    chown adm:sapsys -r

    Extract the SUM tool with as shown below

    Give Full permission to folder SUM

    chmod -R 777 SUM

    In order to start the SUM tool in Linux, we need to run below command (it will restart SAP Host Agent)

    Login with root user and execute the below command it will configure the host agent

    /SUMSTART confighostagent

    For java stack we have different URL for SUM tool

    http://:1128/lmsl/sumjava//index.html

    If you have extracted SUM tool with then we have to login with user itself, otherwise it will not allow to login with root user.

    Click Next

    Provide username and password

    Click Next

    Select option ->Manually Prepared Directory because here we are just updating patch of single component , provide the path of the patch file
    只提供路径

    Click Next

    Download the file from URL https://tcs.mysap.com/crl/crlbag.p7s

    Place it in particular path and provide the path of the file crlbag.p7s

    Click Next

    Provide Administrator user credentials and click Next

    Here we are updating patch level of component ENGINEAPI from 12 to 16

    Click Next

    Apply the maintenance certificate license and click next

    Click Next ,it will begin the downtime of the system, make sure you have proper maintenance downtime window of atleast 30 mins.

    It is starting the java application

    We also have other option to deploy java patches using Telnet but it is always good a practice to follow SAP Standard tools for standard procedures.

    Reference:

    1641062 – Single component update and patch scenarios in SUM

  • 相关阅读:
    uni-app中的数值监控方式及函数的封装和引用方式
    uni-app引入阿里矢量图在移动端不显示的问题
    前端登录页点击获取验证码的实现
    app每次更新版本时调用js代码提示用户下载更新
    @Dependson注解与@ConditionalOnBean注解的区别
    navicat for mysql 12中文破解版(安装+破解)--亲测可用
    Kubernetes 常用命令
    MySQL MERGE存储引擎
    MySQL中MyISAM与InnoDB区别
    什么是事务?什么是事务日志以及用途?
  • 原文地址:https://www.cnblogs.com/weikui/p/10332430.html
Copyright © 2020-2023  润新知