Maintenance Planner calculate SPs by manual
note
Are you unable to view your system or updated system information?
Apply the latest version of the following SAP Notes on the SAP Solution Manager:
2002546
2186164
2002546 - CP: Direct upload of landscape data to the customer profile
2287046 - How to Generate the System Info XML and upload to Maintenance Planner
For Java stacks
See SAP Note 2293050 - SUM: Generating a System Information XML File for use with SAP Maintenance Planner
Modify the xml file by adding system's installation number. See SAP KBA 2350416
Upload the SysInfoExport.xml file following the steps in the Maintenance Planner User Guide, section - Adding Systems Using System Information XML
2293050 - SUM: Generating a System Information XML File for use with SAP Maintenance
Solution
Proceed as follows:
Download and unpack a new SUM instance as described the SUM user guide. To download the guide relevant for your system, go to https://support.sap.com/sltoolset - > System Maintenance -> Software Update Manager -> Guides for for SUM .
Navigate to /usr/sap//SUM/sdt/param/ on Unix- based or IBM-I OS, or :\usr\sap<sapsid>\SUM\sdt\param on Windows, and open the startup.props file for editing.
3 . Create a new line with the following parameter and setting: Scenario=SYS_INFO_EXPORT
For dual-stack systems you also have to add ABAP=false.
4 . Save and close the startup.props file.
If required, configure the SAP Host Agent as described in the SUM user guide.
Register SUM in the SAP Host Agent using the following command:
For Windows: :\usr\sap<sapsid>\SUM\STARTUP.BAT
For UNIX, user root mandatory: /usr/sap//SUM/STARTUPStart SUM and complete one full run. Depending on the security setup of your system, use the following URL:
https://:1129/lmsl/sumjava//index.html
Note that the dialog about choosing a stack.xml-based scenario or a manually prepared directory is automatically skipped.To aquire the system info XML file, navigate to usr/sap//SUM/sdt/htdoc/SysInfoExport.xml on Unix- based or IBM-I OS or :\usr\sap<sapsid>\SUM\sdt\htdoc\SysInfoExport.xml on Windows.
Altermatively, open a browser tab, go to http://:1128/lmsl/sumjava//SysInfoExport.xml, and copy the information from there.
NOTE: A SUM instance that has already completed one run cannot be reused. To perform a new SUM run, you have to unpack a new SUM instance.
Maintenance Planner calculate SPs by manual的更多相关文章
- SAP BAPI一览 史上最全
全BADI一览 List of BAPI's BAPI WG Component Function module name Description Description Obj. Ty ...
- MS-SQL数据库备份方法
一.手动备份 打开企业管理器 --> 右键点击需要备份的数据库 --> 所有任务 --> 备份数据库 或者: 查询分析器: use master backup database 数 ...
- SqlServer 自动备份策略设置
企业管理器中的Tools,Database Maintenance Planner,可以设置数据库的定期自动备份计划.并通过启动Sql server Agent来自动运行备份计划.具体步骤如下: 1. ...
- Sphinx 2.2.11-release reference manual
1. Introduction 1.1. About 1.2. Sphinx features 1.3. Where to get Sphinx 1.4. License 1.5. Credits 1 ...
- P6 EPPM Manual Installation Guide (Oracle Database)
P6 EPPM Manual Installation Guide (Oracle Database) P6 EPPM Manual Installation Guide (Oracle Databa ...
- 2D and 3D Linear Geometry Kernel ( Geometry Kernels) CGAL 4.13 -User Manual
1 Introduction CGAL, the Computational Geometry Algorithms Library, is written in C++ and consists o ...
- .VDI manual Technical Logistics - Volume 2: Industrial Trucks
VDI manual Technical Logistics - Volume 2: Industrial Trucks Name Publication date: State VDI 2196 B ...
- Falcon Genome Assembly Tool Kit Manual
Falcon Falcon: a set of tools for fast aligning long reads for consensus and assembly The Falcon too ...
- Oracle E-Business Suite Maintenance Guide Release 12.2(Patching Procedures)
更多内容参考: http://docs.oracle.com/cd/E51111_01/current/acrobat/122ebsmt.zip Preparing for Patching For ...
随机推荐
- 配置 influxDB 鉴权及 HTTP API 写数据的方法
本文简要描述如何为 InfluxDB 开启鉴权和配置用户管理权限(安装后默认不需要登录),以及开启鉴权后如何使用 HTTP API 写数据. 创建 InfluxDB 管理员账号创建 admin 帐号密 ...
- github上传本地仓库
前提是你已经有了自己的github账号,并且已经关联了本地和远程的仓库,设置好了ssh密钥.自行百度解决. 上传的主要命令: git init git add . git commit -m &quo ...
- Linux LVM 简单操作
查看当前磁盘分区情况fdisk -l 磁盘分区fdisk /dev/sdb# 可能用到的Type :# 8e Linux LVM# fd Linux raid auto 创建PVpvcreate /d ...
- pytest学习笔记
From: https://blog.csdn.net/gaowg11/article/details/54910974 由于对测试框架了解比较少,所以最近看了下pytest测试框架,对学习心得做个记 ...
- TCP/IP学习20180627-数据链路层-ethernet
ifconfig :查看主機支持的網絡協議eth0:以太網接口lo:loopback接口 以太网(Ether-net)的定是指数字设备公司( Digital Equipment Corp.).英特尔公 ...
- JS属性描述符之Object.defineProperty()定义对象属性特性
一.Object.defineProperty的作用 用来给对象新增属性,和修改对象中的属性. 二.JS对象中的描述符 js对象中两种属性描述符:数据描述符和存取描述符(访问描述符). 注意事项: 1 ...
- 【推荐】asp.net 页面的生命周期
当一个页面请求发送到WEB服务器时,不论该事件是由页面提交还是由页面重定向而激发的,页面在其被创建到释放的过程中都会运行一系列的事件.一个ASP.NET页面从被创建到释放的过程包含10个事件. (1) ...
- 详解http和https的作用与区别
PS: https就是http和TCP之间有一层SSL层,这一层的实际作用是防止钓鱼和加密.防止钓鱼通过网站的证书,网站必须有CA证书,证书类似于一个解密的签名.另外是加密,加密需要一个密钥交换算法, ...
- git基本的使用原理
一:Git是什么? Git是目前世界上最先进的分布式版本控制系统. 二:SVN与Git的最主要的区别? SVN是集中式版本控制系统,版本库是集中放在中央服务器的,而干活的时候,用的都是自己的电脑,所以 ...
- [UE4]在UI中获取玩家角色实例