IBM Support

Profile upgrade instructions for IBM Business Process Manager Version 8.5 Refresh Pack 6

Product Readmes


Abstract

This document provides the instructions for upgrading existing profiles for the IBM Business Process Manager products to Version 8.5 Refresh Pack 6.

Content

IBM Business Process Manager Standard, IBM Business Process Manager Express, and IBM Business Process Manager Advanced are referred to collectively as the IBM Business Process Manager products within this document.

Important: Clear the cache in any browsers that are used to access the server. In addition, if you intend to access the server using IBM Process Designer, clear the cache in the default browser.


Upgrading IBM Business Process Manager V8.5.x to IBM Business Process Manager V8.5.6.0

To upgrade IBM Business Process Manager V8.5.x to V8.5.6.0, follow the instructions for your specific configuration to install the V8.5.6.0 refresh pack.

Restriction: IBM Business Process Manager V8.5.6 does not support the z/OS operating system and does not support 32-bit operating systems. If you are running on a 32-bit system and want to upgrade, you must either perform artifact migration as described in Migrating artifacts to IBM Business Process Manager V8.5.6 or contact IBM Support for help to migrate to IBM Business Process Manager V8.5.6 on a 64-bit operating system

The Process Center and Process Server versions do not need to match, and Process Server V8.5.6 can connect to an earlier version of Process Center V8.5.x. You can upgrade Process Server first and test your applications to make sure that they still work normally after the upgrade. Upgrade Process Center last. For more details, see Performing a rolling upgrade.

You can also use offline deployment between Process Server V8.5.6 and an earlier version of Process Center V8.5.x.

Not including Process Server, the tools and related user interfaces that interact with Process Center must be at the same version and release level as Process Center. The repository does not support the previous release; only the current release. Even though you might be able to connect an installation of IBM Integration Designer at the current release level to a Process Center at the previous release level, you should not publish any process applications that have gone through artifact migration.

Note: For information on updating IBM Process Designer, see Updating IBM Process Designer.

Important: When you upgrade, the Process Portal application is replaced in your profiles. If you previously added any customizations to the process application in Process Designer (for example, an IBM Connections server or an IBM Sametime server), and you still want to use those servers, you must complete the following tasks:
  1. Define the servers again in the new version of the Process Portal application.

  2. Create a snapshot.

  3. Activate the snapshot on Process Center.

  4. Install the snapshot on Process Server.



Upgrading IBM Business Process Manager Advanced or IBM Business Process Manager Standard V8.5.x to V8.5.6.0

To upgrade from IBM Business Process Manager Advanced or IBM Business Process Manager Standard V8.5.x to V8.5.6.0, follow the instructions to back up your existing installation, install the V8.5.6 refresh pack onto the deployment manager and each managed node, upgrade your Process Server database, and restart the deployment manager and nodes.

