WAS v8.5 > Develop applications > Develop Client applications > Develop client applications > Install, updating, rolling back, and uninstalling the Application Client for IBM WAS

Install the Application Client using the command line

We can install the Application Client using the Installation Manager command line.

Before installing the product, you must read the license agreement that we can find with the product files. Signify your acceptance of the license agreement by specifying -acceptLicense in the command as described below.


Install Installation Manager on each of the systems onto which to install the product.

  1. Optional: If the repository requires a username and password, create a keyring file to access this repository.

    For more information on creating a keyring file for Installation Manager, read the IBM Installation Manager v1.5 Information Center.

  2. Log on to the system.

  3. Change to the eclipse/tools subdirectory in the directory where you installed Installation Manager.
  4. Verify the product repository is available.

      imcl.exe listAvailablePackages -repositories source_repository

      ./imcl listAvailablePackages -repositories source_repository
    You should see one or more levels of the offering.

  5. Use the imcl command to install the product.

    imcl.exe install com.ibm.websphere.APPCLIENT.v85_offering_version,optional_feature_ID
      -repositories source_repository 
      -installationDirectory installation_directory
      -sharedResourcesDirectory shared_directory
      -accessRights access_mode
      -preferences preference_key=value
      -properties property_key=value
      -keyring keyring_file -password password
      -acceptLicense

    ./imcl install com.ibm.websphere.APPCLIENT.v85_offering_version,optional_feature_ID
      -repositories source_repository 
      -installationDirectory installation_directory 
      -sharedResourcesDirectory shared_directory
      -accessRights access_mode
      -preferences preference_key=value
      -properties property_key=value
      -keyring keyring_file -password password
      -acceptLicense

    Notes:

    • The relevant terms and conditions, notices, and other information are provided in the license-agreement files in the lafiles or product_name/lafiles subdirectory of the installation image or repository for this product.
    • The offering_version, which optionally can be attached to the offering ID with an underscore, is a specific version of the offering to install (8.5.0.20110503_0200 for example).

      • If offering_version is not specified, the latest version of the offering and all interim fixes for that version are installed.

      • If offering_version is specified, the specified version of the offering and no interim fixes for that version are installed.

      The offering version can be found attached to the end of the offering ID with an underscore when we run the following command against the repository:

        imcl listAvailablePackages -repositories source_repository
    • We can also specify none, recommended or all with the -installFixes argument to indicate which interim fixes you want installed with the offering.

      • If the offering version is not specified, the -installFixes option defaults to all.

      • If the offering version is specified, the -installFixes option defaults to none.

    • We can add a list of features that are separated by commas.

      In the following list, the optional feature IDs are enclosed in parentheses:

      • IBM Developer Kit, Java 2 Technology Edition

        • Java 2 Runtime Environment (javaruntime)
        • Developer Kit (developerkit)

      • Samples (samples)
      • Standalone Thin Clients, Resource Adapters, and Embeddable Containers

        • Standalone Thin Clients Runtime (standalonethinclient.resourceadapter.runtime)
        • Standalone Thin Clients Samples (standalonethinclient.resourceadapter.samples)
        • Embeddable EJB Container (embeddablecontainer)

      If no features are specified, the required features and those selected by default (javaruntime, developerkit, and embeddablecontainer) are installed. To install only the features you want, specify the list of features explicitly.

    • The -accessRights parameter is not required if you previously specified the mode in which to install Installation Manager.
    • The program might write important post-installation instructions to standard output.

    For more information on using the imcl command to install the product, see the IBM Installation Manager v1.5 Information Center.


Related


Install, updating, rolling back, and uninstalling the Application Client for IBM WAS
Install the Application Client using the GUI
Install the Application Client using response files
Install and removing features in the Application Client
Install fix packs on the Application Client using the GUI
Uninstall fix packs from the Application Client using the GUI
Uninstall the Application Client using the GUI
Uninstall the Application Client using response files
Uninstall the Application Client using the command line


+

Search Tips   |   Advanced Search