Managing Domains

A domain is a logical group of users, machines, and applications that are monitored and managed by the TEA server. You can use the adapteradmin utility to create and delete domains.

Prerequisites

Before using the adapteradmin utility, you have to start the adapter agent and TIBCO Hawk agent:
  1. Open two command lines and navigate to the TIBCO_HOME\afx\version_number\bin directory.
  2. On one command line, enter the following command to start the TIBCO Hawk agent:

    tibhawkagent

  3. On the other command line, enter the following command to start the adapter agent:

    adapteragent

Procedure

  1. Open a command line and navigate to the folder where the adapteradmin utility is located.
    By default, it is located in the TIBCO_HOME\afx\version_number\bin directory.
  2. Enter the following command to start the Adapter Administration console:
    adapteradmin
  3. Enter the following commands to manage domains:
    • To create a domain, enter the following command:

      adapter[admin]>create domain DomainName

    • To delete a domain, enter the following command:

      adapter[admin]>delete domain DomainName

    • To delete a domain that contains one or more app spaces, enter the following command:

      adapter[admin]>delete -force domain DomainName

      Note: If you delete a domain, all the app spaces, adapter nodes and adapter applications under the domain will also be deleted.