Restart CSA

To restart 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 CSA 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 Restart.

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

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

To restart CSAon Linux, complete the following steps:

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

    service csa restart
    service mpp restart
  1. If you installed an embedded Operations Orchestration instance, type:

    <embeddedHPEOOinstallation>/central/bin/central stop

    <embeddedHPEOOinstallation>/central/bin/central start

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