Restart Codar

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

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

 

To restart Codar on Linux, complete the following steps:

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

    service codar restart

  2. If you installed an embedded Operations Orchestration instance, as the root user, type:

    <embeddedOOinstallation>/central/bin/central stop
    <embeddedOOinstallation>/central/bin/central start
    .

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