Install TIBCO AMX-BPM on Silver Fabric

1. Install TIBCO Silver Fabric and AMX enabler

2. Do the post installation of AMX enabler which includes copying container and distribution files.

3. Install Silver Fabric engine, find the engine directory, (here is /usr/local/DSEngine/work/odhvm5l-0)

4. Prepare the AMX BPM distribution

a) Install AMX BPM on another machine same with engine machine, and the same directory, here is /usr/local/DSEngine/work/odhvm5l-0/tibcoamx.

b) Delete the machine.xmi in AMX_BPM_HOME\tools\machinemodel\shared\1.0.0.

c) Zip the whole AMX_BPM_HOME to SilverFabric_amsg3x_3.1.3_linux24gl23_x86_64_distribution_gridlib.zip.

d) Replace the file SilverFabric_amsg3x_3.1.3_linux24gl23_x86_64_distribution_gridlib.zip in TIBCO_datasynapse_HOME\webapps\livecluster\deploy\resources\gridlib.

5. Modify the SilverFabric_tibcoamxadmin_container_1.0.0_gridlib.zip

a) modify the build.xml in ds_scripts\3.1\tct-admin-headless, add following in the target admin-full-setup,

<chmod dir="${tibco.home}/tibcojre64/1.6.0/bin" perm="777"  includes="*"/>

b) add following at the end of the target deploy-commonlogging,

<ant dir="${tibco.home}/bpm/1.2/scripts" antfile="instance-mgmt.xml" inheritAll="false" output="/local/tibco/bpmbuilding.log">

       <property name="tibco.config.mgmt.home" value="${tibco.config.mgmt.home}"/>

       <property name="bpm.props.file" value="${tct.scripts.dir}/bpm-installer.properties"/>

 </ant>

c) Put bpm-installer.properties into ds_scripts\3.1\tct-admin-headless, bpm-installer.properties is generated by TCT.

6. Create AMX Administrator component and application in Silver Fabric Administrator Tool.


猜你喜欢

转载自quqtalk.iteye.com/blog/1290397