随笔 - 287  文章 - 0  评论 - 13  阅读 - 26万
11 2019 档案
[SAP BASIS]SAP 内存管理参数详解
摘要:SAP内存管理 SAP优化 SAP参数 SAP调优 阅读全文
posted @ 2019-11-29 15:27 InnoLeo 阅读(3516) 评论(0) 推荐(0) 编辑
[SAP BASIS]有用的常用的SAP程序/报表-更新
摘要:常用的SAP报表 TMS RSTMS_DIST_APPROVED_REQUESTS 用从虚拟系统传送到生产系统(传输放在生产系统传输队列后,从虚拟系统删除) RSTMSTIQ 将传输从源系统复制到目标系统(跨传输域复制传输到目标系统) TMS_BCI_START_SERVICE 传输导入作业 阅读全文
posted @ 2019-11-29 14:53 InnoLeo 阅读(502) 评论(0) 推荐(0) 编辑
[SAP BASIS]激活SAP新功能模块的最实践|更改表结构
摘要:激活SAP新功能模块之后可以会导致一些SAP的报表,T-CODE 不可以用,从而导致业务停止从而业务带来损失. 最佳业务实践 1. Active new function module in Developer system 2. import to testing system. and then 阅读全文
posted @ 2019-11-29 14:16 InnoLeo 阅读(685) 评论(0) 推荐(0) 编辑
[SAP BASIS]如何在系统拷贝时备份RFC 连接 and partner profile
摘要:before system copy , we want to keep all the RFC interface : here is the step: Copy all entries of the following tables to the transport of copy reque 阅读全文
posted @ 2019-11-28 21:43 InnoLeo 阅读(343) 评论(0) 推荐(0) 编辑
[SAP Basis] [TMS Management] 传输导入优化 import transport tunning
摘要:here is the summarize of the TMS tuning : 加速TMS导入的速度: Global Parameter for the domain: SID_LOG_FILES TRUE SP_TRANS_SYNC OFF TADIRDELETIONS TRUE (Note 阅读全文
posted @ 2019-11-28 21:19 InnoLeo 阅读(527) 评论(0) 推荐(0) 编辑
[SAP BASIS]SPAM queue unable to reset after phase IMPORT_PROPER
摘要:在SPAM更新时间出现错误,又不能快速修正 1) Clear data in the TP buffer, this can be done by renaming the buffer file in /usr/sap/trans/buffer (or whereever the bufferfi 阅读全文
posted @ 2019-11-28 21:15 InnoLeo 阅读(256) 评论(0) 推荐(0) 编辑
多线程自动化运维linux的尝试
摘要:自动化操作多主机,省时,省力 动力: 日常工作对各个服务器的操作都是一样的,免不了重复工作. 思路: 1.通过一个管道向所有服务器发出同样指令并查看处理结果 2.利用多线程减少处理时间 构思: 1. 创建主机清单和命令清单 2.通过paramiko 登录到目标服务器,借助线程实现并发处理, 3.并且 阅读全文
posted @ 2019-11-28 13:07 InnoLeo 阅读(454) 评论(0) 推荐(0) 编辑
[SHELL]shell多线程
摘要:1.利用& 和wait 相结合 #!/bin/bash cmd = ['su - oradu8 -c "lsnrctl start"','su - du8adm -c startsap'] starttime=`date +%s` #开始运行时间 for t in {1..100} #for ((i 阅读全文
posted @ 2019-11-27 21:58 InnoLeo 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示