A domain is a logical group of users, machines, and applications that are monitored and managed by the TIBCO Enterprise Administrator 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 hawk agent:
- Open two command lines and navigate to the
TIBCO_HOME\afx\version_number\bin directory.
- On one command line, enter the following command to start the hawk agent:
tibhawkagent
- On the other command line, enter the following command to start the adapter agent:
adapteragent
Procedure
-
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.
-
Enter the following command to start the Adapter Administration console:
adapteradmin
-
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.
Copyright © Cloud Software Group, Inc. All Rights Reserved.