Some tasks of the Domain Utility fail and throw the error: "There are no domains that support your requested task" in Cluster Setup.

Some tasks of the Domain Utility fail and throw the error: "There are no domains that support your requested task" in Cluster Setup.

book

Article ID: KB0084757

calendar_today

Updated On:

Products Versions
TIBCO Runtime Agent (TRA) -
Not Applicable -

Description

Description:
Some tasks of the Domain Utility such as "Delete Domain", "Add TIBCO EMS Server", ”Upgrade Domain”  fail with the error message", "There are no domains that support your requested task". In general, this happens only on TIBCO domains that are installed on machines with a cluster setup.
Symptoms:
DomainUtility is not able to find the Domain in Cluster Setup.
Cause:

This is a known issue for TIBCO Administrator in a cluster setup. Here the hostname gets added between <Domain_Name>  and the  TIBCO_TRA_DOMAIN_HOME variable in the DomainHomes.properties file. 

Example:
-----------------------------------
#Domain homes.
#<date - time - time zone>
<Domain_Name>.TIBCO_ADMIN_DOMAIN_HOME=<Location>
<Domain_Name>.<Host_Name>.TIBCO_TRA_DOMAIN_HOME=<Location>
-----------------------------------

Generally, the hostname is being added in DomainHomes.properties files only on machines with a cluster setup. This issue does not happen on normal deployments, i.e., Non-cluster setup for Administrator Domain. 

Resolution

Back up and edit the DomainHomes.properties file to remove the hostname:

   Edit <TIBCO_HOME>\tra\domain\DomainHomes.properties and change:

           <Domain_Name>.<LogicalMachineName>.TIBCO_TRA_DOMAIN_HOME=<path>
    To
           <Domain_Name>.TIBCO_TRA_DOMAIN_HOME=<path>

Then retry with domain utility.

Issue/Introduction

Some tasks of the Domain Utility fail and throw the error: "There are no domains that support your requested task" in Cluster Setup.