Ensure that esp_server is running and that the project has been loaded and started.
Start the adapter using the esp_rmds command.
If the Event Stream Processor is running with Native OS (user name/password)
authentication or encryption, start the adapter:
esp_rmds -a out -f mapfile -p cluster_host:cluster_port/workspace/project \
-c username:password
using
the appropriate mapfile, cluster_host, cluster_port, workspace, and project
names for the project to which the adapter will connect.
If the Event Stream Processor is running with encryption or some other form of
authentication, refer to Command Usage to obtain
the additional arguments necessary for the command to start the adapter.
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 does not invoke encryption: you can specify it.
The adapter starts the subscription by first connecting to Event Stream
Processor and then connecting to RMDS. Both connections must be operational for any
data to flow.
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 >& myrmdslog & to the command line shown above).