Procedure
  1. Verify that your target environment - including hardware, operating systems, and database prerequisites - is a supported operating environment for IBM Business Process Manager V8.5.6. See IBM Business Process Manager Advanced system requirements or IBM Business Process Manager Standard system requirements.
    Tip: If the database requirements have changed, move to the new database version and make sure that IBM Business Process Manager is working correctly before you proceed with the upgrade.

  2. Back up your IBM Business Process Manager profiles. V8.5 Refresh Pack 6 updates the core product files and all the existing profiles that require a maintenance update. Before you upgrade your existing installation, run the backupConfig command to back up the configuration files of each profile that the refresh pack can update. See Backing up and restoring administrative configuration files in the WebSphere Application Server product documentation.
    Important: Each time you run the restoreConfig command to restore your profile and you want to redo the upgrade, you must clean the profile upgrade footprint. If you do not do this, the profile might not be upgraded and the IBM BPM system toolkits might not be updated. To clean the profile upgrade footprint, delete these files:
    BootstrapProcessServerData8560_EXECUTED and BPMConfigUpgrade8560_EXECUTED in the profile_root/workspace directory
    cacheActionRegistry.xml in the profile_root/properties/service/productDir/BPM directory

  3. Back up your Process Server database.

  4. For Advanced only: If you changed any of the following default XSL transformation files, back them up before you install the refresh pack. The files are in install_root/ProcessChoreographer/Staff directory where install_root is the installation location of IBM Business Process Manager and are named:
    EverybodyTransformation.xsl
    LDAPTransformation.xsl
    SystemTransformation.xsl
    UserRegistryTransformation.xsl
    VMMTransformation.xsl

    These files are overwritten during the installation of the refresh pack, and the changes that were applied to these files are lost. After you upgrade your installation and before you start the server or a cluster, replace the XSL transformation files with the backup versions.

  5. If you customized the Process Portal themes, back up your customizations. When the profile is upgraded, the import settings for Business Space system artifacts are changed in the oobLoadedStatus.properties file and your customizations are overwritten. After you have finished upgrading, re-import and merge the customizations with the deployed theme.

  6. Stop all Java™ processes that are associated with the Java SDK that is installed with IBM Business Process Manager. These processes include the stand-alone server process, and all server processes that belong to serviceable products, such as the IBM HTTP Server.
    Important: The product might not continue to run successfully if you install the refresh pack when a Java process related to WebSphere Application Server is running.

  7. (For Windows servers only) Stop the WebSphere Windows services.

  8. Optional: If you want to use IBM WebSphere SDK Java Technology Edition 7 or 7.1 rather than the existing Java 6, you should install it before you upgrade. Start Installation Manager and click Install. On the Packages page, select IBM WebSphere SDK Java TE 7 or 7.1 and complete the installation process. New profiles you create will use Java 7 or 7.1.

  9. Install the V8.5.6 refresh pack onto the deployment manager installation. Follow the Installation instructions for IBM Business Process Manager Version 8.5 Refresh Pack 6.

  10. Install the V8.5.6 refresh pack onto all managed node installations. Follow the Installation instructions for IBM Business Process Manager Version 8.5 Refresh Pack 6.

  11. Optional: If you enabled custom password encryption in your source IBM Business Process Manager environment to protect passwords that are contained in your WebSphere Application Server configuration, you must enable the DBUpgrade script to support custom encryption. From install_root/bin, open the script or batch file for the DBUpgrade command.
    - Find the comment block "Enabling custom password encryption." Read the comments and then uncomment the properties.
    - Modify the value of the CUSTOMPWDPROPS property based on your custom encryption class name.
    - Modify the value of the CLASSPATH property and replace it with the full file path of your custom password encryption jar file.

  12. Optional: If you created the IBM Business Process Manager V8.5.x environment without using the BPMConfig command or you do not have a complete configuration properties file, you must complete the following steps to generate the file:
    1. Upgrade the profile to V8.5.6.
      On Microsoft Windows operating systems: install_root\bin\BPMConfig.bat -upgrade -profile deployment_manager_profile_name
      On UNIX-based and Linux operating systems: install_root/bin/BPMConfig.sh -upgrade -profile deployment_manager_profile_name
      Important: Upgrading the profile using BPMConfig can be a time-consuming task. Be patient and wait for the process to complete, even if it takes several minutes and you do not see any visible progress.

    2. Export the configuration properties file.
      On Microsoft Windows operating systems: install_root\bin\BPMConfig.bat -export -profile deployment_manager_profile_name -de deployment_environment_name -outputDir path_to_configuration_files
      On UNIX-based and Linux operating systems: install_root/bin/BPMConfig.sh -export -profile deployment_manager_profile_name -de deployment_environment_name -outputDir path_to_configuration_files
      The configuration properties file is named deployment_environment_name.properties and is in the output directory that you specified. You will refer to this file from the migration properties file in the next step.
      Tip: If you do not know the deployment environment name, you can find it by going to deployment_manager_profile/bin and running the following command:
      wsadmin -conntype none -lang jython -c "print AdminConfig.list('BPMDeploymentEnvironment')"
      The output is either nothing, if no deployment environment is configured, or a statement similar to the following:
      WASX7357I: By request, this scripting client is not connected to any  server process. Certain configuration and application operations will be available in local mode.
      'TestDe(cells/PCCell1|cell-bpm.xml#BPMDeploymentEnvironment_1401230195442)'

      The name right before cells/ is the deployment_environment_name, in this case TestDe.
      If you are using secure LDAP and you verify the exported properties file with the BPMConfig -validate command, you might see the following error: CWMCB0345E: LDAP protocol ldaps: is not supported. You can safely ignore this error.

  13. Create a migration properties file using the template. This file will be used in the later upgrade commands. The template properties file to copy is in install_root/util/migration/resources/migration.properties. Ensure that the value of each of the following properties in the migration properties file is set correctly:
    - bpm.home: IBM Business Process Manager installation path
    - profile.name: Name of the deployment manager profile
    - target.config.property.file: Full path to the configuration properties file that you used to create your IBM Business Process Manager V8.5.x environment or that you generated in step 12.
    Important: Check the bpm.de.sourceInfo.versionInfo property in the configuration properties file and make sure that the source version is correct. If this property does not exist in the file, you do not need to add it.

  14. If you have a DB2 for z/OS database, complete the following steps:
    1. Run one of the following commands to generate the SQL file to update your database, where migration_properties_file is the migration properties file that you created in step 13.
      On Microsoft Windows operating systems: install_root\bin\BPMGenerateUpgradeSchemaScripts.bat -propertiesFile migration_properties_file
      On UNIX-based and Linux operating systems: install_root/bin/BPMGenerateUpgradeSchemaScripts.sh -propertiesFile migration_properties_file
      The SQL scripts are generated in the deployment_manager_profile/dbscripts/Upgrade directory, under the following subdirectory: cell_name.deployment_environment_name/database_type/database_name.schema_name.

    2. Connect to the DB2 for z/OS database, and run these SQL scripts against the database using your preferred tool in this order.
      - upgradeSchema85x_ProcessServer.sql
      - createProcedure.sql

    3. Open the install_root/util/dbUpgrade/upgrade.properties file and set the value of the database.is.db2zos property to true.

  15. Run one of the following commands to upgrade your database, where migration_properties_file is the migration properties file that you created in step 13.
    Notes: If you have multiple deployment environments, complete this step for each deployment environment. Skip this step for AdvancedOnly deployment environments. There is no database schema update for AdvancedOnly environments upgraded from V8.5.x.
    On Microsoft Windows operating systems: install_root\bin\DBUpgrade.bat -propertiesFile migration_properties_file
    On UNIX-based and Linux operating systems: install_root/bin/DBUpgrade.sh -propertiesFile migration_properties_file
    Important: Make sure that the DBUpgrade command has finished successfully before you move to the next step. The log is saved in deployment_manager_profile_root/logs/DBUpgrade_timestamp.log. Check the log for errors or exceptions. If running DBUpgrade was unsuccessful, correct the errors and restore your databases from the backup before running the command again.
    Tip: If you are using Oracle, you might see an error similar to the following error:
    Executing upgrade step: Upgrade 8.5.0 schema to 8.5.5 for database ProcessServerDatabase.
    Error executing SQL statement: ORA-60019: Creating initial extent of size 14 in tablespace of extent size 8

    On Oracle, IBM Business Process Manager stores large objects (LOBs) with the SECUREFILE option. For SECUREFILE, it is recommended to use a tablespace with the AUTOALLOCATE option. If you use UNIFORM SIZE extents, ensure that the UNIFORM SIZE is big enough. Given the default block size of 8K, specify a UNIFORM SIZE of at least 120K. IBM BPM does not explicitly prescribe the tablespace options; it relies on the default Oracle settings (such as AUTOALLOCATE) to automatically manage extents. If you use tablespaces with a UNIFORM SIZE less than 120K, create new tablespaces with the AUTOALLOCATE option and make it the default tablespace for IBM BPM database schema users.

  16. For Advanced only: If you backed up your default XSL transformation files in step 4, replace the XSL transformation files with the backup versions.

  17. Restart the deployment manager server. It takes a few minutes to complete the profile upgrade and run the bootstrapProcessServerData command.
    Notes: The deployment manager profile is updated automatically during the first server startup after the refresh pack installation. The Business Process Choreographer, Business Space, CommonDB, and Messaging Engine databases are not changed when you upgrade from IBM Business Process Manager V8.5.x to the V8.5.6 refresh pack.

  18. Check for errors, as described in Identifying and recovering from profile upgrade or bootstrapProcessServerData errors, before you continue.

  19. Update the web server plug-in.
    Some new web modules have been added to the product applications in the refresh pack. These modules are mapped to the web server if the existing product applications are mapped. However, the plugin-cfg.xml file for the web server must be updated with the new associations. In some cases, you might have to manually move the file to the web server after it has been generated in IBM Business Process Manager. For more information, see the Plug-ins configuration documentation.

  20. As part of upgrading the IBM BPM deployment environment to V8.5.6.0, a truststore for connections to IBM Blueworks Live (one per WebSphere cell, named BlueWorksLiveTrustStore) and a keystore for IBM BPM (one per IBM BPM deployment environment, named IBMBPMKeyStore-de_name) are added to the configuration. The truststore and the keystore use the same password as the WebSphere CellDefaultKeyStore initially. If the WebSphere default keystore is not found, then the documented WebSphere default keystore password is used. You are advised to assign separate passwords to the BlueWorksLiveTrustStore truststore and to the IBMBPMKeyStore-de_name keystore.

  21. For each managed node in the network deployment environment, complete the following steps:
    1. Restart the node agent. It takes a few minutes to complete the profile upgrade. Allow for node synchronization to complete. Note: The managed profile is updated automatically during the first server startup after the refresh pack installation.

    2. Check for errors, as described in Identifying and recovering from profile upgrade or bootstrapProcessServerData errors, before you continue.

    3. Restart the cluster member servers.

  22. Optional: If you want to use IBM WebSphere SDK Java Technology Edition 7 or 7.1 rather than the existing Java 6, switch existing profiles. Follow the instructions in Switching the edition of Java used in IBM BPM.

  23. Optional: When you upgrade, the cleanup of shared business objects is automatically disabled. If you are using shared business objects in the source version, you might want to change the cleanupMaxVersionCount property to explicitly enable cleanup. See Cleaning up shared business objects for instructions.


