Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aiops tz hostname #182

Merged
merged 2 commits into from
Nov 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ In this section, you will retrieve the two certificates used by Netcool/Impact f
Open a command prompt and issue the following commands. Save the resulting certificates to a text editor.

```
echo '' | openssl s_client -connect netcoolvm:16311 -showcerts 2>&1 | sed -n -e '/BEGIN\ CERTIFICATE/,/END\ CERTIFICATE/ p'
echo '' | openssl s_client -connect netcoolvm:9081 -showcerts 2>&1 | sed -n -e '/BEGIN\ CERTIFICATE/,/END\ CERTIFICATE/ p'
echo '' | openssl s_client -connect netcoolvm.ocp.techzone.lan:16311 -showcerts 2>&1 | sed -n -e '/BEGIN\ CERTIFICATE/,/END\ CERTIFICATE/ p'
echo '' | openssl s_client -connect netcoolvm.ocp.techzone.lan:9081 -showcerts 2>&1 | sed -n -e '/BEGIN\ CERTIFICATE/,/END\ CERTIFICATE/ p'
```

### Set up the Zen API key
Expand Down Expand Up @@ -53,8 +53,8 @@ Use the following steps to create an instance of the Netcool/Impact Connector:
- Type **Netcool** into the Search bar
- Choose **IBM Tivoli Netcool Impact** and click **Get started** to create a new instance
- **Name**: the label you want to give this integration instance
- **GUI Server URLs of Impact endpoint**: enter: `https://netcoolvm:16311`
- **Backend Server URLs of Impact endpoint**: enter: `https://netcoolvm:9081`
- **GUI Server URLs of Impact endpoint**: enter: `https://netcoolvm.ocp.techzone.lan:16311`
- **Backend Server URLs of Impact endpoint**: enter: `https://netcoolvm.ocp.techzone.lan:9081`
- **User ID**: enter: `impactadmin`
- **Password**: enter: `netcool`
- **Impact certificates**: paste in the certificates you retrieved earlier
Expand All @@ -72,7 +72,7 @@ As part of the Netcool/Impact Connector instance creation, AIOps creates a numbe
- Click on **Data Model**
- Identify the RESTful API DSA instance created by AIOps by its name starting with `AIOps-`
- Double click the AIOps DSA instance to edit it
- Set **Host Name** to the AIOps host name: `cpd-aiops.apps.aiops-4.cp.fyre.ibm.com`
- Set **Host Name** to the AIOps host name: `cpd-cp4aiops.apps.ocp.techzone.lan`
- **Use HTTPS**: checked
- **Disable SSL Verification**: checked
- **Reuse Connection**: checked
Expand Down
Loading