Products | Versions |
---|---|
TIBCO ActiveMatrix Policy Director | - |
Not Applicable | - |
Description:
You can download this HotFix from the TIBCO Product Support FTP server using your eSupport username and password, at
ftp://support-ftp.tibco.com
Once you have successfully logged into the server, you will find the hotfix packages under
available_downloads/ActiveMatrix/PolicyDirector/1.0.1/TIB_pd_1.0.1_hotfix001/
Listed below is a summary of updates included. Please refer to the hotfix readme document for any additional information.
================================================================================
Introduction
Hotfixes are cumulative. This hotfix extends the compatibility and coexistence of
TIBCO ActiveMatrix(R) Policy Director 1.0.1 with the following product versions
("Compatible ActiveMatrix Products"):
- TIBCO ActiveMatrix Service Grid 3.3.0
- TIBCO ActiveMatrix Service Bus 3.3.0
- TIBCO ActiveMatrix BusinessWorks 5.11
================================================================================
Applicable Products
This hotfix applies to the following product and version:
- TIBCO ActiveMatrix Policy Director 1.0.1
================================================================================
Closed Issues
PD-3616, PD-3617
The incompatibility of TIBCO ActiveMatrix Policy Director 1.0.1 with
above mentioned Compatible ActiveMatrix Products has been fixed.
================================================================================
Prerequisites:
See the installation scenarios below. Prerequisites are dictated by each scenario,
and include the order of installation of the applicable products and their
sequence of configuration.
This hotfix needs Apache ANT to be installed on the machine, in order to execute
an ANT script. ANT is the prerequisite for all the applicable products, so it should
already be present.
================================================================================
Installation:
Unless explicitly noted, hotfixes are cumulative, that is, hotfixes that
have been previously installed will be preserved.
The installation refers to two locations:
- <TIBCO_HOME> is the fully-qualified path to the installation folder.
- <TIBCO_CONFIG_HOME> is the fully-qualified path to the folder that stores
configuration data generated by TIBCO products.
**********************************************************************************
Installation Overview:
This hotfix contains a script that must be executed on your existing installation.
This script makes changes to some files installed with TIBCO ActiveMatrix Policy
Director 1.0.1 under <TIBCO_HOME>. You must configure Policy Director with TIBCO
Configuration Tool only after running this script.
**********************************************************************************
All Platforms:
--------------------------------------------------------------------------------
Scenario 1: Steps for configuring TIBCO ActiveMatrix Policy Director 1.0.1 on an
existing installation of a Compatible ActiveMatrix Product.
--------------------------------------------------------------------------------
This scenario requires the installation and configuration sequence to
be as follows. Unless noted, please follow the relevant product's
Installation and Configuration guide.
1. Install the Compatible ActiveMatrix Product.
2. Install TIBCO ActiveMatrix Policy Director 1.0.0 and 1.0.1.
3. Install this hotfix per instructions below:
a) Extract the hotfix zip to a temporary directory. The zip
includes the following files:
- adjustRU.xsl
- cleanup.xml
- TIB_pd_1.0.1_HF-001_readme.txt
b) Copy adjustRU.xsl to <TIBCO_HOME>\tools\scripts
Copy cleanup.xml to <TIBCO_HOME>
c) In a shell prompt, go to <TIBCO_HOME> and execute:
ant -f cleanup.xml
You should see output indicating success as shown below:
...
BUILD SUCCESSFUL
4. Create TIBCO ActiveMatrix Administrator Server instance on a machine.
5. Configure TIBCO ActiveMatrix Policy Director Server by choosing to deploy
to the existing TIBCO ActiveMatrix Administrator Server created in step 4.
--------------------------------------------------------------------------------
Scenario 2: Steps for configuring a replicated instance of TIBCO ActiveMatrix Policy
Director 1.0.1 on an existing installation of a Compatible ActiveMatrix Product.
--------------------------------------------------------------------------------
This scenario requires the installation and configuration sequence to
be as follows. Unless noted, please follow the relevant product's
Installation and Configuration guide.
1. Install the Compatible ActiveMatrix Product on primary machine.
2. Install TIBCO ActiveMatrix Policy Director 1.0.0 and 1.0.1 on primary machine.
3. Install this hotfix on primary machine per instructions below:
a) Extract the hotfix zip to a temporary directory. The zip
includes the following files:
- adjustRU.xsl
- cleanup.xml
- TIB_pd_1.0.1_HF-001_readme.txt
b) Copy adjustRU.xsl to <TIBCO_HOME>\tools\scripts
Copy cleanup.xml to <TIBCO_HOME>
c) In a shell prompt, go to <TIBCO_HOME> and execute:
ant -f cleanup.xml
You should see output indicating success as shown below:
...
BUILD SUCCESSFUL
4. Create a replication ready TIBCO ActiveMatrix Administrator Server
instance on primary machine.
NOTE: Follow the specific instructions in the Product Installation
and Configuration guide to ensure that the instance of the
Administrator being created is ready for replication.
5. Configure TIBCO ActiveMatrix Policy Director Server by choosing to deploy
to the existing TIBCO ActiveMatrix Administrator Server created in step 4.
6. Install the Compatible ActiveMatrix Product on replica machine.
7. Install TIBCO ActiveMatrix Policy Director 1.0.0 and 1.0.1 on replica machine.
8. Install this hotfix on replica machine per instructions below:
a) Extract the hotfix zip to a temporary directory. The zip
includes the following files:
- adjustRU.xsl
- cleanup.xml
- TIB_pd_1.0.1_HF-001_readme.txt
b) Copy adjustRU.xsl to <TIBCO_HOME>\tools\scripts
Copy cleanup.xml to <TIBCO_HOME>
c) In a shell prompt, go to <TIBCO_HOME> and execute:
ant -f cleanup.xml
You should see output indicating success as shown below:
...
BUILD SUCCESSFUL
9. Create a replica of the TIBCO ActiveMatrix Administrator Server.
10.Deploy TIBCO ActiveMatrix Policy Director 1.0.1 components on
the replica Administrator Server instance.
NOTE: The following two steps must be performed using the UI of
the replica Administrator Server instance.
a) Deploy the following Policy Director applications:
com.tibco.ampd.ogp.de
com.tibco.ampd.psm
Select "Applications" in the UI -> select specific
applications specified above -> select the "Distribution"
tab -> Select SystemNodeReplica in "Available Nodes" and
add to "Selected Nodes" -> Click "Save" -> Click "Deploy"
b) Deploy the following Policy Director Plug-ins:
TIBCO ActiveMatrix Operations Governance Platform Administrator plug-in
TIBCO ActiveMatrix Administrator Governance Policy Director admin plug-in
Select "Admin Configuration->Plug-ins" in the UI -> select specific
plug-in specified above -> Click "Deploy"
--------------------------------------------------------------------------------
Scenario 3: Steps for upgrading an existing instance of TIBCO ActiveMatrix Policy
Director 1.0.1 so that it can coexist with Compatible ActiveMatrix Product(s).
--------------------------------------------------------------------------------
This scenario requires the installation and configuration sequence to
be as follows. Unless noted, please follow the relevant product's
Installation and Configuration guide.
1. Install the Compatible ActiveMatrix Product on the machine
where TIBCO ActiveMatrix Policy Director 1.0.1 instance is
already running.
2. Install this hotfix per instruction below:
a) Extract the hotfix zip to a temporary directory. The zip
includes the following files:
- adjustRU.xsl
- cleanup.xml
- TIB_pd_1.0.1_HF-001_readme.txt
b) Copy adjustRU.xsl to <TIBCO_HOME>\tools\scripts
Copy cleanup.xml to <TIBCO_HOME>
c) In a shell prompt, go to <TIBCO_HOME> and execute:
ant -f cleanup.xml
You should see output indicating success as shown below:
...
BUILD SUCCESSFUL
3. Upgrade the TIBCO ActiveMatrix Administrator Server (SystemHost
and SystemNode) per the instructions in the Installation and
Configuration guide.
================================================================================