Run the Reuters OMM input adapter once you have configured
it.
Prerequisites
Configure an adapter.
Task
Ensure that esp_server is running and that the project has been loaded and started.
If the Event Stream Processor is running with RSA
authentication, start the adapter using:
esp_rmdsomm -a in -f mapfile -p cluster_host:cluster_port/workspace/project \
-k <private_rsa_key_file> -c username
If Event Stream Processor is running with LDAP, or Native OS
(user name/password) authentication, start the adapter using:
esp_rmdsomm -a in -f mapfile -p cluster_host:cluster_port/workspace/project \
-c username:password
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 >& myrmdsommlog & to the command line shown above).