Running the Output Adapter

Run the adapter once you have configured it.

Prerequisites
Configure an adapter.
Task
  1. Ensure that esp_server is running and that the project has been loaded and started.
  2. Start the adapter:
    esp_rmdsomm -a out -f mapfile -p cluster_host:cluster_port/workspace/project
    The exact usage of the command depends on how you started your Event Stream Processor. You must invoke the adapter with compatible options. The command string shown invokes neither encryption nor authentication: you can specify either or both.
    Note: If you plan to direct the adapter's log output to stderr, as shown here, you may want to redirect stderr to a log file (for example, append >& myrmdsommlog & to the command line shown above).