Installing extensions
After you purchase an extension, follow these instructions to install your extension.
For organizations that are responsible for application and network infrastructure management, Netcool® Operations Insight® on Red Hat® OpenShift® has two optional extensions, the Advanced Agile Discovery extension, and the Network Manager extension. The Advanced Agile Discovery extension is not meant for separate deployment. These extensions do not include entitlement for Red Hat OpenShift.
The part numbers for supporting products and extensions can be found in Cloud components and On-premises components.
Installing the Advanced Agile Discovery extension
- Option 1: Install the Advanced Agile Discovery extension with the Red Hat OpenShift console
- Option 2: Install the Advanced Agile Discovery extension with the Red Hat OpenShift CLI
Option 1: Install the Advanced Agile Discovery extension with the Red Hat OpenShift console
- From the Red Hat OpenShift console, click , and then select the Netcool Operations Insight operator. Click the NOI tab and select evtmanager.
- Select the YAML tab and use the YAML editor to change the values of
netDisco
andappDisco
fromfalse
totrue
, and then click Save.topology: appDisco: enabled: true netDisco: true
Option 2: Install the Advanced Agile Discovery extension with the Red Hat OpenShift CLI
- Edit the event management instance by switching to your project namespace, and running the
following command:
oc edit noi
- Change the values of
netDisco
andappDisco
fromfalse
totrue
.topology: appDisco: enabled: true netDisco: true
Installing the Network Manager extension
You can connect an on-premises IBM Netcool Network Management, while continuing to discover and manage physical and virtual network infrastructure.
To install the Network Manager extension, see Installing Network Management. To configure the Network Manager observer to load data from the Network Manager extension into Netcool Operations Insight on Red Hat OpenShift, see Configuring Network Manager Observer jobs in the Agile Service Manager documentation.