IBM Support

On-prem Netcool Operations Insight (NOI) Event Analytics Configuration wizard is hardcoded to only use non-ssl ports.

How To


Summary

How can users, who are unable to use non-ssl ports, successfully run the Event Analytics Configuration wizard within on-prem Netcool Operations Insight (NOI) environments?

Objective

The Event Analytics Configuration wizard is hard-coded to use http and 17310.  Replacing the values within the NOI_UICONFIG_UTILS.js policy, resolves the Save issue.

Environment

This affects on-prem NOI versions 1.6.10 and earlier.

Steps

1. Open the NOI_UICONFIG_UTILS.js policy from within the Impact GUI.

 

2. In the getOutputParameterProperties() function, locate the following lines (approx. on line 347 and 348 in FP31. Line numbers may vary in older fix packs):

    HttpMethod = "get";

    IMPACT_UI_HTTPSCHEME = "http";

Change http to https and also set the port number to 17311:

    HttpMethod = "get";

    IMPACT_UI_HTTPSCHEME = "https";

    IMPACT_UI_HTTP_PORT = "17311";

 

3. Repeat for the same for the saveOutputParameterProperties() function, locate the following lines:

    HttpMethod = "post";

    IMPACT_UI_HTTPSCHEME = "http";

Change to https and set the port to 17311:

    HttpMethod = "post";

    IMPACT_UI_HTTPSCHEME = "https";

    IMPACT_UI_HTTP_PORT = "17311";

 

4. Save the policy.

5. Rerun the Event Analytics Configuration wizard.

Document Location

Worldwide

[{"Type":"MASTER","Line of Business":{"code":"LOB45","label":"Automation"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSSHYH","label":"Tivoli Netcool\/Impact"},"ARM Category":[{"code":"a8m500000008a8JAAQ","label":"Impact-\u003ENOI Netcool Operations Insights-\u003EInstall and configuration"}],"ARM Case Number":"TS013951382","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"7.1.0"}]

Document Information

Modified date:
11 October 2023

UID

ibm17050961