Start CSA

To start CSA on Windows, complete the following steps:

  1. If you have configured CSA to be FIPS 140-2 compliant, create a CSA encryption keystore password file. The name and location of this file must match the value configured for the keystorePasswordFile property in the CSA_HOME\jboss-as\standalone\deployments\csa.war\WEB-INF\classes\csa.properties file.

    The password file must contain only the following content: keystorePassword=<CSA encryption keystore password>

    where <CSA encryption keystore password> is the CSA encryption keystore password in clear text.

    This file is automatically deleted when the HPE Cloud Service Automation service is started.

  2. On the server that hosts CSA, navigate to Start > Administrative Tools > Services.

  3. If global search is enabled, do the following:

    1. Right-click on the Elasticsearch 1.6.1 service and select Restart.

    2. Wait for a minute for the Elasticsearch 1.6.1 service to restart, then right-click on HPE Search Service and select Restart.

      Note: if global search is disabled, skip this step.
  4. Right-click on the CSA service and select Start.

  5. Right-click on the HPE Marketplace Portal service and select Start.

  6. If you installed an embedded Operations Orchestration instance, right-click on the HPE Operations Orchestration Central service and select Start.

     

To start CSA on Linux, complete the following steps:

  1. On the server that hosts CSA, type the following:

    service csa start
    service mpp start

  2. If elasticsearch is enabled (by default, elasticsearch is enabled; refer to the csa.provider.es.exists property in Appendix: Cloud Service Management Console Properties for more information), type the following:

    service elasticsearch start

  3. If you installed an embedded Operations Orchestration instance, type:

    <embeddedHPEOOinstallation>/central/bin/central start

    For example, type /usr/local/hpe/csa/OO/central/bin/central start