Start Codar

To start Codar on Windows, complete the following steps:

  1. If you have configured Codar to be FIPS 140-2 compliant, create a Codar 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=<Codar encryption keystore password>

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

    This file is automatically deleted when the Codar service is started.

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

  3. Right-click on the Codar service and select Start.

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

To start  Codar on Linux, complete the following steps:

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

    service codar start

  2. If you installed an embedded Operations Orchestration instance, as the root user (the Operations Orchestration Central service must be started as the root user because an HPEMatrix Operating Environment flow needs to write to the root directory), type:

    <embeddedOOinstallation>/central/bin/central start

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