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
  1. 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

  1. 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.

    1. RZ70 of the ABAP system.
    2. 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.
    3. refresh the solman_setup page to get the update system info for managed system configuration.
  2. "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的更多相关文章

  1. Ubuntu小点汇总,更新中...

    转自:http://blog.csdn.net/zxz_tsgx/article/details/39713627 昨天重装了Ubuntu14.04 64位版,又被一些基础操作/设置给搞怕了,以前安装 ...

  2. 腾讯优测干货精选| 安卓开发新技能Get -常用必备小工具汇总

    文/腾讯公司 陈江峰 优测小优有话说: 移动研发及测试干货哪里找?腾讯优测-优社区你值得拥有~ 开发同学们都知道,安卓开发路上会碰到很多艰难险阻,一不小心就被KO.这时候,没有新技能傍身怎么行?今天我 ...

  3. Java---设计模式app小软件汇总应用

    写了一个app小软件,重点不在于软件,软件bug挺多,也没去修改. 这个小软件只是为了更好的说明和了解设计模块而做的. Java 程序设计–包结构 Java程序设计的系统体系结构很大一部分都体现在包结 ...

  4. JavaScript性能优化小窍门汇总(含实例)

    在众多语言中,JavaScript已经占有重要的一席之地,利用JavaScript我们可以做很多事情 , 应用广泛.在web应用项目中,需要大量JavaScript的代码,将来也会越来越多.但是由于J ...

  5. sql小计汇总 rollup用法实例分析

    这里介绍sql server2005里面的一个使用实例: ),city ),score int) GO 1. 只有一个汇总 select province as 省,sum(score) as 分数 ...

  6. 年度巨献-WPF项目开发过程中WPF小知识点汇总(原创+摘抄)

    WPF中Style的使用 Styel在英文中解释为”样式“,在Web开发中,css为层叠样式表,自从.net3.0推出WPF以来,WPF也有样式一说,通过设置样式,使其WPF控件外观更加美化同时减少了 ...

  7. Windows Server 2008 小操作汇总

    用惯了Windows2003,去配置2008的时候还真有点摸不着头脑.干脆把有用到的都列在这里,方便后续查找. 一.安装IIS.Telnet      点击:开始 -> 管理工具 -> 服 ...

  8. JDK小Bug汇总

    Java官方的Logger.getGlobal().info无效 无效代码 Logger.getGlobal().info("start"); 解决方案(三选一): Logger. ...

  9. shell 小问题汇总

    写脚本的时候难免会判断变量是否为空或者为定义 变量a未定义 if [ -n $a ];then echo "exists"; else echo "not exists& ...

随机推荐

  1. JS 数字相加出现多个小数的问题

    今天在页面上用到了js进行小数相加119.01+0.01,结果大家都知道应该是:119.02的,然而结果是119..0200000…. ,莫名其妙的,还以为是我写的程序有问题,后来查了下才知道这是ja ...

  2. QQ第三方登录回调地址的问题

    如题,维护以前的项目,发现原来QQ的第三方登录竟然失败了.回调地址的问题 原来是以前的规则变了.好吧,那就改,谁叫我不是改变规则的人. 中途浪费了点时间,项目很大,我一下也找不到项目里那个接口调用的, ...

  3. 0.9.0.RELEASE版本的spring cloud alibaba nacos+gateway网关实例

    gateway就是用来替换zuul的,功能都差不多,我们看下它怎么来跟nacos一起玩.老套路,三板斧: 1.pom: <?xml version="1.0" encodin ...

  4. Delphi : TStringList的Find,IndexOf和Sort

    关键:Find要事先Sort排序,Indexof不用排序. TStringList内部查找相关的数据.待调试代码时才知道痛苦,浪费无数时间后,只得一步步跟踪,才发 现Find方法返回的Index总是错 ...

  5. 【Leetcode_easy】961. N-Repeated Element in Size 2N Array

    problem 961. N-Repeated Element in Size 2N Array solution: class Solution { public: int repeatedNTim ...

  6. PRECONDITION_FAILED - inequivalent arg 'type' for exchange 'exchange' in vhost '/': received 'direct

    最近在搞rabbitmq,把解决问题方法记下 问题1:PRECONDITION_FAILED - inequivalent arg 'type' for exchange 'exchange' in ...

  7. Docker - 在CentOS7.5中升级Docker版本

    1 - 检查当前版本 [root@localhost ~]# uname -a Linux localhost.localdomain 3.10.0-957.el7.x86_64 #1 SMP Thu ...

  8. 13、OpenCV实现图像的空间滤波——图像平滑

    1.空间滤波基础概念 1.空间滤波基础 空间滤波一词中滤波取自数字信号处理,指接受或拒绝一定的频率成分,但是空间滤波学习内容实际上和通过傅里叶变换实现的频域的滤波是等效的,故而也称为滤波.空间滤波主要 ...

  9. 阿里云 maven仓库地址配置

    1. maven 配置文件配置settings.xml中设置mirror节点 <mirror> <id>nexus-aliyun</id> <mirrorOf ...

  10. apache 代理配置

    apache 2.4.6版本 <VirtualHost *:8080> ServerName 21.12.13.146 DocumentRoot /root/gbhu ErrorLog / ...