tuneBPM command-line utility (removed)
Use the tuneBPM command-line utility to apply the properties specified in the performanceTuning.properties file to the existing deployment environment. You can define and edit any of the properties in the file and then run the tuneBPM command to apply them.
The tuneBPM command
is used to apply the properties specified in the performanceTuning.properties file
to the existing deployment environment. It can only be used in an
ND environment and cannot be used in a stand-alone environment.
If you want to run the tuneBPM command against the default profile, specify the two required parameters without the optional -profileName parameter and run the command in the directory install_root/BPM/scripts.
If you want to run the tuneBPM command against a different profile, you can specify the two required parameters without the optional -profileName parameter and run the command in the profile directory profile_root/bin. For example, to run the tuneBPM command against the deployment manager profile, you can specify the parameters and run the command in the profile directory Dmgr_profile_root/bin. You can also run the tuneBPM command against any specific profile by using the optional -profileName parameter.
Location
The tuneBPM command-line utility script is in the following directories:
- install_root/BPM/scripts
- profile_root/bin
Syntax

tuneBPM.bat
[-profileName dmgr_profile_name]
-de deployment_environment_name
-propertyFile property_file_path 

tuneBPM.sh
[-profileName dmgr_profile_name]
-de deployment_environment_name
-propertyFile property_file_path Parameters
- -de deployment_environment_name
- Required parameter that specifies the name of the deployment environment.
- -propertyFile property_file_path
- Required parameter that specifies the full path to the
performanceTuning.propertiesfile in which you can define and edit the properties that you want applied to your deployment environment. Information about theperformanceTuning.propertiesfile is found in the topicSample performanceTuning.propertiesfile.Important: The JVM, JMS, thread pool, and data source tuning properties have been deprecated. - -profileName profile_name
- Optional parameter that specifies the name of a profile. If you want to run the tuneBPM command against a specific profile without navigating to the bin directory of the profile, you can specify this optional parameter and run the command in the install_root/BPM/scripts directory. For example, to run the tuneBPM command against the deployment manager profile, you can specify the parameter and run the command in the profile directory Dmgr_profile_root/bin.
Examples

tuneBPM.bat -de De1 -propertyFile "C:\bpm 85\BPM\samples\config\performanceTuning\performanceTuning.properties"
tuneBPM.bat -profileName DmgrProfile -de De1 -propertyFile "C:\bpm 85\BPM\samples\config\performanceTuning\performanceTuning.properties"

tuneBPM.sh -de De1 -propertyFile /tmp/samples/config/performanceTuning/performanceTuning.properties

tuneBPM.sh -profileName DmgrProfile -de De1 -propertyFile /tmp/samples/config/performanceTuning/performanceTuning.properties