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 ...
随机推荐
- onsubmit ajax return false 无效
var flat=false; return flat; async:false, 是重点. 执行ajax时return false的function 与onsubmit()不是同一个函数,所以无 ...
- Azure China (13) Azure China CDN经验总结
<Windows Azure Platform 系列文章目录> 最近处理了很多CDN的问题,在这里记录一下. 1.首先介绍一下CDN的原理: (1)用户输入需要访问的URL (比如www. ...
- 我的ehcache笔记
我的EhcacheUtils类: package com.shinho.bi.utils; import org.ehcache.CacheManager; import org.ehcache.co ...
- 解决linux下node.js全局模块找不到的情况
今天在在linux上用npm安装了pm2准备部署node项目,结果通过pm2命令启动项目的时候报pm2找不到,这很伤,以为pm2没有安装成功,但是在node安装目录下面的bin文件夹里面调用pm2却没 ...
- 生成器&迭代器,模块
列表生成式 将列表data=[1,2,3]里的元素都乘2 方法一 data=[1,2,3] for index,i in enumerate(data): data[index] *=2 print( ...
- Java NIO系列教程(四) Scatter/Gather
Java NIO开始支持scatter/gather,scatter/gather用于描述从Channel(译者注:Channel在中文经常翻译为通道)中读取或者写入到Channel的操作.分散(sc ...
- php的基本内容
php是一门后台语言,不能直接用浏览器打开,浏览器是他的载体, php的环境时apache,我们现在用的时phpstudy的继承环境,文件目录应放在apache中的www的根目录下: js的环境为no ...
- VC中function函数解析
C++标准库是日常应用中非常重要的库,我们会用到C++标准库的很多组件,C++标准库的作用,不单单是一种可以很方便使用的组件,也是我们学习很多实现技巧的重要宝库.我一直对C++很多组件的实现拥有比较强 ...
- Ring3创建事件Ring0设置事件
应用程序中创建的事件和在内核中创建的事件对象,本质上是同一个东西,在用户模式中,他用句柄表示,在内核模式下,他用KEVENT表示数据结构表示.在应用程序中,所有的内核对象都不会被用户看到,用户看到的知 ...
- [UE4]不精准射击 Random Unit Vector in Cone in Radians