Use these instructions to install the cloud native Netcool® Operations Insight® components for a hybrid
deployment, using Container Application Software for Enterprises (CASE) and the Red Hat® OpenShift® Operator Lifecycle
Manager (OLM) user interface (UI). CASE creates the Netcool
Operations Insight Catalog source
and installs the Netcool
Operations Insight Operator for
you.
Procedure
Get the Netcool
Operations Insight
CASE
-
Download and install IBM® Cloud Pak CLI (cloudctl) version 3.8.0 from the cloud-pak-cli
GitHub repository . Version 3.8.0 is the maximum supported version for installing Event
Manager.
cloudctl
verifies the integrity of the
Netcool
Operations Insight CASE's digital
signature by default. If you want to verify the
cloudctl
binary, follow the
instructions in
Check Certificate/Key Validity . Extract the
cloudctl
binary, give it executable permissions, and ensure that it is in your
PATH.
- Download the Netcool
Operations Insight CASE bundle
(
ibm-netcool-prod
) to your Red Hat OpenShift cluster.
cloudctl case save --case ibm-netcool-prod --outputdir destination_dir --repo https://raw.githubusercontent.com/IBM/cloud-pak/master/repo/case
Where destination_dir is a directory of your choosing, for example
/tmp/cases.
-
Run the following commands:
export CASE_NAME=ibm-netcool-prod
export CASE_VERSION=1.4.0
export CASE_ARCHIVE=destination_dir/$CASE_NAME-$CASE_VERSION.tgz
Where destination_dir is the directory that you downloaded the CASE
bundle into in the previous step.
Install the Netcool
Operations Insight Catalog and
Operator
- Install the catalog by using CASE.
cloudctl case launch \
--case $CASE_ARCHIVE \
--inventory noiOperatorSetup \
--action install-catalog \
--namespace openshift-marketplace
Where $CASE_ARCHIVE is specified in the previous
step.
- Verify the catalog
source.
From
the Red Hat OpenShift OLM UI, go
to . Under ,
verify that the ibm-operator-catalog
CatalogSource object is
present.
- Install the Netcool
Operations Insight operator by using
CASE.
cloudctl case launch \
--case $CASE_ARCHIVE \
--namespace namespace \
--inventory noiOperatorSetup \
--action install-operator
Where
-
namespace is the custom namespace to be used for your
deployment.
- Verify the status of IBM Cloud Pak for Watson™ AIOps Event
Manager.
From the Red Hat OpenShift OLM UI, go to , and verify that the status of IBM Cloud Pak for Watson AIOps Event
Manager is Succeeded.
Create a Netcool
Operations Insight instance for a
hybrid deployment.
-
From the Red Hat OpenShift
OLM UI, navigate to , and select IBM Cloud Pak for Watson AIOps Event
Manager. Under , select Create
Instance.
-
From the Red Hat OpenShift OLM UI, use the YAML or the Form view to configure the properties for the cloud native Netcool Operations Insight components deployment. For more information about configurable properties for a hybrid deployment, see Hybrid operator properties.
-
Select the Create button.
-
Under the All Instances tab, a Netcool Operations Insight hybrid
instance appears.
Note:
- Changing an existing deployment from a Trial deployment type to a Production deployment type is
not supported.
- Changing an instance's deployment parameters in the Form view is not supported post
deployment.
- If you update custom secrets in the OLM console, the crypto key is corrupted and the command to
encrypt passwords does not work. Update custom secrets only with the CLI. For more information about
storing a certificate as a secret, see https://www.ibm.com/docs/en/SS9LQB_1.1.13/LoadingData/t_asm_obs_configuringsecurity.html
What to do next
To enable or disable a feature or observer after installation edit
the hybrid Netcool Operations Insight instance by
running the command:
oc edit noihybrid noi-instance-name
Where
noi-instance-name is the name of the deployment of cloud native Netcool Operations Insight components that you want to
change. You can then select to enable or disable the feature or observer. When you disable
features post installation, the resource is not automatically deleted. To find out if the feature is
deleted, you must check the operator log.