Configure HPE CSA

An Admin user configures the HPE ITOC integration endpoint that the HPE CSA instance will contact.

  1. Log in to the HPE CSA server and navigate to the <csaInstallDir>/csa/jboss-as/standalone/deployments/csa.war/WEBINF/classes/csa.properties file.

  2. Modify the csa.properties file (see the following examples):
    • csa.ITOC.Integration.enabled=true

    • csa.ITOC.Notification.BaseUri=https://itocserver:itoc port/ - The itocport value typically is 7771 for default ITOC installs.
    • csa.ITOC.Notification.username=integuser - The integuser must belong to a special HPE ITOCrole called “INTEGRATION_USER”. The same user must be known in HPE ITOC.

    • csa.ITOC.Notification.password=iupassword - The integuser's password. The password value must be encrypted as shown in the "Encrypt a Password" section in the CSA Configuration Guide.

    • csa.ITOC.Notification.tenant=public - The organization of the integuser.

      NOTE: This organization must match the corresponding organization in HPE ITOC; otherwise, the import fails.
  3. Restart the HPE CSA instance, and run:

    /etc/init.d/csa restart