Upgrading IBM Business Process Manager Express V8.5.x to V8.5.6.0

To upgrade from IBM Business Process Manager Express V8.5.x to V8.5.6.0, follow the instructions to back up your profiles and Process Server database, install the V8.5.6 refresh pack, upgrade your Process Server database, and restart your server.

Procedure
  1. Verify that your target environment - including hardware, operating systems, and database prerequisites - is a supported operating environment for IBM Business Process Manager V8.5.6. See IBM Business Process Manager Express system requirements.
    Tip: If the database requirements have changed, move to the new database version and make sure that IBM Business Process Manager is working correctly before you proceed with the upgrade.

  2. Back up your IBM Business Process Manager profiles. The V8.5.6 refresh pack updates the core product files and all the existing profiles that require a maintenance update. Before you upgrade your existing installation, run the backupConfig command to back up the configuration files of each profile that the refresh pack can update. See Backing up and restoring administrative configuration files in the WebSphere Application Server product documentation.
    Important: Each time you run the restoreConfig command to restore your profile and you want to redo the upgrade, you must clean the profile upgrade footprint. If you do not do this, the profile might not be upgraded and the IBM BPM system toolkits might not be updated. To clean the profile upgrade footprint, delete these files:
    BootstrapProcessServerData8560_EXECUTED and BPMConfigUpgrade8560_EXECUTED in the profile_root/workspace directory
    cacheActionRegistry.xml in the profile_root/properties/service/productDir/BPM directory

  3. Back up your Process Server database.

  4. If you customized the Process Portal themes, back up your customizations. When the profile is upgraded, the import settings for Business Space system artifacts are changed in the oobLoadedStatus.properties file and your customizations are overwritten. After you have finished upgrading, re-import and merge the customizations with the deployed theme.

  5. Stop all Java processes that are associated with the Java SDK that is installed with IBM Business Process Manager. These processes include the node agent process, the deployment manager process, and all server processes that belong to serviceable products, such as the IBM HTTP Server.
    Important: The product might not continue to run successfully if you install the refresh pack when a Java process related to WebSphere Application Server is running.

  6. (For Windows servers only) Stop the WebSphere Windows services.

  7. Install the V8.5.6 refresh pack onto the stand-alone installation. Follow the Installation instructions for IBM Business Process Manager Version 8.5 Refresh Pack 6.

  8. Optional: If you want to use IBM WebSphere SDK Java Technology Edition 7 or 7.1 rather than the existing Java 6, you should install it before you upgrade. Start Installation Manager and click Install. On the Packages page, select IBM WebSphere SDK Java TE 7 or 7.1 and complete the installation process. New profiles you create will use Java 7 or 7.1.

  9. Optional: If you created the IBM Business Process Manager V8.5.x environment without using the BPMConfig command or you do not have a complete configuration properties file, you must complete the following steps to generate the file:
    1. Upgrade the profile to V8.5.6.
      On Microsoft Windows operating systems: install_root\bin\BPMConfig.bat -upgrade -profile stand-alone_profile_name
      On UNIX-based and Linux operating systems: install_root/bin/BPMConfig.sh -upgrade -profile stand-alone_profile_name
      Important: Upgrading the profile using BPMConfig can be a time-consuming task. Be patient and wait for the process to complete, even if it takes several minutes and you do not see any visible progress.

    2. Export the configuration properties file.
      On Microsoft Windows operating systems: install_root\bin\BPMConfig.bat -export -profile stand-alone_profile_name -de deployment_environment_name -outputDir path_to_configuration_files
      On UNIX-based and Linux operating systems: install_root/bin/BPMConfig.sh -export -profile stand-alone_profile_name -de deployment_environment_name -outputDir path_to_configuration_files
      The configuration properties file is named deployment_environment_name.properties and is in the output directory that you specified. You will refer to this file from the migration properties file in the next step.
      Tip: For a typical installation, the deployment_environment_name is always ProcessCenter or ProcessServer. For a custom installation, if you do not know the name, you can find it by going to stand-alone_profile/bin and running the following command:
      wsadmin -conntype none -lang jython -c "print AdminConfig.list('BPMDeploymentEnvironment')"
      The output is either nothing, if no deployment environment or Process Server database is configured and you do not need to upgrade, or a statement similar to the following:
      WASX7357I: By request, this scripting client is not connected to any  server process. Certain configuration and application operations will be available in local mode.
      'TestDe(cells/PCCell1|cell-bpm.xml#BPMDeploymentEnvironment_1401230195442)'

      The name right before cells/ is the deployment_environment_name, in this case TestDe.
      If you are using secure LDAP and you verify the exported properties file with the BPMConfig -validate command, you might see the following error: CWMCB0345E: LDAP protocol ldaps: is not supported. You can safely ignore this error.

  10. Create a migration properties file using the template. This file will be used in the later upgrade commands. The template properties file to copy is in install_root/util/migration/resources/migration.properties. Ensure that the value of each of the following properties in the migration properties file is set correctly:
    - bpm.home: IBM Business Process Manager installation path
    - profile.name: Name of the deployment manager profile
    - target.config.property.file: Full path to the configuration properties file that you used to create your IBM Business Process Manager V8.5.x environment or that you generated in step 9.
    Important: Check the bpm.de.sourceInfo.versionInfo property in the configuration properties file and make sure that the source version is correct. If this property does not exist in the file, you do not need to add it.

  11. Run one of the following commands to upgrade your database, where migration_properties_file is the migration properties file that you created in step 10.
    On Microsoft Windows operating systems: install_root\bin\DBUpgrade.bat -propertiesFile migration_properties_file
    On UNIX-based and Linux operating systems: install_root/bin/DBUpgrade.sh -propertiesFile migration_properties_file
    Important: Make sure that the DBUpgrade command has finished successfully before you move to the next step. The log is saved in profile_root/logs/DBUpgrade_timestamp.log. Check the log for errors or exceptions. If running DBUpgrade was unsuccessful, correct the errors and restore your databases from the backup before running the command again.
    Tip: If you are using Oracle, you might see an error similar to the following error:
    Executing upgrade step: Upgrade 8.5.0 schema to 8.5.5 for database ProcessServerDatabase.
    Error executing SQL statement: ORA-60019: Creating initial extent of size 14 in tablespace of extent size 8

    On Oracle, IBM Business Process Manager stores large objects (LOBs) with the SECUREFILE option. For SECUREFILE, it is recommended to use a tablespace with the AUTOALLOCATE option. If you use UNIFORM SIZE extents, ensure that the UNIFORM SIZE is big enough. Given the default block size of 8K, specify a UNIFORM SIZE of at least 120K. IBM BPM does not explicitly prescribe the tablespace options; it relies on the default Oracle settings (such as AUTOALLOCATE) to automatically manage extents. If you use tablespaces with a UNIFORM SIZE less than 120K, create new tablespaces with the AUTOALLOCATE option and make it the default tablespace for IBM BPM database schema users.

  12. For each stand-alone profile in the IBM Business Process Manager Express installation, complete the following steps:
    1. Restart the stand-alone application server. It takes a few minutes to complete the profile upgrade.

    2. Check for errors, as described in Identifying and recovering from profile upgrade or bootstrapProcessServerData errors, before you continue.
      Notes:
      The stand-alone profile is updated automatically during the first server startup after the refresh pack installation.
      The Business Space and Messaging Engine databases are not changed when you upgrade from IBM Business Process Manager V8.5.x to the V8.5.6 refresh pack.

  13. Update the web server plug-in.
    Some new web modules have been added to the product applications in the refresh pack. These modules are mapped to the web server if the existing product applications are mapped. However, the plugin-cfg.xml file for the web server must be updated with the new associations. In some cases, you might have to manually move the file to the web server after it has been generated in IBM Business Process Manager. For more information, see the Plug-ins configuration documentation.

  14. As part of upgrading the IBM BPM deployment environment to V8.5.6.0, a truststore for connections to IBM Blueworks Live (one per WebSphere cell, named BlueWorksLiveTrustStore) and a keystore for IBM BPM (one per IBM BPM deployment environment, named IBMBPMKeyStore-de_name) are added to the configuration. The truststore and the keystore use the same password as the WebSphere NodeDefaultKeyStore initially. If the WebSphere default keystore is not found, then the documented WebSphere default keystore password is used. You are advised to assign separate passwords to the BlueWorksLiveTrustStore truststore and to the IBMBPMKeyStore-de_name keystore.

  15. Optional: If you want to use IBM WebSphere SDK Java Technology Edition 7 or 7.1 rather than the existing Java 6, switch existing profiles. Follow the instructions in Switching the edition of Java used in IBM BPM.

  16. Optional: When you upgrade, the cleanup of shared business objects is automatically disabled. If you are using shared business objects in the source version, you might want to change the cleanupMaxVersionCount property to explicitly enable cleanup. See Cleaning up shared business objects for instructions.



