Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 4 Getting Started : Creating Users with the EMS Administration Tool

Creating Users with the EMS Administration Tool
This section describes how to start the EMS server and use the administration tool to create two new users.
All of the parameters you set using the administration tool in this chapter can also be set by editing the configuration files described in Using the Configuration Files. You can also programmatically set parameters using the C, .NET, or Java APIs. Parameters set programmatically by a client are only set for the length of the session.
Start the EMS Server and EMS Administration Tool
In this example, you will create topics and users using the EMS administration tool. You must first start the EMS server before starting the EMS administration tool.
Start the EMS server
Start the EMS server as described in Running the EMS Server.
On a computer running Windows, you can also start the EMS server from the Start menu, following the path Programs > TIBCO > TIBCO EMS 6.3 > Start EMS server.
Start the Administration Tool and Connect to the EMS Server
Start the EMS administration tool as described in Starting the EMS Administration Tool.
On a computer running Windows, you can also start the administration tool from the Start menu, following the path Programs > TIBCO > TIBCO EMS 6.3 > Start EMS administration tool.
After starting the administration tool, connect it to the EMS server.
To connect the EMS administration tool to the EMS server, execute one of the following commands:
If you are using TIBCO Enterprise Message Service on a single computer, type connect in the command line of the Administration tool:
> connect
You will be prompted for a login name. If this is the first time you’ve used the EMS administration tool, follow the procedure described in When You First Start tibemsadmin.
Once you have logged in, the screen will display:
connected to tcp://localhost:7222
tcp://localhost:7222>
> connect [server URL] [user-name] [password]
For more information on this command, see connect on page 124.
For further information on the administration tool, see Starting the EMS Administration Tool and Command Listing.
Create Users
Once you have connected the administration tool to the server, use the create user command to create two users.
In the administration tool, enter:
   tcp://localhost:7222> create user user1
   tcp://localhost:7222> create user user2
The tool will display messages confirming that user1 and user2 have been created.
You have now created two users. You can confirm this with the show users command:
   tcp://localhost:7222> show users
    User Name         Description
     user1
     user2
For more information on the create user command, refer to create user on page 127.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved