Service Pack 5 (8.1.05)
This topic contains information about Service Pack 5 for BMC BladeLogic Server Automation version 8.1. The following sections describe:
- Updates included in the service pack
- Problems that are corrected in this service pack (for a list of open issues, see Known-issues-and-workarounds)
- A basic process for upgrading to the service pack
The topic includes the following sections:
About Service Pack 5
This service pack includes full installers for all components. You can download the service pack files from the BMC Electronic Product Distribution (EPD) website at http://webapps.bmc.com/epd. The build number for the service pack is 506, and the version number shown on EPD is 8.1.05.
What is in the service pack
This service pack includes the updates and corrected problems described in the following sections:
Upgrading to the service pack
To upgrade to this service pack, complete the tasks described in the following sections.
Review the supported upgrade paths
Download the files
Service Pack 5 operating system and installer file name matrix
Prepare for the upgrade
Review upgrade considerations
Run the service pack installers
Run database migration
You can migrate to BMC Server Automation version 8.1 SP5 only from version 7.6 and later versions. If you are running a version earlier than 7.6, you must first upgrade to version 7.6. See the BMC Server Automation Installation Guidefor version 7.6 for information about upgrading earlier versions.
Execute the SQL upgrade scripts
Upgrade the RSCD agents
See the "Upgrading RSCD agents" topic in the
.Upgrading custom configuration objects
You must maintain a version match between component templates, BLPackages, jobs, and custom configuration objects and agents.
Additional task for Compliance Content users
When upgrading to version 8.1 SP5, Content installation for all the templates fails with the following error:
This error shows up in the Appserver logs as the Exception while building content bundle error. To workaround this issue, you must download and execute an SQL script from the BMC Electronic Product Distribution (EPD) website.
Download the script
After you upgrade to version 8.1 SP5, you must download and execute the 81SP5-DB-Update-Script.sql script, available from the 8.1-SP5-DB-Update.zip file on the EPD website.
Execute the script using one of the following procedures (per platform) or copy and execute the whole script in your SQL IDE, such as Query Analyzer.
For Oracle platforms
- Copy the files to a location where you can use sqlplus to access the BMC BladeLogic Oracle schema.
- Start sqlplus as the BladeLogic user. For example: sqlplus bladelogicusername/password
- At the SQL> prompt type: start 81SP5-DB-Update-Script.sql
For SQL Server platforms
- Copy the script to a temporary directory.
- Navigate to the temporary directory, and login to the database using sqlcmd
- Execute the script by typing:
sqlcmd -S <bladelogicServer> -U <bladelogicUser> -d <OMdatabase> -i 81SP5-DB-Update-Script.sql -o 81SP5-DB-Update-Script.txt
where
bladelogicServer is the name of the server with the BladeLogic database,
bladelogicUser is the db owner of the BladeLogic database,
OMdatabase is the name of the BladeLogic database.