![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
The EMS Administration Tool is located in your EMS_HOME/bin directory and is a stand-alone executable named tibemsadmin on UNIX and tibemsadmin.exe on Windows platforms.On a computer running Windows, you can also start the administration tool from the Start menu, following the path All Programs > TIBCO > TIBCO EMS 8.1 > Start EMS Administration Tool. If TIBCO Enterprise Message Service is installed in an installation environment with a custom ENV_NAME, that environment name is part of the Start menu path.The EMS server must be started as described in Chapter 5, Running the EMS Server before you start the EMS Administration Tool.
When a system uses shared configuration files in the .conf format, actions performed using the tibemsadmin tool take effect only when connected to the active server.When a system uses a shared configuration file in the .json format, most commands in the tibemsadmin tool are unavailable when connected to a server that is not in the active state. In such a situation, the only commands available are show state, shutdown, and rotatelog.Type tibemsadmin -help to display information about tibemsadmin startup parameters. All tibemsadmin parameters are optional.Table 16 lists options for tibemsadmin.
Table 16 tibemsadmin Options -help or -h -script script-file Execute the specified text file containing tibemsadmin commands then quit. Any valid tibemsadmin command described in this chapter can be executed. -server server-url -user user-name -password password -ssl_trusted filename -ssl_identity filename -ssl_issuer filename -ssl_password password -ssl_hostname name
When a command specifies -user and -password, that information is not stored for later use. It is only used to connect to the server specified in the same command line. The user name and password entered on one command line are not reused with subsequent connect commands entered in the script file or interactively.Some options are needed when you choose to make a SSL connection. For more information on SSL connections, refer to Chapter 19, Using the SSL Protocol.The administration tool has a default user with the name admin. This is the default user for logging in to the administration tool.
2. Use the set password command to change the password:set password admin passwordWhen you restart the administration tool and type connect, the administration tool now requires your password before connecting to the server.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |