Skip to main content

Software  >  Rational  >  

IBM Installation Manager, Version 1.3.2

 Downloadable files
 
Abstract
This document describes how to download and install IBM® Installation Manager, Version 1.3.2.
 
Download Description

IBM Installation Manager helps you install, update, modify, roll back and uninstall packages on your workstation.

This release can be used for an initial installation or as a fix pack to update an existing installation of Installation Manager. If you are installing Installation Manager for the first time, simply download and install version 1.3.2.

Used as a fix pack, this release updates any of the following versions of IBM Installation Manager with new features, enhancements, and fixes:
1.3.1
1.3
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0.2
1.1.0.1
1.1


These sections describe the content of Installation Manager, Version 1.3.2:


Find installation prerequisites and instructions and information on how to get technical support at the end of this document:



Cumulative updates

This version is a cumulative release that includes all fixes, enhancements, and new features from the following versions:




New in this release

Platform support additions

Windows support

The IBM Installation Manager now supports the following Windows® platforms:
  • Windows 7 Professional, Enterprise, and Ultimate
  • Windows 2008 Server R2





Known problems
Known problems are documented in the form of individual technotes in the Support knowledge base at: http://www.ibm.com/software/rational/support/. As problems are discovered and resolved, the knowledge base is updated and maintained with any new information. By searching the knowledge base, you can quickly find workarounds or solutions to problems.

The following links launch customized queries of the live Support knowledge base:

For news, education, and other information, visit the Installation Manager Support page: http://www.ibm.com/software/awdtools/installmanager/support/index.html



Fixed APAR List

The following is a list of APARs fixed in IBM Installation Manager version 1.3.2:


APAR number

Headline

JR32720

Issue licensing IBM Rational Data and Application Modeling Bundle

PK84565

Error in agentLog after importing a floating license

PK90886

IBM Installation Manager crashes on on RHEL4 when resizing

PK82241

New merge attribute for license command to add data to license.opt



Online product documentation

For up-to-date information about using Installation Manager, visit the Installation Manager Information Center at: http://publib.boulder.ibm.com/infocenter/install/v1r2/index.jsp.

This resource may be updated intermittently between releases.



 
Prerequisites

Refer to this section for hardware, software, or other requirements for installing this fix pack.

You must have internet access to update software or to download the packages listed later on this page. If you have Installation Manager installed and are updating to version 1.3.2, Installation Manager must be able to access www.ibm.com.


 
 
Installation Instructions

You can use version 1.3.2 of Installation Manager either as an update to an existing installation or for a first-time installation. The instructions for each method of installation are outlined here.


Important: Review the installation
prerequisites above before you begin.


Update an existing installation of Installation Manager

If Installation Manager is currently installed and you are using this release as a fix pack, use one of the following three methods.

A. Use the update capability of Installation Manager:
  1. Run Installation Manager.
  2. Verify that updates are enabled. Open File > Preferences... > Updates and select Search for Installation Manager update.
  3. Verify that service repositories are searched. Open File > Preferences... > Repositories and select Search service repositories during installation and updates.
  4. On the start page of the Installation Manager, click Update.

B. Download and execute a platform specific install kit. (Note: Do this if the computer that has Installation Manager installed does not have access to the internet.)

  1. Download the platform specific install kit zip file from the FTP or Download Director (DD) site found in the Download package table below. For example, download zip file agent.installer.win32.win32.x86.zip for Windows.
  2. Extract the compressed file to a directory. For example, extract to C:\temp.
  3. Either
      a. For a GUI based install, execute install.exe on Windows or install on Linux and UNIX systems.
      b. For a silent install, open a command prompt to the extracted directory.  For example, C:\temp.  Run the command:
        Windows: installc --launcher.ini silent-install.ini
        Linux and UNIX systems: ./install --launcher.ini silent-install.ini

C. Download and install version 1.3.2 as a fix pack. (Note: Do this if the computer that has Installation Manager installed does not have access to the internet.)
  1. Download the com.ibm.cic.agent.offering.zip fix pack from the FTP or Download Director (DD) site found in the Download package table below. Note: Do not download a platform specific zip file like agent.installer.win32.win32.x86.zip.
  2. Extract the compressed file in an appropriate directory. For example, extract to C:\temp.
  3. Add the fix pack repository location in IBM Installation Manager:
    1. Start IBM Installation Manager.
    2. On the Start page of Installation Manager, click File > Preferences, and then click Repositories.
    3. The Repositories page opens.
    4. On the Repositories page, click Add Repository.
    5. In the Add repository window, browse to or enter the file path to the repository.config file, which is located in the directory where you extracted the compressed files. For example, enter C:\temp\ or C:\temp\repository.config and then click OK.
  4. On the start page of the Installation Manager, click Update.

D. Perform a silent update of the Installation Manager.

1. You will need to set the preferences: com.ibm.cic.common.core.preferences.searchForUpdates and com.ibm.cic.agent.core.pref.offering.service.repositories.areUsed. Find information on this preference here: http://publib.boulder.ibm.com/infocenter/install/v1r2/topic/com.ibm.silentinstall12.doc/topics/r_silent_prefs.html.

