Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 4 EMS Server Plugin : Adding an EMS Server to a Domain

Adding an EMS Server to a Domain
Use this procedure to create a new mapping for a TIBCO Enterprise Message Service server so that it can be administered using the TIBCO Administrator GUI as part of an administration domain.
Start the EMS server using the TIBCO_HOME\ems\bin\tibemsd command.
Using the tibemsadmin command-line utility, connect to the server and establish an EMS administration user name and password.
When adding an EMS Server to administration domain in a 64-bit environment, TIBCO Domain Utility must be enabled to use 64-bit libraries. See the TIBCO Runtime Agent Installation Guide for information about enabling TIBCO applications to run in 64-bit mode.
To Add an EMS Server Using the GUI
1.
2.
Under Category, click TIBCO EMS Plugin, then click Add TIBCO EMS Server.
3.
Click Next and in the screen that appears, select an administration domain.
4.
5.
6.
Provide information about the TIBCO Enterprise Message Service server. See EMS Server Fields for field descriptions. Select Secure (SSL) Connection if required. Click Next.
7.
Provide values in the field for configuring the SSL connection. Click Next. A summary of the values you provided is displayed. Click the Test button to verify the values.
8.
Click Next to add the server to the domain.
9.
Click Finish to end the session.
To Add an EMS Server Using the Command Line Utility
1.
2.
Copy the following file to your working directory working-dir-path\: TRA_HOME\template\domainutility\cmdline\AddJMSServer.xml
3.
Open AddJMSServer.xml in a text editor.
The parameters are explained in the next section. After changing the parameters, save the file and exit the text editor.
4.
   domainutilitycmd -cmdFile working-dir-path\AddJMSServer.xml
EMS Server Machine Fields
 
EMS Server Fields
 
Provide the full path to the TIBCO Enterprise Message Service server executable (tibemsd). For most Microsoft Windows systems, this path name is TIBCO_HOME/ems/bin/tibemsd.exe. Note that forward slashes are required.
The configuration file tibemsd.conf locates in the EMS configuration directory that is defined during the installation of the specific version of TIBCO Enterprise Service. For example, the configuration file defaults to TIBCO_HOME/ems/6.0/bin/tibemsd.exe for a default installation of TIBCO Enterprise Message Service 6.0.0. Refer to TIBCO Enterprise Message Service Installation for the default location of tibemsd.conf on Unix and Windows platforms.
Select the Secure (SSL) Connection check box to secure the communication between networks.
SSL Parameters
The following parameters are set when configuring SSL for a domain that uses an Enterprise Message Service server.
 
You must also supply a private key file in the Private Key field if you supply a PEM-formatted certificate here.
Specifies whether the client should verify the name in the CN field of the server’s certificate.
The name the client expects in the CN field of the server’s certificate. If this parameter is not set, the expected name is the hostname of the server.
The value of this parameter is used when the Do Not Verify Hostname parameter is cleared.
Supply a list of cipher names by clicking Add and selecting from the pull down menu that is displayed.
Make an in place change to the list by selecting an entry and clicking Edit. Select a replacement entry from the pull down menu that appears.
For more information, see "Specifying Cipher Suites" in the TIBCO Enterprise Message Service User’s Guide.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved