The DME Server and the DME connectors are run as services on the operating system. If you should need to restart them for any reason, use the following commands.
On Windows, the services are stopped, started, and restarted through the Services control panel in Windows, or you can use net start <service> or net stop <service> from a command prompt. The service names are the following:
dmeserverdmeconnectorOn Linux, the installer creates start/stop scripts named after the server instance. The default instance name is base.
service dme_<instance_name> start orservice dme_<instance_name> stopsh dmec_<instance>.sh start orsh dmec_<instance>.sh stop The script must be found in the /etc/init.d folder.