Starting Axway Integrator

Prerequisite

Install Axway Integrator using the Axway Installer.

For details, refer to the Axway 5 Suite Installation and Prerequisites Guide.

Starting Integrator

Windows non-service mode

  1. Open a Windows command console.
  2. Enter the command net start [Integrator service name].

Windows service mode

During installation you can choose to run Axway Integrator as a Windows service. This causes the server to start and stop with the machine on which it is installed. When running Integrator as a Windows service, the only visual clues of the server status outside of the user interface are the application log files and the services area of the Windows computer management window.

For details of how to select this option, refer to the Axway 5 Suite Installation and Prerequisites Guide.

To start the Integrator Server with Windows already running:

  1. From the Windows Start menu, select Settings > Control Panel > Administrative Tools > Services.
  2. Windows displays the Services window.
  3. Scroll down the Services list and right-click the Integrator service.
  4. From the context menu, select Start.
  5. Check the file $CORE_ROOT/data/log/starter.log for error messages.

UNIX

  1. Update the environment by executing the command:
  2. <InstallPath>/local/bin/core_setup
  3. Execute the command:
  4. <InstallPath>/local/bin/core_servers start
  5. Check the file $CORE_ROOT/data/log/starter.log for error messages.

UNIX shutdown mode

In some cases you may need to start Integrator in shutdown mode (starting the Core Servers but not the Tasks).

  1. Use the following syntax to set the service to shutdown mode on a UNIX platform:
  2. <InstallPath>/local/bin/core_servers start -S
  3. After executing this program, when you start the Integrator service, the Integrator Tasks are not started. You can still start the Tasks from the Copilot Task Monitor.
  4. After starting Integrator in shutdown mode, check that there are no error messages logged in the file $CORE_ROOT/data/starterserv.log.

Related topics

Axway Integrator

Stopping Axway Integrator