Task 11: Starting or Restarting the Services

See Order Management Resource Allocation, if you want to use resource allocation for Order Management services.

Note: You can choose to provide 'Xms Xmx' or 'MinRAMPercentage MaxRAMPercentage' parameters based on your requirements.
    Procedure
  1. To restart the configurator service, navigate to the $OM_HOME/roles/configurator/stanalone/bin directory and run the ./start.sh script.

  2. To restart the configurator-ui service, navigate to the $OM_HOME/roles/configurator-ui/stanalone/bin directory and run the ./start.sh script.

  3. To start the other services, navigate to the $OM_HOME/roles/<servicename>/standalone/config and update the application.properties file for configuratorServiceUrl, the value is the IP or DNS name of the configurator service.

  4. Navigate to the $OM_HOME/roles/<servicename>/standalone/bin/ directory and run the ./start.sh script.

Note: You must start the Authorization and configurator service first and then all the other services.