IBM Rational Product Updater Version 6.0.0.3 - Local installation instructions
© Copyright IBM Corporation 2000,  2005. All Rights Reserved.  
Contents
1.0 Overview
2.0 Installing the update
   2.1 Installation prerequisites
   2.2 Extracting the update from the downloaded ZIP file
   2.3 Creating policy.xml
   2.4 Configuring the Rational Product Updater to install the local update
3.0 Creating a local mirror of the Rational Software Development Platform update server
   3.1 Downloading and extracting the files for the local mirror of the update server
   3.2 Creating and updating site.xml files for the local mirror of the update server
   3.3 Creating policy.xml for the local mirror of the update server
   3.4 Installing updates from the local mirror of the update server
1.0 Overview
This document describes how to install a downloaded version of IBM® Rational® Product Updater Version 6.0.0.3, and how to create a local mirror of the Rational Software Development Platform update server.
2.0 Installing the update
2.1 Installation prerequisites
This update contains all previously released interim fixes to the Rational Product Updater. Therefore, you do not need to install any prior updates to the Rational Product Updater before installing this update.
You must have at least one Rational Software Development Platform desktop products installed on your system. The Rational Product Updater is installed automatically along with the first Rational software development product that you install.
2.2 Extracting the update from the downloaded ZIP file
Extract the file rpu_6003.zip to a temporary directory, such as C:\temp.
 
2.3 Creating policy.xml
To create the policy.xml file, complete the following steps: 
  - Navigate to <temp_dir>\rpu\, where <temp_dir> is the location of the extracted update.
- Open policy_6003.xml in a text editor.
- Edit the file to point to where you extracted the update. For example, if you extracted the update  to C:\temp, your modified file will be similar to the following example:
  
  
  <?xml version="1.0" encoding="UTF-8"?>
  <update-policy>
     <url-map pattern="com.ibm.orca.product.updater" url="file:///C:/temp/rpu/60/update/site_6003.xml"/>
  </update-policy>
  
  
  
  Note: On Linux™ operating systems, if you extracted the interim fix to the /root directory, your modified file will be similar to the following example:
  
  
  
  <?xml version="1.0" encoding="UTF-8"?>
  <update-policy>
     <url-map pattern="com.ibm.orca.product.updater" url="file:///root/rpu/60/update/site_6003.xml"/>
  </update-policy>
  
  
  
  - Save the updated file as policy.xml. Keep the original policy_6003.xml file as a reference.
- Close your text editor.
2.4 Configuring the Rational Product Updater to install the local interim fix
Install the update  with the same user account that installed your IBM Rational software development product.
Restriction: 
  - On Windows® operating systems, you must use an account with Administrator privileges. On Linux operating systems, you must use the root user account.
To install the update, complete the following steps: 
  - Start the Rational Product Updater: 
  
    - On Windows operating systems, click Start > Programs > IBM 
    Rational > Rational Product Updater. 
    
- On Red Hat Enterprise Linux 3.0, open the main menu and click 
    Programming > Rational Product Updater. 
    
- On SuSE Linux Enterprise Server 9.0 (GNOME desktop environment), open 
    the main menu and click Applications > Programming > Rational 
    Product Updater. 
    
- On SuSE Linux Enterprise Server 9.0 (K Desktop Environment), open the 
    main menu and click IBM Rational > Rational Product Updater. 
  
 
 
- Click Preferences > Update Sites.
- Type the path to the updated policy.xml file that you created in the previous section.
- Click OK.
- Click Find Updates.
  
  If your computer does not have Internet access, or cannot connect to the live IBM update server, a warning appears in the Rational Product Updater that states that other 
  update sites are not available.
  
  
  The Rational Product Updater will prompt you that it requires an update, and you are prompted to install it before you can 
  continue. Click OK. The Rational Product Updater installs the update and restarts.
  
  
  - Close the Rational Product Updater.
3.0 Creating a local mirror of the Rational Software Development Platform update server
You should create a local mirror of the Rational Software Development Platform update server if either of the following conditions is true:
  - You administer a set of product installations that do not have direct access to the Internet.
- You administer a set of product installations that would benefit from a local mirror of the Rational Software Development Platform update server.
3.1 Downloading and extracting the files for the local mirror of the update server
To create a local mirror of the Rational Software Development Platform update server, download the updates available for your Rational software development platform products from
    IBM Software Support.
