Creating a local mirror of the IBM Rational Software Architect update server

For Rational Software Architect, Version 6.0

© Copyright IBM Corporation 2004, 2005. All Rights Reserved.

This file is available in the following national languages:

Brazilian Portuguese Chinese - Simplified Chinese - Traditional
French German Italian
Japanese Korean Spanish

Contents

1.0 Downloading and extracting updates
2.0 Creating and updating site.xml files
3.0 Creating a policy.xml file
4.0 Installing updates from the local mirror of the update server

1.0 Downloading and extracting updates

To create a local mirror of the IBM® Rational® Software Architect update server, download the updates in the following table:
Rational Software Architect update FTP location
IBM Rational Product Updater 6.0.0.4 ftp://ftp.software.ibm.com/software/rationalsdp/updater/60/zips/rpu_6004.zip
Fix Pack 6.0.0.1 - IBM Rational Software Architect ftp://ftp.software.ibm.com/software/rationalsdp/rsa/60/zips/rsa60__fixpack6001.zip
IBM Rational Rose® Model Import ftp://ftp.software.ibm.com/software/rationalsdp/rsa/60/zips/rsa60_rose_mi_ifeature6001.zip
IBM Rational SoDA® Integration ftp://ftp.software.ibm.com/software/rationalsdp/rsa/60/zips/rsa60_soda_ifeature6001.zip
IBM Rational XDE Model Import ftp://ftp.software.ibm.com/software/rationalsdp/rsa/60/zips/rsa60_xde_mi_ifeature600101.zip
IBM WebSphere® Business Integration Modeler Integration ftp://ftp.software.ibm.com/software/rationalsdp/rsa/60/zips/rsa60_wbi_import_ifeature6001.zip
J2EE Connector Tools ftp://ftp.software.ibm.com/software/rationalsdp/rsa/60/zips/rsa60_j2c_ifeature6001.zip
Informix® 4GL to EGL Conversion Utility ftp://ftp.software.ibm.com/software/rationalsdp/rsa/60/zips/rsa60_egl_ifeature6001.zip

After you download the updates, extract the files to a target directory that will stage your local mirror of the update server.

Attention:

Note: You can extract all the updates to the same target directory. The updates do not overwrite each other.

2.0 Creating and updating site.xml files

Generally, an update site and a discovery site exist for each product. The update site contains product fixes, such as interim fixes and fix packs, and the discovery site contains optional features.

Note: There is no discovery site for the Rational Product Updater.

Each downloaded product 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 product 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:

  1. Open a site_identifier.xml file in a text editor. For example, open site_rmi_6001.xml.
  2. 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_6001.xml into the <site></site> section of site.xml.
  3. Copy the <feature/> information from each site_identifier.xml file into site.xml.


  4. For example, the following code displays the result of copying the <feature/> information from rsa\60\discovery\site_rmi_6001.xml and rsa\60\discovery\site_wbi_6001.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.rsa" version="6.0.0.1" url="features/com.ibm.rational.rose.model.import.rsa_6.0.0.1.jar"/>
       <feature id="proxy.rose.model.import.rsa.6001" version="1.0.0" url="features/proxy.rose.model.import.rsa.6001_1.0.0.jar"/>
       <feature id="proxy.rose.model.import.win32.rsa.6001" version="1.0.0" url="features/proxy.rose.model.import.win32.rsa.6001_1.0.0.jar"/>

       <!-- WBI -->
       <feature id="com.ibm.rational.wbi.rsa" version="6.0.0.1" url="features/com.ibm.rational.wbi.rsa_6.0.0.1.jar"/>
       <feature id="proxy.wbi.rsa.6001" version="1.0.0" url="features/proxy.wbi.rsa.6001_1.0.0.jar"/>
    </site>


    Note:
  5. Save and close the updated site.xml file. Keep the original site_identifier.xml files for reference.
  6. Close your text editor.

3.0 Creating a policy.xml file

Each downloaded product 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:

  1. Open a product\policy_identifier.xml file with a text editor. For example, open policy_6001.xml.
  2. In the main directory of your mirror site, save the file as policy.xml.
  3. 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:


  4. <?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>


  5. Add the URL map information from all other product\policy_identifier.xml files, such as rsa\policy_wbi_6001.xml.


  6. For each product that you can update from your local mirror of the 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.

  7. Edit each URL map to point to site.xml instead of site_identifier.xml. Your file will be similar to the following example:


  8. <?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>


  9. Create a URL map for the updates to the Rational Product Updater by typing a universally accessible absolute path to its site.xml file.


  10. <url-map pattern="com.ibm.orca.product.updater" url="http://server1/rational_updates/rpu/60/update/site.xml"/>

  11. Save the policy.xml file.
  12. Close your text editor.

4.0 Installing updates from the local mirror of the update server

After the local mirror of the update server is available, users can install updates by completing the following instructions.

Install updates with the same user account that installed Rational Software Architect.

Restrictions:

To install an update, complete the following steps:

  1. Start the Rational Product Updater:

  2. Note: On Red Hat Enterprise Linux 3.0 and SuSE Linux Enterprise Server 9.0, if you use a desktop environment other than the default, the product shortcuts might not appear in the default location.

  3. Click Preferences > Update Sites.
  4. Type the path to the policy.xml file that is in the main directory of the local mirror of the update server.
  5. Click OK.
  6. Click Find Updates or Find Optional Features.


  7. If the Rational Product Updater requires an update, you are prompted to install it before you can continue. Click OK. The Rational Product Updater installs the update, restarts, and retrieves a list of available updates.

  8. Select the update that you want to install.


  9. Tip: To view the description for an update, click the update. The description is displayed in the Detailed information pane.

  10. Click Install Updates or Install Optional Features.
  11. To accept the license agreement and continue the installation, click OK.


  12. 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.

  13. Close the Rational Product Updater.