Starting or Restarting the Services

  1. To restart the Configurator service, navigate to the $OM_HOME/roles/configurator/standalone/bin directory and stop the service by running the following script: $./stop.sh
  2. Restart the service by running: $./start.sh
  3. To start the configuration service, navigate to the $OM_HOME/roles/configuration-service/standalone/bin and start the service by running the following script: $./start.sh
  4. To start the tmf-om-adapter service, navigate to the $OM_HOME/roles/tmf-om-adapter/standalone/config and update application.properties for configuration.service.protocol, configuration.service.host, configuration.service.port parameters. Then start the service from $OM_HOME/roles/tmf-om-adapter/standalone/bin by running the following script: $./start.sh
  5. To start the catalog-services, navigate to the $OM_HOME/roles/catalog-services/standalone/config and update application.properties for configuration.service.protocol, configuration.service.host, configuration.service.port parameters. Then start the service from $OM_HOME/roles/catalog-services/standalone/bin by running the following script: $./start.sh
  6. To start the authorization-service, navigate to the $OM_HOME/roles/authorization-service/standalone/config and update application.properties for configuration.service.protocol, configuration.service.host, configuration.service.port parameters. Then start the service from $OM_HOME/roles/authorization-service/standalone/bin by running the following script: $./start.sh
  7. To start the orchestrator service, navigate to the $OM_HOME/roles/orchestrator/standalone/config and update application.properties for configuration.service.protocol, configuration.service.host, configuration.service.port parameters. Then start the service from $OM_HOME/roles/orchestrator/standalone/bin by running the following script: $./start.sh
  8. To start the data service, navigate to the $OM_HOME/roles/dataservice/standalone/config and update application.properties for configuration.service.protocol, configuration.service.host, configuration.service.port parameters. Then start the service from $OM_HOME/roles/dataservice/standalone/bin by running the following script: $./start.sh
  9. To start the Automated Order Plan Development service, navigate to the $OM_HOME/roles/aopd/standalone/config and update application.properties for configuration.service.protocol, configuration.service.host, configuration.service.port parameters. Then start the service from $OM_HOME/roles/aopd/standalone/bin by running the following script: $./start.sh
  10. To start the process component service, navigate to the $OM_HOME/samples/processcomponent/standalone/config and update application.properties for orchURL, auth.service.host parameters. Then start the service from $OM_HOME/samples/processcomponent/standalone/bin by running the following script: $./start.sh