利用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
利用SUM打java补丁的更多相关文章
- 利用JAXB实现java实体类和xml互相转换
1.应用场景 在使用WebService实现数据上传下载,数据查询时,可以利用JAXB实现java实体类和xml互相转换 2.Demo 2.1 student.java 实体类,包含list(set同 ...
- 【项目分析】利用C#改写JAVA中的Base64.DecodeBase64以及Inflater解码
原文:[项目分析]利用C#改写JAVA中的Base64.DecodeBase64以及Inflater解码 最近正在进行项目服务的移植工作,即将JAVA服务的程序移植到DotNet平台中. 在JAVA程 ...
- 利用aspose-words 实现 java中word转pdf文件
利用aspose-words 实现 java中word转pdf文件 首先下载aspose-words-15.8.0-jdk16.jar包 引入jar包,编写Java代码 package test; ...
- iOS 利用JSPatch 添加热补丁功能
ios 由于苹果的审核政策,一旦上线后发现bug是件让人崩溃的事情 不过可以利用oc的runtime机制可以家用JSPatch动态的为工程打热补丁 下载地址:https://github.com/ag ...
- 利用Eclipse使用Java OpenCV(Using OpenCV Java with Eclipse)
最近在上计算机视觉这门课程用到了OpenCV,于是找到了"Using OpenCV Java with Eclipse"这篇博文,是英文的,我将它翻译如下与大家分享 正文: 从2. ...
- 【hadoop2.6.0】利用Hadoop的 Java API
Hadoop2.6.0的所有Java API都在 http://hadoop.apache.org/docs/r2.6.0/api/overview-summary.html 里. 下面实现一个利用J ...
- SOM网络聚类完整示例(利用python和java)
下面是几个城市的GDP等信息,根据这些信息,写一个SOM网络,使之对下面城市进行聚类.并且,将结果画在一个二维平面上. //表1中,X.为人均GDP(元):X2为工业总产值(亿元):X.为社会消费品零 ...
- 利用回调实现Java的异步调用
异步是指调用发出后,调用者不会立刻得到结果,而是在调用发出后,被调用者通知调用者,或通过回调函数处理这个调用. 回调简单地说就是B中有一个A,这样A在调用B的某个方法时实际上是调用到了自己的方法. 利 ...
- LeetCode算法题-Path Sum(Java实现)
这是悦乐书的第169次更新,第171篇原创 01 看题和准备 今天介绍的是LeetCode算法题中Easy级别的第28题(顺位题号是112).给定二叉树和整数sum,确定树是否具有根到叶路径,使得沿路 ...
随机推荐
- 我的代码-test models
# coding: utf-8 # In[2]: import pandas as pdimport numpy as npfrom sklearn.preprocessing import bina ...
- Ajax的工作原理以及优缺点
Ajax的工作原理 : 相当于在客户端与服务端之间加了一个抽象层(Ajax引擎),使用户请求和服务器响应异步化,并不是所有的请求都提交给服务器,像一些数据验证和数据处理 都交给Ajax引擎来完成,只有 ...
- mysql Incorrect usage of UNION and ORDER BY 错误备忘
出现这个错误的语句是酱紫的 select xxx from aaa order by xxx union all select yyy from bbb order by yyy 错误原因居然是,如果 ...
- spring-aop思想实践demo
需求: 例如我们需要有一个类中每个方法执行前都需要做一个权限校验,必须是有特定权限的账号才能完成该方法的操作. 解决方案: 1.使用父类继承方式,书写该类的父类,然后在父类中定义一个checkPri的 ...
- admin-5
Admin05 useradd 添加用户usermod 修改用户属性userdel -r 删除用户 groupadd 添加组gpasswd -a | -d | 管理组成员groupdel 删除组gro ...
- python获取机器信息脚本(网上寻找的)
获取机器信息(待测试) # -*- coding: UTF-8 -*- import psutil import json import os import socket import struct ...
- DNS实战--1
DNS(Domain Name System,域名系统)因特网上作为域名和IP地址相互映射的一个分布式数据库,能够使用户方便的访问互联网,而不用去记住能够被机器读取的IP数串.通过主机名,最终得到该主 ...
- python selenium-webdriver 定位frame中的元素 (十三)
定位元素时经常会出现定位不到元素,这时候我们需要观察标签的上下文,一般情况下这些定位不到的元素存放在了frame或者放到窗口了,只要我们切入进去就可以很容易定位到元素. 处理frame时主要使用到sw ...
- java-使用Jacob实现office转换成pdf
参考路径: https://blog.csdn.net/csdnFlyFun/article/details/79523262#commentBox Jacob组件下载地址:https://sourc ...
- 面向对象:静态属性,静态方法,组合,继承,衍生,继承之mro线性顺序列表,面向对象综合实例
1.静态属性(附有装饰器) class Room: def __init__(self,name,owner,width,length,height): self.name=name self.own ...