BASIS小问题汇总1
- try to start SAP system but failed
2019-04-04
Symptom:
when i tried to start SAP system,
using the command:
sapcontrol -nr 60 -function InstanceStart PRDERPAS01 60
and I get the below failed information:
FAIL: NIECONN_REFUSED (Connecion refused), NiRawConnect failed in plugin_fopen()
Reason:
The issue you had was related to sapstartsrv, which was not running.
use following command to check sapstartsrv
ps -ef | grep sapstartsrv
Resolution:
Once it was started:
/usr/sap//<instance_nr>/exe/sapstartsrv pf=/usr/sap//SYS/profile/<instance_nr> -D -u
/usr/sap/S4P/D61/exe/sapstartsrv pf=/usr/sap/S4P/SYS/profile/S4P_D61_PRDERPAP01 -D -u s4padm
You were able to use sapcontrol to start instance, and also monitor it with GetProcessList command.
SAP Startup Troubleshooting Guide for Netweaver Application Server: https://wiki.scn.sap.com/wiki/x/8IGuG
KBA 2652459 - [Best Practice] How to troubleshoot sapcontrol/sapstartsrv common issues - Guided Answers
- Diagnostics-relevance not set in solution manager
2019-04-12
Component: Agent Framework (SV-SMG-DIA-SRV-AGT)
Stop it and run the following command to connect it to SolMan?
smdsetup managingconf hostname:"sapms://<solman.full.qual.host.name>" port:"<81xx>"
http://<solman_host>:<java_http_port>/smd/AgentAdmin
http://<solman_host>:<java_http_port>/smd/AgentAdmin
no fqdn is set for your solman?
wiki page explaining how to synchronize hana DB to Solman
https://wiki.scn.sap.com/wiki/x/cJvnH
This one is about managed system configuration for HANA MDC
https://wiki.scn.sap.com/wiki/x/15rnH
register database HANA into diagnostics agent
Component: Landscape Management Database (LMDB) (SV-SMG-LDB)
Solution Summary:
To register the HANA completely into the SLD, it's needed to run the following steps.- RZ70 of the ABAP system.
- HDBLCM tool.
3 after getting the complete HANA data in SLD, please wait for 10mins until background job SAP_LMDB_LDB* syncs the change to LMDB. Or you can run the job immediately. - refresh the solman_setup page to get the update system info for managed system configuration.
"destination SDCC_OSS not exist".
Component: SAP HANA Database (HAN-DB)
bug
5 service WEbgui does not exist"
The issue can be resolved by apply the following SAP note , please close this incident at you convenient time.
2721354 - Activity "Activate Services" in Managed Systems Configuration
BASIS小问题汇总1的更多相关文章
- Ubuntu小点汇总,更新中...
转自:http://blog.csdn.net/zxz_tsgx/article/details/39713627 昨天重装了Ubuntu14.04 64位版,又被一些基础操作/设置给搞怕了,以前安装 ...
- 腾讯优测干货精选| 安卓开发新技能Get -常用必备小工具汇总
文/腾讯公司 陈江峰 优测小优有话说: 移动研发及测试干货哪里找?腾讯优测-优社区你值得拥有~ 开发同学们都知道,安卓开发路上会碰到很多艰难险阻,一不小心就被KO.这时候,没有新技能傍身怎么行?今天我 ...
- Java---设计模式app小软件汇总应用
写了一个app小软件,重点不在于软件,软件bug挺多,也没去修改. 这个小软件只是为了更好的说明和了解设计模块而做的. Java 程序设计–包结构 Java程序设计的系统体系结构很大一部分都体现在包结 ...
- JavaScript性能优化小窍门汇总(含实例)
在众多语言中,JavaScript已经占有重要的一席之地,利用JavaScript我们可以做很多事情 , 应用广泛.在web应用项目中,需要大量JavaScript的代码,将来也会越来越多.但是由于J ...
- sql小计汇总 rollup用法实例分析
这里介绍sql server2005里面的一个使用实例: ),city ),score int) GO 1. 只有一个汇总 select province as 省,sum(score) as 分数 ...
- 年度巨献-WPF项目开发过程中WPF小知识点汇总(原创+摘抄)
WPF中Style的使用 Styel在英文中解释为”样式“,在Web开发中,css为层叠样式表,自从.net3.0推出WPF以来,WPF也有样式一说,通过设置样式,使其WPF控件外观更加美化同时减少了 ...
- Windows Server 2008 小操作汇总
用惯了Windows2003,去配置2008的时候还真有点摸不着头脑.干脆把有用到的都列在这里,方便后续查找. 一.安装IIS.Telnet 点击:开始 -> 管理工具 -> 服 ...
- JDK小Bug汇总
Java官方的Logger.getGlobal().info无效 无效代码 Logger.getGlobal().info("start"); 解决方案(三选一): Logger. ...
- shell 小问题汇总
写脚本的时候难免会判断变量是否为空或者为定义 变量a未定义 if [ -n $a ];then echo "exists"; else echo "not exists& ...
随机推荐
- AnyCAD三维控件(转)
在WinForm中可以方便的集成AnyCAD.Net三维控件,只需要以下几部即可完成. 一.添加DLL程序集 AnyCAD.Foundation.Net.dll AnyCAD.Presentation ...
- Pythonrandom模块(获取随机数)常用方法和使用例子
Python random模块(获取随机数)常用方法和使用例子 这篇文章主要介绍了Python random模块(获取随机数)常用方法和使用例子,需要的朋友可以参考下 random.random ra ...
- Windows自动计划任务与ParamStr详解
ParamStr函数: ParamStr(1),..ParamStr(N) ParamStr(1)代表程序入口的第一个参数,同理,ParamStr(N)代表第N个参数.可通过如下操作进行参数的赋值. ...
- nodejs应用转换png,jpg,gif为webp图片格式
本博客列表缩略图在支持webp格式的浏览器下,使用的是webp格式图片,不支持webp图片下使用的是原图片(如png,gif,jpg等) webp使用指南,请参考 https://www.imqian ...
- 07点睛Spring MVC4.1-ContentNegotiatingViewResolver
转发地址:https://www.iteye.com/blog/wiselyman-2214965 7.1 ContentNegotiatingViewResolver ContentNegotiat ...
- DevOps - 持续集成(Continuous Integration)
1 - 持续集成简介 持续集成(Continuous integration,简称CI)是软件的开发和发布标准流程中最重要的部分. 作为一种开发实践,在CI中可以通过自动化等手段高频率地去获取产品反馈 ...
- mysql函数concat与group_concat使用说明
mysql函数concat与group_concat使用说明concat()函数<pre>mysql> select concat(',',name,',') from `user` ...
- Anaconda是什么?Anconda下载安装教程(1)
一.如果从事Python开发,配置环境需要安装两个包: 第一个安装开发工具,俗称IDE : 推荐使用 Pycharm 第二个安装开发工具包: Anaconda ps:Windows 下 Pycharm ...
- 设置linux系统时间的方法
尝试了好多,都是因为权限问题失败,但是总结出了几种思路: 1 通过linux指令进行设置: date -s "20091112 18:30:50" &&hwcloc ...
- 027 Android 可扩展的listview:ExpandableListView的使用案例
1.ExpandableListView简介 ExpandableListView是一种用于垂直滚动展示两级列表的视图,和 ListView 的不同之处就是它可以展示两级列表,分组可以单独展开显示子选 ...