Configuring after upgrade
This topic describes the tasks that you need to perform after upgrading BMC Decision Support for Server Automation.
Complete the following tasks after you upgrade.
- The authentication configuration settings are removed during upgrades. If you have implemented an authentication mechanism (other than SRP) before upgrade, implement it again.
- If you have upgraded on a discontinued operating system, import your custom reports that you exported before starting the upgrade process.
You can import custom reports by using the import utility available in Content Administration in IBM Cognos Administration (see IBM Cognos Administration and Security Guide at PDFs-and-videos). Back up the recently installed configuration files and ensure they are not in the same directory.
- For Inventory reporting, install the templates included with the Content Installer (if applicable).
For more information, see Installing-Inventory-templates-and-other-scripts. Ensure that you have upgraded to one of the following BMC Server Automation versions that are supported with the current version of BMC Decision Support for Server Automation:
BMC Decision Support for Server Automation version
BMC Server Automation version
8.7.00
- 8.7 Patches
- 8.6.01 Patch 1
Run the extract, transform, and load (ETL) process to transfer data from all sites to the reports data warehouse.
(Optional and for Oracle only) If you want to run the Health Dashboard and you have not provided the following permissions to the data warehouse user before upgrade, follow these steps:
- Provide these permissions to the data warehouse user:
- GRANT SELECT ON dba_data_files TO datawarehouseUser;
- GRANT SELECT ON dba_free_space TO datawarehouseUser;
- Compile the V_DB_SIZE view using the following command: Alter view V_DB_SIZE compile;
Related topics