To locate the ZIP files for product updates and optional features
for Rational software
development products on the IBM support Web site, do the following:
- In your browser, type www.ibm.com/support/. 
- On the next page, select Downloads and drivers from
the navigation bar.
- On the downloaded page, in the Category list select Software > Rational,
and in the Sub-category list select the name of your Rational software
development product. The search results for updates and optional features
for the product are displayed.
- Click on an update or feature to display detailed information, including
information on downloading and extracting a ZIP file of the update or feature.
For detailed instructions on installing an update or feature from
the extracted ZIP files, refer to the installation instructions provided
in the contents of the ZIP file.
After you download the updates, extract the files to a target directory that will stage your local mirror of the Rational Software Development Platform update server.
Attention: You must download the IBM Rational Product Updater 6.0.0.3.
Note: You can extract all the updates to the same target directory. The updates do not overwrite each other.
3.2 Creating and updating site.xml files for the local 
mirror of the update server
Generally, an update site and a discovery site exist for each product. The 
update site contains interim fixes and the discovery site contains optional 
features.
Note: There is no discovery site for updates to the Rational Product 
Updater.
Each downloaded interim fix contains a 
site_<identifier>.xml file in the 
<product>\60\update\ directory, and each 
downloaded feature contains a site_<identifier>.xml 
file in the <product>\60\discovery\ directory, 
where <identifier> identifies the interim fix or 
feature and <product> identifies the product. The 
site_<identifier>.xml files for updates to the 
Rational Product Updater are located in the rpu\60\update\ 
directory.
The update site and the discovery site each require a separate 
site.xml file. To create each site.xml file, you must 
combine the <feature/> information 
from the appropriate site_<identifier>.xml files.
To create or update a site.xml file, complete the following 
steps: 
  - Open a site_<identifier>.xml file in a text 
  editor. For example, open site_6003.xml. 
  
- Save the file as site.xml in the same directory. If the 
  directory already contains a file named site.xml, copy the <feature/> information from 
  site_rmi.xml into the <site></site> section of 
  site.xml. 
  
- Copy the <feature/> 
  information from each site_<identifier>.xml file 
  into site.xml. 
 
 For example, the following code displays 
  the result of copying the <feature/> information from 
  rsa\60\discovery\site_rmi.xml and 
  rsa\60\discovery\site_wbi_002.xml into 
  rsa\60\discovery\site.xml:
 
 <?xml version="1.0" encoding="UTF-8" ?>
 <site>
 <!-- Rose Model Import 
  -->
 <feature 
  id="com.ibm.rational.rose.model.import" version="6.0.0.0" 
  url="features/com.ibm.rational.rose.model.import_6.0.0.0.jar"/>
 <feature id="new.rose.model.import.600" version="1.0.0" 
  url="features/new.rose.model.import.600_1.0.0.jar"/>
 <feature id="new.rose.model.import.win32.600" version="1.0.0" 
  url="features/new.rose.model.import.win32.600_1.0.0.jar"/>
 
 <!-- WBI -->
 <feature id="com.ibm.rational.wbi" version="6.0.0.003" 
  url="features/com.ibm.rational.wbi_6.0.0.003.jar"/>
 <feature id="new.wbi.600003" version="1.0.0" 
  url="features/new.wbi.600003_1.0.0.jar"/>
 </site>
 
 Note:
    - Replace outdated feature information in the 
    <product>\60\discovery\site.xml file with 
    the latest feature information available. 
    
- Do not replace the previous feature information in the 
    <product>\60\update\site.xml file with the 
    latest interim fix information available. 
    
- The order of the feature information is not significant. 
 
 
- Save and close the updated site.xml file. Keep the original 
  site_<identifier>.xml files for reference. 
  
- Close your text editor. 
3.3 Creating policy.xml for the local mirror of the update 
server
Each downloaded interim fix and feature contains a 
<product>\policy_<identifier>.xml file 
that references its site_<identifier>.xml file. You 
must combine all of the policy_<identifier>.xml files 
into a single policy.xml file. After you create this file, you can 
use it for all product updates and reference the site.xml file that 
you created in the previous section.
To create the policy.xml file, complete the following steps: 
  - Open a 
  <product>\policy_<identifier>.xml file 
  with a text editor. For example, open policy_6003.xml. 
  
- In the main directory of your mirror site, save the file as 
  policy.xml. 
  
