Jump to content
  • How to run TIBCO Enterprise Message Service instances as services in a Windows Environment


    Bill Mclane

    In a Windows environment it is possible to run TIBCO Enterprise Message Service (EMS) instances has Windows Services.

    This article explains how to install and uninstall an EMS instance as a Windows service.

    Installation of an EMS instance as a Windows Service

    To install an EMS instance as a Windows service do the following:

    - Start a command window with the ?run as Administrator? option

    - Go to the <TIBCO_HOME>\ems\8.6\bin folder

    - Launch the following command :

    emsntsrg /i tibemsd <TIBCO_HOME>\ems\8.6\bin <TIBCO_HOME>\ems\8.6\bin ?-config <CONFIG_HOME>\tibco\cfgmgmt\ems\data\tibemsd.conf? <LABEL>

    For example:

    emsntsrg /i tibemsd C:\tibco670\ems\8.6\bin C:\tibco670\ems\8.6\bin ?-config C:\tibco670\config\tibco\cfgmgmt\ems\data\tibemsd.conf? DATA-7222

    The parameter <LABEL> is important to be able to differentiate the different EMS instance Services installed on the machine.

    Installation of an EMS instance as a Windows Service :

    install_ems_as_aservice.png.63ef15a6f7bd5ce903d565e1a1f17c83.png

    Uninstallation of an EMS instance Windows Service

    To uninstall an EMS instance as a Windows service do the following:

    - Start a command window with the ?run as Administrator? option

    - Go to the <TIBCO_HOME>\ems\8.6\bin folder

    - Launch the following command :

    emsntsrg /r tibemsd <LABEL>

    For example:

    emsntsrg /r tibemsd DATA-7222

    Uninstallation of an EMS instance Service :

    remove_ems_as_aservice.png.1bc988521b7595f7bdbf3b7a62018bbf.png

    EMS Windows service configuration

    You may configure the EMS service for delayed start (this is recommended).

    Configuring an EMS instance service for Delayed Start :

    service_delayed_start.png.a0f33969dabba81447e2459afd4d4f64.png

    You may change the account used to run the EMS Service to a service account.

    Configuring an EMS instance service to use a Service account :

    service_account.png.5409291f010d51380a8d2349d31b44ad.png

    You may also configure the EMS Service for automatic restart in case of failure.

    Configuring an EMS instance service to be restarted in case of failure :

    service_restart.png.04fd037a96117f0d2ad71ce599960a53.png

    Reference elements

    https://docs.tibco.com/pub/ems/8.6.0/doc/html/GUID-A3B31012-F10A-47BC-9BA3-5676F7DCE350.html

    How to run TIBCO Enterprise Message Service instances as services in a Windows Environment.pdf


    User Feedback

    Recommended Comments

    There are no comments to display.



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...