2
Domain Upgrade Steps: The steps that are involved in upgrading a domain are two-fold. 1. Upgrading the TIBCO Administrator for the domain 2. Upgrading the Hawk Agent on all the machines present on the domain. TIBCO Domain Utility that ships with TIBCO Runtime Agent helps in doing both the above mentioned steps in an easy and efficient manner. Edit the following XML Content and save it as a XML file. Replace the content in the tags <DomainName></DomainName> with the name of the domain to be upgraded. <?xml version="1.0" encoding="UTF-8"?><!--Generated by Turbo XML.-- ><Task xmlns="http://www.tibco.com/domainutility/commandline" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <MigrateDomainTo58> <DomainName>DOMAINTOBEUPGRADED</DomainName> </MigrateDomainTo58> </Task> In order to perform the domain upgrade activity using the domain utility, please follow the below steps 1. Ensure that the latest versions of the components that one wants to use is correctly installed on all the machines present in the domain. 2. Check if the domain Administrator is running and the hawk agents are running on all the machines in the domain. If they aren’t running then start them. Start upgrading the domain from the machine where TIBCO Administrator is installed. 3. Change the working directory to invoke the command line version of the domain utility, the directory path would be /opt/tibco/tra/<Upgraded Version>/bin/ For ex: /opt/tibco/tra/5 .8/bin/ 4. Run the following command

Domain Upgrade Steps[1]

Embed Size (px)

DESCRIPTION

domain upgrade steps

Citation preview

Page 1: Domain Upgrade Steps[1]

Domain Upgrade Steps:

The steps that are involved in upgrading a domain are two-fold.

1. Upgrading the TIBCO Administrator for the domain2. Upgrading the Hawk Agent on all the machines present on the domain.

TIBCO Domain Utility that ships with TIBCO Runtime Agent helps in doing both the above mentioned steps in an easy and efficient manner.

Edit the following XML Content and save it as a XML file. Replace the content in the tags <DomainName></DomainName> with the name of the domain to be upgraded.

<?xml version="1.0" encoding="UTF-8"?><!--Generated by Turbo XML.--><Task xmlns="http://www.tibco.com/domainutility/commandline" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<MigrateDomainTo58>

<DomainName>DOMAINTOBEUPGRADED</DomainName>

</MigrateDomainTo58>

</Task>

In order to perform the domain upgrade activity using the domain utility, please follow the below steps

1. Ensure that the latest versions of the components that one wants to use is correctly installed on all the machines present in the domain.

2. Check if the domain Administrator is running and the hawk agents are running on all the machines in the domain. If they aren’t running then start them. Start upgrading the domain from the machine where TIBCO Administrator is installed.

3. Change the working directory to invoke the command line version of the domain utility, the directory path would be /opt/tibco/tra/<Upgraded Version>/bin/For ex: /opt/tibco/tra/5 .8/bin/

4. Run the following command ./domainutilitycmd -cmdFile <PATH-TO-XML-FILE SAVED ABOVE> -user <superUser> -pwd <superUserpassword>

5. If the upgrade has happened successfully then it would prompt that the components have been updated.

6. Start the Administrator and hawk agent on the administrator. Repeat the steps 3 and 4 on all the machines. Start the hawk agents on the other machines.

7. Log On to TIBCO Administrator to verify the version numbers of the upgraded components.