Create the file setSearchForUpdates.xml with the contents:

<?xml version="1.0" encoding="UTF-8"?>
<agent-input>
 <preference value='true'  name='com.ibm.cic.common.core.preferences.searchForUpdates'/>
 <preference value='true'  name='com.ibm.cic.agent.core.pref.offering.service.repositories.areUsed'/>
</agent-input>

2. Execute the Installation Manager installer, specifying the silent install.ini file and the new XML file.  On Windows, the command is as follows:

    IBMIMc.exe --launcher.ini silent-install.ini -input setSearchForUpdates.xml

3. You can now update all other installed products.

    IBMIMc.exe --launcher.ini silent-install.ini -updateAll


Install IBM Installation Manager for the first time

If IBM Installation Manager is not currently installed, you can install this version by completing these steps.

NOTE: For products that are installed by IBM Installation Manager, starting the installation process from the product launchpad causes Installation Manager to be automatically installed if it is not already on your computer. Furthermore, the installation process is already configured with the location of the repository that contains the installation package. If you install Installation Manager separately from these instructions, you must configure the repository preferences manually once Installation Manager is installed.

1. Find the appropriate installer package file name in this table, and then download the installer from the download URL in the Download package table below:

File nameOS
agent.installer.win32.win32.x86.zipWindows®
agent.installer.linux.gtk.x86.zip,
agent.installer.linux.gtk.s390.zip,
agent.installer.linux.gtk.ppc.zip
Linux
agent.installer.solaris.gtk.x86.zip, agent.installer.solaris.gtk.sparc.zipSolaris
agent.installer.hpux.motif.ia64_32.zip, agent.installer.hpux.motif.PA_RISC.zipHP-UX
agent.installer.aix.motif.ppc.zipAIX

2. Extract the compressed file into an appropriate directory.
3. Run install.exe (Windows) or install (Linux/Solaris/HP-UX/AIX). The Installation Manager installer starts.
4. Follow the installer wizard pages to install Installation Manager. Note: IBM Installation Manager starts after the installation is completed.




You can download the fix pack using either Download Director or FTP from the table below. If you are unable to use either of these methods, you can download the fix pack using HTTP from the following URL:
http://download.boulder.ibm.com/ibmdl/pub/software/rationalsdp/v7/im/132/zips/
 
Download package
What is DD?
Download RELEASE DATE LANGUAGE SIZE(Bytes) Download Options
agent.installer.win32.win32.x86_1.39/25/2009English88477010FTP DD
agent.installer.linux.gtk.ppc_1.3.29/25/2009English95709439FTP DD
agent.installer.linux.gtk.s390_1.3.9/25/2009English90610116FTP DD
agent.installer.linux.gtk.x86_1.3.29/25/2009English89011159FTP DD
agent.installer.solaris.gtk.sparc_19/25/2009English95208752FTP DD
agent.installer.solaris.gtk.x86_1.39/25/2009English877298742FTP DD
agent.installer.aix.motif.ppc_1.3.29/25/2009English89988722FTP DD
agent.installer.hpux.motif.PA_RISC_9/25/2009English107021425FTP DD
agent.installer.hpux.motif.ia64_32_9/25/2009English93173412FTP DD
com.ibm.cic.agent.offering_1.3.2.zi9/25/2009English488803576FTP DD
 
Technical support
IBM Rational Software Support provides you with technical assistance.

For contact information and guidelines or reference materials that you will need when you require support, read the IBM Software Support Handbook at: http://www14.software.ibm.com/webapp/set2/sas/f/handbook/home.html.


Refer to the Installation Manager Support page: http://www.ibm.com/software/awdtools/installmanager/support/index.html.

Before you contact IBM Rational Software Support, gather the background information that you will need to describe your problem. When describing a problem to an IBM software support specialist, be as specific as possible and include all relevant background information so that the specialist can help you solve the problem efficiently. To save time, know the answers to these questions:

  • What software versions were you running when the problem occurred?

  • Do you have logs, traces, or messages that are related to the problem?

  • Can you reproduce the problem? If so, what steps do you take to reproduce it?

  • Is there a workaround for the problem? If so, be prepared to describe the workaround.
 
 

Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.
Rate this page
Please take a moment to complete this form to help us better serve you.
This material provides me with the information I need.




This material is clear and easy to understand.




Did the information help you to achieve your goal?
What updates, improvements, or related information would you like to see in this document?
Your response will be used to improve our document content. Requests for assistance, if applicable, should be submitted through your normal support channel as we cannot respond from this site.
Input the verification number to submit feedback:
Document information
 Product categories:
 Software
 Software Development
 Other Software Development
 IBM Installation Manager
 Install
 Operating system(s):
  AIX, HP-UX, Linux, Solaris, Windows
 Software version:
  1.3.2
 Reference #:
  4024055
 IBM Group:
 Software Group
 Modified date:
 2009-09-24

Translate My Page
 
 

Rate this page

Help us improve this page. Your response will be used to improve our document content. Requests for assistance, if applicable, should be submitted through your normal support channel as we cannot respond from this site.