Identifying and recovering from profile upgrade or bootstrapProcessServerData errors

After you install the V8.5 Refresh Pack 6 and start the server, it is advisable to check the log files even if an error is not reported.

When you start the server for the first time after you install the refresh pack, you might see an error message similar to the following message:

runConfigActions script execution failed. Exit code: 1
Exception caught while waiting for runConfigActions script to complete:
 

This error message indicates that a profile upgrade or bootstrapProcessServerData error occurred. The log files for profile upgrade and bootstrapProcessServerData actions are saved in the profile_root/logs directory, where profile_root is the home directory of the profile.

Note: For custom nodes, the bootstrapProcessServerData command is not run during node startup.
Check the following log files:
  • Profile upgrade log: profile_root/logs/BPMConfig_timestamp.log. Check for an error message similar to the following message: The 'BPMConfig.sh -upgrade -profile <profile>' command failed.
  • Log for bootstrapProcessServerData command log: profile_root/logs/bootstrapProcessServerData.log. Check for any errors or exceptions.
If you are using a DB2 database and the bootstrapProcessServerData command fails with the error DB2 SQL Error: SQLCODE=-1476, SQLSTATE=40506, SQLERRMC=-964, you must increase the default log file size using the following SQL statement (where @DB_NAME@ specifies the name of your Process Server database):
UPDATE DB CFG FOR @DB_NAME@ USING LOGFILSIZ 16384 DEFERRED;

