Registering bwagent with TIBCO Enterprise Administrator

A bwagent TEA agent must be registered with the TIBCO Enterprise Administrator server before it is available in the Admin UI.

bwadmin Command Line

Procedure

  1. Start the TIBCO Enterprise Administrator server.
  2. Start bwagent.
  3. Register the bwagent TEA agent with the TIBCO Enterprise Administrator server. Provide the URL to the TEA server. Only one TEA agent can be registered at a time.
    BW_HOME\bin>bwadmin registerteaagent http://<TEA_HOST>:8777/tea/

    For more information about creating and managing runtime entities, see Administration Tasks and Reference.

Admin UI

Procedure

  1. Open Admin UI (http://<TEA_HOST>:8777/tea) to access the bwagent. Log in credentials are required; the default user name is admin and the default password is admin.
    Admin UI Home Page is displayed.
  2. Click the Add Product icon on the Admin UI home page.
    The Register Agent/URL Agent dialog box is displayed.
  3. Add the following information:
    Field Value
    Agent Name Name of the BWAgent configured in the bwagent.ini file.
    Agent URL URL should be in the http://<ip:port>/bwta format. The default port is 9091.
    Agent Description Optional. Description of the BWAgent.
  4. Click Register.

Autoregistering bwagent with TIBCO Enterprise Administrator

A bwagent can be part of an agent network, which allows commands to be distributed to multiple bwagents simultaneously.

For an agent network to be managed from the Admin UI, one bwagent in the agent network must be registered with the TIBCO Enterprise Administrator (TEA) server. If the registered bwagent terminates, the connection between the server and the agent network is automatically recovered. Another bwagent in the agent network will auto-register with the server.

The bwadmin disableautoregistration and enableautoregistration commands toggle the mechanism used to autoregister a bwagent. The commands can be run against any bwagent in an agent network and act on all bwagents in the agent network. If you disable autoregistration for an agent network, the members of the network are unable to communicate with the TIBCO Enterprise Administrator server. You have to manually register a bwagent in the agent network to communicate it with the server.

If the same TEA server is used for different versions of BWAgents and only one version of BWAgent is up, follow these steps to make sure TEA is working with appropriate UIs:

Procedure

  1. Stop the TEA server.
  2. Set the property tea.dev.developer-mode to true in the <TEA-HOME>/tibco/cfgmgmt/tea/conf/tea.conf file.
  3. Restart the TEA server.
  4. As an admin user, on the Agents page, click the Reload button.
  5. Verify if new UI changes are picked up.
  6. Stop the TEA server.
  7. Reset tea.dev.developer-mode to false.
  8. Restart the TEA server.
  9. Clear the cache and reload Admin UI.