Files
nexus/knowledgebase/csd-wiki/ICSD/Enable-Optic-Data-Lake-Preparation_688996348.md

3.3 KiB

Enable-Optic-Data-Lake-Preparation_688996348

This is wiki helps the R&D team for the preparation of ESM and Operation Platform Integration for a tenant.

Pre-condition:

ESM is deployed in a namsapce

Operation Platfrom is deployed a diferent namepsace

Automation Center capabilty is enabled for a Tenant

1. Configure OPTIC Data Lake certificates

Download OPTIC Data Lake certificates

https://docs.microfocus.com/doc/SMAX/24.3/IntegrateODL

Take https://<OpsbServerName>:30443/ as an example.

Follow the below steps to get certificates:

  1. Invoke Visit https://<OpsbServerName>:30443/ browser, click Not secure and Certificate is not valid.
  2. Go to the Details tab and select the root certificate, then click Export.

If you want to use ports different from 443, you also need to import different certificates for them. For example, you have the following Administration and Data receiver URLs:

  • https://< OpsbServerName >:30004/itom-data-ingestion-administration
  • https://< OpsbServerName >:30001/itom-data-ingestion-receiver

Follow the below steps to get certificates:

  1. Invoke https://<OpsbServerName>:30004/, click Not secure and Certificate is not valid.
  2. Go to the Details tab and select the root certificate, then click Export.
  3. Visit https://<OpsbServerName>:30001/, click Not secure and Certificate is not valid.
  4. Go to the Details tab and select the root certificate, then click Export.

Import ODL certificate into SMAX

Export the crt and copy into /var/vols/itom/itsma//certificate/source Eg: /var/vols/itom/itsma/config-volume/certificate/source

On AWS: /efs/var/vols/itom/itsma/config-volume/certificate/source

2. Restart SMAX pods by running commands on a control plane node or the bastion node:

Connect to the master node of the SMAX cluster deployed and running.

  1. Run the following commands to restart the SMAX platform pods.
kubectl rollout restart deployment -n itsma-xxxx itom-xruntime-platform
kubectl rollout restart deployment -n itsma-xxxx itom-xruntime-platform-offline

2. Run the following command to restart the bo-ats pod.

kubectl rollout restart deployment -n itsma-xxxx itom-bo-ats-deployment

   3. Run the following command to restart the ac-vulnerability-patching
     kubectl rollout restart deployment -n itsma-xxxx itom-ac-vulnerability-and-patching

[Wait until all the pods are deleted pods are started and running successfully]

Related pages