The following topics provides detailed information about the process that you must perform to upgrade your BMC Cloud Lifecycle Management and Savvis integration from a previous version to the latest. You can upgrade to Savvis Provider 2.0 from Savvis Provider 1.0.
Before you begin
- Ensure that BMC Cloud Lifecycle Management solution 3.1 is installed on your machine.
If you have a previous version of BMC Cloud Lifecycle Management, then ensure that you have successfully upgraded to 3.1. See Upgrading for details.
To upgrade to Savvis Provider 2.0
Perform the upgrade sequence in the following table to upgrade from Savvis Provider 1.0 to Savvis Provider 2.0.
| | Order of tasks for upgrade |
|---|
| | |
| Update the provider definition | |
| Import the BMC Remedy AR System definition files | |
| Create the Savvis 1.0 Provider user account information
| |
| | - Extract the migration-manager-1.0.0.jar from Savvis 2.0.00 Windows Installer for CLM 3.1.00.zip.
- Navigate to the BMC Software\BMCCloudLifeCycleManagement\Platform_Manager\lib folder and replace the existing migration-manager-1.0.0.jar file with the downloaded migration-manager-1.0.0.jar file.
- Stop the BMC Platform Manager.
- Clear cache by deleting all the items present in the \BMC Software\BMCCloudLifeCycleManagement\Platform_Manager\cache and \temp folder.
- Start the BMC Platform Manager and ensure that the BMC Platform Manager has started successfully.
Note: Usually takes 15-20 minutes to start after clearing cache. Put BMC Platform Manager in maintenance mode by using the REST client.
POST http://<OSGI-HOST>:8080/csm/node/rejectIncomingRequestsOnAllNodes Start the migration of Savvis Provider 1.0 to Savvis Provider 2.0 by using the REST client.
POST http://<OSGI-HOST>:8080/migration/start
|
| | Verify whether upgrade is completed successfully: Check the migration status by using the REST client. GET http://<OSGI-HOST>:8080/migration/status Success should return for all tasks. - Check the migration status by using the migration.log file.
Logs will show Migration Completed Successfully.
|
| Post-upgrade configuration | Put BMC Platform Manager in normal mode using REST client. POST http://<OSGI-HOST>:8080/csm/node/acceptIncomingRequestsOnAllNodes - Stop, clear cache, and restart BMC Platform Manager.
Note: Wait for BMC Platform Manager to start successfully. Usually it takes 15-20 minutes to start after clearing cache. Run config.jsp to clear and flush cache. http://<hosts>:8080/arsys/shared/config/config.jsp This will also restart the mid tier.
|