安装 Telco Network Cloud Manager - Performance Operator
可以使用 Container Application Software for Enterprises (CASE) 安装程序从 OpenShift® Web 控制台中的 OperatorHub 安装 Telco Network Cloud Manager - Performance 操作程序。
开始之前
- 确保已完成 安装前任务中的所有步骤。
- 可以在需要权利密钥的 IBM® 授权注册表 (cp.icr.io) 中访问所有需要的映像。
- 确保存在可用于为 Telco Network Cloud Manager - Performance创建持久卷声明的 OpenShift Container Platform 存储类。
- 使用以下命令安装
unzipRed Hat Linux® 实用程序:yum install unzip
关于此任务
- 从 OpenShift Container Platform Web 控制台安装 TNCP 操作程序。
- 创建操作程序实例。
过程
结果
- 在 Watson AIOps 上的 OpenShift Container Platform 上安装组件后,可以看到访问 Dashboard 应用服务集线器和 WebSphere® Application Server 的所有路由都已创建。 执行以下步骤以访问 Dashboard Application Services Hub:
- 确保您在
noi项目中。 - 运行以下命令以获取 Dashboard Application Services Hub 路径:
要获取 Dashboard Application Services Hub 和 WebSphere Application Server的路径,请转至输出中的以下部分:oc describe noiWebGUI: Update your hosts file( On the machine you are running your Browser) or your DNS settings with this mapping $NODE_IP netcool-noi.apps.tncpnoicluster.cp.fyre.ibm.com firefox https://netcool-noi.apps.<cloud_domain>.com:443/ibm/console Default credentials are: icpadmin/password you can get from the secret noi-icpadmin-secret using the following kubectl get secret noi-icpadmin-secret -o json -n noi| grep ICP_ADMIN_PASSWORD | cut -d : -f2 | cut -d '"' -f2 | base64 -d;echo WAS Console: Update your hosts file( On the machine you are running your Browser) or your DNS settings with this mapping $NODE_IP was-noi.apps.tncpnoicluster.cp.fyre.ibm.com firefox https://was-noi.apps.<cloud_domain>.com:443/ibm/console Default credentials are: smadmin/password you can get from the secret noi-was-secret using the following kubectl get secret noi-was-secret -o json -n noi| grep WAS_PASSWORD | cut -d : -f2 | cut -d '"' -f2 | base64 -d;echo - 以
icpadmin用户身份运行以下命令以获取用于访问 Dashboard Application Services Hub 的密码:kubectl get secret noi-icpadmin-secret -o json -n noi| grep ICP_ADMIN_PASSWORD | cut -d : -f2 | cut -d '"' -f2 | base64 -d;echo - 以
smadmin用户身份运行以下命令以获取用于访问 WebSphere Application Server 的密码:kubectl get secret noi-was-secret -o json -n noi| grep WAS_PASSWORD | cut -d : -f2 | cut -d '"' -f2 | base64 -d;echo
- 确保您在
- 安装 Telco Network Cloud Manager - Performance后,将创建仪表板服务路由和 NiFi 服务路由。 执行以下步骤以访问 Telco Network Cloud Manager - Performance Dashboards:
- 转到。缺省情况下,将创建以下服务的路径:
- 仪表板
- NiFi
- 已创建仪表板服务路径。 单击链接以启动仪表板。
- 使用缺省凭证
npiadmin/npiadmin访问 Telco Network Cloud Manager - Performance 仪表板 。 - 单击 NiFi 路由以访问 NiFi Web 界面。注: 您还可以根据需要为其他服务创建路由。
- 转到。