Patch 1: version 4.4.00.01
This topic contains information about fixes and updates in this patch, and provides instructions for downloading and installing the patch.
Updates
This patch contains the following updates to the BMC Release Process Management product:
- (US180411) You can now add your own plugins written in Ruby to the BMC Release Process Management application. For more information, see Managing-plugins.
- (US179336) You can now see the active and archived status for properties and when you access components with REST API. For more information, see REST-components.
Downloading the patch
Perform the following steps to download the patch:
Create a directory in which to place the downloaded files.
- Go to http://www.bmc.com/available/epd.html.
- At the logon prompt, enter your user ID and password, and then click Submit.
- On the Export Compliance and Access Terms page, provide the required information, agree to the terms of the agreements, and click Continue.
- If you are accessing this site for the first time, create an EPD profile to specify the languages and platforms that you want to see, by using the EPD site help; otherwise, skip to step 6.
- Verify that the correct profile is displayed for your download purpose, and select the Product Patches tab.
- Expand BMC Application Management Suite > BMC Application Management Suite 2.5.00 > BMC Release Lifecycle Management (Package and Deployment, Process Management, and Application Automation) 4.4.00 and then expand BMC Release Lifecycle Management 4.4.00 to show its downloadable files.
- For a manual upgrade, select the following link for download:
- BMC Release Process Management 4.4.00 Patch 1 Manual Upgrade
- Click Download (FTP) or Download Manager:
- Download (FTP) places the selected items in an FTP directory, and the credentials and FTP instructions are sent to you in an email message.
- Download Manager enables you to download multiple files consecutively, and to resume an interrupted download if the connection drops.
This method requires a one-time installation of the Akami NetSession client program on the target computer and is usually the faster and more reliable way to transfer files. A checksum operation is used to verify file integrity automatically.
- Save the .zip file to a temporary directory.
Upgrading BMC Release Process Management to 4.4.00.01
- As an administrator or root user, log on to the server that hosts the database
- Save a backup of the database before performing the upgrade.
- Stop the BMC Release Process Management service for the current version.
- From the command line, run the following command:
- (Windows) dir <RLM_HOME>\Releases
- (Linux or Solaris ) cd <RLM_HOME>/Releases
- Create a directory with the following name: 4.4.00.01\RPM. Copy the downloaded brpm.war file to the <RLM_HOME>\Releases\4.4.00.01\RPM folder.
- Extract the brpm.zip file by using Java Archive Tool, UnZip, 7-Zip, or any other file extractor.
For example, for Java Archive tool, use the following command:
%JAVA_HOME%\bin\jar.exe -xvf <RLM_HOME>\Releases\4.4.00.01\RPM\brpm.zip. - Copy the following configuration files from <RLM_HOME>\releases\4.4.00.00\RPM\config to <RLM_HOME>\releases\4.4.00.01\RPM\config:
- database.yml
- automation_settings.rb
- smtp_settings.rb
- wicked_pdf_config.rb
- carrierwave_settings.rb
- Go to <RLM_HOME>\releases\4.4.00.01\RPM\config, and then open the torquebox.yml file in a text editor.
- For the web parameter, change the context value to "/brpm".
For the stomp parameter, change the host value from localhost to server IP address or domain name of your current BMC Release Process Management server.
- Save your changes to the torquebox.yml file.
- Go to <RLM_HOME>\server\jboss\standalone\deployments, and then open the RPM-knob.yml file in a text editor.
- Change the application root from <RLM_HOME>\Releases\4.4.00.00\RPM to <RLM_HOME>\Releases\4.4.00.01\RPM
- Save your changes to the RPM-knob.yml file.
- Go to <RLM_HOME>\bin and run the following executable file:
(Windows) setenv.bat
(UNIX) setenv.sh
Go to <RLM_HOME>\Releases\4.4.00.01\RPM\config and run the following code:
jruby -S rake --verbose db:migrate- Start the BMC Release Process Management service.
After the upgrade
After you perform upgrade to BMC Release Process Management version 4.4.00.01, complete the necessary steps as described in Additional-actions-after-the-patch-upgrade.
Related topic