Troubleshooting
Problem
NOI v1.6.3 OCP components (running OCP v4.5) fail to integrate with on-prem components. ASM and Event Analytics menu items do not appear in DASH. The OCP components and Integration Kit install successfully however the menu items do not appear after restarting WAS.
Symptom
REST calls failing with error:
WebGroup/Virtual Host to handle //ISCHA/NotificationServlet has not been defined.
In the common-ui log when we see failure:
{"name":"akora-server.routes.ApiProxyRoute","hostname":"noi-ibm-hdm-common-ui-uiserver-dc78bf767-n98wm","pid":1,"level":30,"msg":"[HPM] Proxy created: /
-> https://noidash.cluster.noi-cloud.com:16311/ibm/console","time":"2021-05-17T18:49:50.412Z","v":0}
The important piece of this message is the ApiProxy created route to https://noidash.cluster.noi-cloud.com:16311/ibm/console"
Cause
Determined that 'webtop' URL in YAML was not defined properly. (See doc for NOI 1.6.3)
noihybrid-noi.yaml
Failing:
webgui:
url: 'https://noidash.cluster.noi-cloud.com:16311/ibm/console'
Resolving The Problem
Correct URL definition
webgui:
url: 'https://noidash.cluster.noi-cloud.com:16311/ibm/console/webtop';
As soon as that was corrected, the integration completed successfully.
Document Location
Worldwide
[{"Type":"SW","Line of Business":{"code":"LOB45","label":"Automation"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Product":{"code":"SSTPTP","label":"Netcool Operations Insight"},"ARM Category":[{"code":"a8m500000008a6cAAA","label":"NOI Netcool Operations Insights"}],"ARM Case Number":"TS005068982","Platform":[{"code":"PF016","label":"Linux"}],"Version":"1.6.3"}]
Was this topic helpful?
Document Information
Modified date:
20 May 2021
UID
ibm16454911