After you have run the SQL statement, restart the deployment manager or stand-alone server.

Note: If you are upgrading multiple deployment environments, you might encounter an out-of-memory error when the bootstrapProcessServerData command is run. To solve this problem, increase the maximum heap size in the script install_root/BPM/Lombardi/tools/bootstrapProcessServerData.sh. Then restart the deployment manager or run the bootstrapProcesssServerData command for each deployment environment again. Note that bootstrapProcessServerData.sh should be updated for UNIX-based and Linux operating systems, but bootstrapProcessServerData.bat should be updated for Microsoft Windows operating systems.




Rolling back the IBM BPM environment

If you updated the profiles, multiple steps are needed to roll back the changes. Otherwise, your environment can become out of sync and not function properly.
Note: The IBM BPM environment will return to the state it was in before the fix was installed. Any work done after installing the fix is lost.

Rolling back the refresh pack requires that you successfully took a backup of your profiles and database before the installation of the refresh pack.

Important: Unless you restore the profiles and database from backup, profiles might not be usable after you roll back the refresh pack.

Procedure

To roll back the refresh pack and restore the profiles, complete the following steps:
  1. Ensure that you have EAR files for any applications that you installed since you ran the backupConfig command. Make note of any changes you made after backing up the profiles.

  2. Stop all the Java processes associated with the IBM BPM products being rolled back.
    1. Stop the single cluster or the three clusters in the following order: Application, Support, and then Messaging.
    2. Stop any other servers, the node agents, and then the deployment manager.
    3. Stop any other associated JVMs, such as the Profile Management Tool or the Quick Start console.
    4. If you have a Windows service or another function that automatically restarts the servers when they are down, ensure that the service or function is disabled until the upgrade process is complete.

  3. Roll back the fix using the Installation Manager. See Rolling back the refresh pack for instructions.

  4. Restore the backup of your Process Server database.

  5. Run the restoreConfig command for each profile.

  6. Clean the profile upgrade footprint to ensure that the profile will be upgraded and the system toolkits will be updated the next time you upgrade. To clean the profile upgrade footprint, delete these files:
    • BPMToolkitUpgrade_EXECUTED and BPMConfigUpgrade8560_EXECUTED in the profile_root/workspace directory
    • cacheActionRegistry.xml in the profile_root/properties/service/productDir/BPM directory

  7. If you rolled back to a version earlier than V8.5.6 (V8.5.0.x or V8.5.5), then, before you can start the deployment environment, you must define a JVM argument for the WebSphere server JVMs that run Business Space. In the administrative console, go to Servers > Server Types > WebSphere application servers. For each IBM BPM application cluster member (IBM BPM Advanced and IBM BPM Standard), or for the single IBM BPM application server (IBM BPM Express), perform the following steps:
    1. In the Name column, select the server link.

    2. In the Server Infrastructure section, expand Java and Process Management and select Process definition.

    3. In the Additional Properties section, select Java Virtual Machine.

    4. If "-Declipse.bundle.setTCCL=false" is not shown among the existing entries in the Generic JVM arguments field, add it to any existing entries and save your changes.

    5. Synchronize your changes to the managed nodes.

  8. To pick up the configuration changes, restart the IBM BPM application cluster (for IBM BPM Advanced or IBM BPM Standard) or the single IBM BPM application server (for IBM BPM Express).

  9. Start your IBM BPM environment. The environment is now rolled back to its previous state.
    • Start the deployment manager and each node agent.
    • Start the single cluster or the three clusters in the following order: Messaging, Application, and then Support.

  10. Reinstall needed applications or snapshots, and redo any other applicable configuration changes that you made since you ran the backupConfig command.


