![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Some situations require the EMS server and multicast daemon processes to start automatically. You can satisfy this requirement by registering these with the Windows service manager. The emsntsrg utility facilitates registry.The emsntsrg utility registers or unregisters the EMS server daemon or the EMS multicast daemon as a Windows service.
This utility applies only to Microsoft Windows (all supported versions, including 2003, XP, and Vista).Some situations require the EMS server processes to start automatically. You can satisfy this requirement by registering these with the Windows service manager. This utility facilitates registry.Locate this utility program as an executable file in the EMS bin directory.
When removing a service, this parameter is optional. However, if it is present, it must be tibemsd or tibemsmcd. Use this directory pathname to specify the location of the emsntsct.exe executable. The emsntsrg utility registers the emsntsct.exe program as a windows service. The emsntsct.exe program then invokes the associated tibemsd or tibemsmcd. Use this directory pathname to locate the service executable, either tibemsd or tibemsmcd. Required. When registering more than one instance of a service, you can use this suffix to distinguish between them in the Windows services applet. Optional. To register tibemsd as a Windows service, run the utility with this command line:To register tibemsmcd as a Windows service, run the utility with this command line:This simple example registers one tibemsd service:emsntsrg /i tibemsd C:\tibco\ems\6.3\bin C:\tibco\ems\6.3\binemsntsrg /i tibemsd C:\tibco\ems\6.3\bin C:\tibco\ems\6.3\bin "-trace DEFAULT"This pair of example commands registers two tibemsd services with different configuration files. In this example, the numerical suffix and the configuration directory both reflect the port number that the service uses.emsntsrg /i tibemsd C:\tibco\ems\6.3\bin C:\tibco\ems\6.3\bin "-config C:\tibco\ems\6.3\7222\tibemsd.conf" 7222emsntsrg /i tibemsd C:\tibco\ems\6.3\bin C:\tibco\ems\6.3\bin "-config C:\tibco\ems\6.3\7223\tibemsd.conf" 7223
• When installing tibemsd, if you supply a -config argument, the service process finds the directory containing the main configuration file (tibemsd.conf), and creates all secondary configuration files in that directory. In this example, each service uses a different configuration directory.
• When you register several EMS services, you must avoid configuration conflicts. For example, two instances of tibemsd cannot listen on the same port.emsntsrg /i tibemsmcd C:\tibco\ems\6.3\bin C:\tibco\ems\6.3\bin "-logfile c:\tibemsmcd.log"Note that specifying a log file can help identify conflicts that might prevent the multicast daemon service from starting.This pair of example commands registers two multicast daemon services with different ports. In this example, the numerical suffix reflects the port number that the service uses.emsntsrg /i tibemsmcd C:\tibco\ems\6.3\bin C:\tibco\ems\6.3\bin "-listen 7345" 7345emsntsrg /i tibemsmcd C:\tibco\ems\6.3\bin C:\tibco\ems\6.3\bin "-listen 7346" 7346Both parameters are optional. If the service_name is present, it must be tibemsd or tibemsmcd. To supply the suffix parameter, you must also supply the service_name. When both parameters are absent, the utility removes the services named tibemsd and tibemsmcd.Command SummaryWindows Services AppletThe Windows services applet displays the name of each registered service. For EMS services, it also displays this additional information:
• The process ID (PID)—when the service is running
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |