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 ...
随机推荐
- Delphi代码模拟“显示桌面”的功能
今天有人问我:“用shell打开文件(显示桌面.scf)的方式还是用模拟键盘(Win+D)显示桌面”这应该有更好的方法,就搜了搜,关键字定位“ToggleDesktop”因为显示桌面.scf的内容是: ...
- Word中选择中内容后变成C,VMware 虚拟中Ctrl键一直被按住了
Word中选择中内容后变成C: 解决办法:关闭金山词霸的[划词翻译]功能即可. VMware 虚拟中Ctrl键一直被按住了: 解决办法:关闭金山词霸的[取词翻译]功能即可.
- python的命令行参数处理
import argparse # A position argument func_choice = {'client' : 'client function', "server&qu ...
- SpringSecurity-ChannelProcessingFilter的作用
ChannelProcessingFilter决定的是web请求的通道,即http或https. 在springsecurity配置文件中添加这样一行 <intercept-url patter ...
- python写xml及几个问题
python写xml的库和用法 几个问题: 1.乱码问题 设写入UTF-8编码 write函数增加encoding='utf-8' 2.空元素xml节点简写及完整写 write函数增加 short_e ...
- C++进阶--理解左值和右值
/* * 理解左值和右值 * * * 为什么要关心这个? * 1. 有助于理解C++结构,搞明白编译器的错误和警告 * 2. C++ 11中引入了右值引用,理解左值右值是前提 * */ /* * 简单 ...
- TCP/IP学习20180625-DNS
1 DNS:domain name system域名系統把域名,轉換成IP2 最開始是一個hosts.txt,後來是數據庫,最後是分佈式數據庫3 每個名字服務器存儲一部分名字.如果有不知道的名字,就轉 ...
- vagrant在windows下的安装和配置
记录一下安装和配置过程中的一些坑步骤一分别下载vagrant和VirtualBox,我这里下载的是vagrant_1.9.1.msi 和 VirtualBox-5.1.14-112924-Win.ex ...
- Qt应用程序单实例化
在实际应用中,我们经常需要让应用程序只有一个实例,再打开新的文档或者页面时,只是替换现在的窗口或者新打开一个标签,而不是重新启动一次应用程序.Qt中是否可以做到这样呢,答案是肯定的,因为Qt本身可以直 ...
- mac nginx 安装教程
eeking a satisfactory solution to create a local web server for programming in macOS with PHP and My ...