Additional information




You can find additional information on any of these topics in the IBM Business Process Manager product documentation.

Trademarks and service marks




For trademark attribution, visit the IBM Terms of Use Web site.

Original Publication Date

15 November 2013

[{"Product":{"code":"SSFTN5","label":"IBM Business Process Manager Advanced"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":"Installation \/ Configuration","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"},{"code":"PF033","label":"Windows"}],"Version":"8.5.6","Edition":"","Line of Business":{"code":"LOB45","label":"Automation"}},{"Product":{"code":"SSFTDH","label":"IBM Business Process Manager Standard"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":"Installation \/ Configuration","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF016","label":"Linux"},{"code":"","label":"Linux zSeries"},{"code":"PF027","label":"Solaris"},{"code":"PF033","label":"Windows"}],"Version":"8.5.6","Edition":"","Line of Business":{"code":"LOB45","label":"Automation"}},{"Product":{"code":"SSFTBX","label":"IBM Business Process Manager Express"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":"Installation \/ Configuration","Platform":[{"code":"PF016","label":"Linux"},{"code":"PF033","label":"Windows"}],"Version":"8.5.6","Edition":"","Line of Business":{"code":"LOB45","label":"Automation"}}]

Product Synonym

BPM

Document Information

Modified date:
17 June 2018

UID

swg27044938