- Edit the URL map to point to site.xml instead of 
  site_<identifier>.xml. Ensure that you specify a 
  universally accessible absolute path to site.xml. For example, if 
  your mirror site is on a Web server named server1, your 
  policy.xml file will be similar to the following example: 
  
 
 <?xml version="1.0" encoding="UTF-8" 
  ?>
 <update-policy>
 <url-map pattern="com.ibm.rational.software.architect.update" 
  url="http://server1/rational_updates/rsa/60/update/site.xml/">
 </update-policy>
 
 
- Add the URL map information from all other 
  <product>\policy_<identifier>.xml 
  files.
 
 For each product 
  that can be updated from your local mirror of the Rational Software 
  Development Platform update server, you should have one URL map for the update 
  site and another URL map for the discovery site. Additional URL maps are 
  required for feature discovery sites. The patterns are provided in each 
  <product>\policy_<identifier>.xml file.
 
 
- Edit each URL map to point to site.xml instead of 
  site_<identifier>.xml. Your file will be similar to 
  the following example: 
 
 <?xml 
  version="1.0" encoding="UTF-8" ?>
 <update-policy>
 <url-map pattern="com.ibm.rational.software.architect.update" 
  url="http://server1/rational_updates/rsa/60/update/site.xml/">
 <url-map 
  pattern="com.ibm.rational.software.architect.discovery" 
  url="http://server1/rational_updates/rsa/60/discovery/site.xml/">
 <url-map pattern="com.ibm.rational.wbi.rsa" 
  url="http://server1/rational_updates/rsa/60/discovery/site.xml/">
 </update-policy>
 
 
- Create a URL map for the updates to the Rational Product Updater by typing 
  a universally accessible absolute path to its site.xml file. 
  
 
 <url-map 
  pattern="com.ibm.orca.product.updater" 
  url="http://server1/rational_updates/rpu/60/update/site.xml"/>
 
 
- Save the policy.xml file. 
  
- Close your text editor. 
3.4 Installing the product  updates from the local mirror of the update server
After the local mirror of the Rational Software Development Platform update server is available for use, users can install the product  updates by using the following instructions.
Install the updates with the same user account that installed the IBM Rational software development platform product.
Restriction: 
  - On Windows operating systems, you must use an account with Administrator privileges. On Linux operating systems, you must use the root user account.
To install the product updates, complete the following steps: 
  - Start the Rational Product Updater: 
  
    - On Windows operating systems, click Start > Programs > IBM 
    Rational > Rational Product Updater. 
    
- On Red Hat Enterprise Linux 3.0, open the main menu and click 
    Programming > Rational Product Updater. 
    
- On SuSE Linux Enterprise Server 9.0 (GNOME desktop environment), open 
    the main menu and click Applications > Programming > Rational 
    Product Updater. 
    
- On SuSE Linux Enterprise Server 9.0 (K Desktop Environment), open the 
    main menu and click IBM Rational > Rational Product Updater. 
  
 
 
- Click Preferences > Update Sites.
- Type the path to the policy.xml file that is in the main directory of the local mirror of the Rational Software Development Platform update server.
- Click OK.
- Click Find Updates.
  
  You are prompted to install and update to the Rational Product Updater before continuing. Click OK to continue.
  The Rational Product Updater installs the update and restarts.
  
  - If you downloaded updates for additional products, select updates to install from the list that is displayed.
  
  Tip: To view the description for the update, click the update. The description is displayed in the Detailed information pane.
  
  
  - Click Install Updates.
- To accept the license agreement and continue the installation, click OK.
  
  Depending on the speed of your computer processor and the amount of RAM in your computer, the update might take an extended period of time to install.
  
  
  After the installation is complete, the Rational Product Updater lists the installed updates on the Installed Products page.
  
- If you downloaded optional features for additional products, click Find Optional Features.
  
  
  - Select optional features to install from the list that is displayed.
  
  Tip: To view the description for the optional feature, click the feature. The description is displayed in the Detailed information pane.
  
  
  - Click Install Optional Features.
- To accept the license agreement and continue the installation, click OK.
  
  Depending on the speed of your computer processor and the amount of RAM in your computer, the update might take an extended period of time to install.
  
  
  After the installation is complete, the Rational Product Updater lists the installed optional features on the Installed Products page.
  
  
  - Close the Rational Product Updater.
IBM and Rational are trademarks of International Business Machines
Corporation in the United States, other countries, or both.
Windows is a trademark of Microsoft Corporation in the United States,
other countries, or both. 
Linux is a trademark of Linus Torvalds in the United States, other
countries, or both.