[AIX Solaris HP-UX Linux Windows]

Installing the WebSphere Customization Toolbox using the command line

You can install the WebSphere Customization Toolbox using the Installation Manager command line.

Before you begin

Note: In version 8.5.5.11 and higher, when using Java SE 8 as the default SDK, the graphical user interface (GUI) for the WebSphere Customization Toolbox is supported only on AIX®, HP-UX, Linux, and Windows. The GUI is not supported on Solaris systems when using Java SE 8 as the default SDK. To use the WebSphere Customization Toolbox on Solaris when using Java SE 8, use the wctcmd -tool pct command. You can continue to use the GUI on all supported platforms that are supported by Java SE 6, but no service can be provided after the end of support in April 2018, which could expose your environment to security risks.
Important: Before installing the product, you must read the license agreement that you can find with the product files. Signify your acceptance of the license agreement by specifying -acceptLicense in the command as described in the procedure.
Install Installation Manager on each of the systems onto which you want to install the product.
  • If you want to use the Installation Manager that is included with this product, perform the following actions:
    1. Obtain the necessary files.
      There are three basic options for obtaining and installing Installation Manager and the product.
      • Access the physical media, and use local installation
        You can access the product repositories on the product media.
        1. Install Installation Manager on your system.

          You can install Installation Manager using the product media, using a file obtained from the Passport Advantage® site, or using a file containing the most current version of Installation Manager from the IBM® Installation Manager download website.

        2. Use Installation Manager to install the product from the product repositories on the media.
      • Download the files from the product website, and use local installation
        You can download the necessary product repositories from the product website.
        1. Download the files from the product website.
        2. Install Installation Manager on your system.

          You can install Installation Manager using the product media, using a file obtained from the Passport Advantage site, or using a file containing the most current version of Installation Manager from the IBM Installation Manager download website.

        3. Use Installation Manager to install the product from the downloaded repositories.
      • Access the live repositories, and use web-based installation
        You can install the product from the web-based repositories.
        1. Install Installation Manager on your system.

          You can install Installation Manager using the product media, using a file obtained from the Passport Advantage site, or using a file containing the most current version of Installation Manager from the IBM Installation Manager download website.

        2. Use Installation Manager to install the product from the web-based repository located at
          https://www.ibm.com/software/repositorymanager/com.ibm.websphere.WCT.v85 
          Note: This location does not contain a web page that you can access using a web browser. This is a remote web-based repository location that you must specify for the value of the -repositories parameter so that the imcl command can access the files in this repository to install the product.

        Whenever possible, you should use the remote web-based repositories so that you are accessing the most up-to-date installation files.

    2. Change to the location containing the Installation Manager installation files, and run one of the following commands:
      Administrative installation:
      • Windows: installc.exe -acceptLicense -log log_file_path_and_name
      • AIX, HP-UX, Linux, and Solaris: ./installc -acceptLicense -log log_file_path_and_name
      Non-administrative installation:
      • Windows: userinstc.exe -acceptLicense -log log_file_path_and_name
      • AIX, HP-UX, Linux, and Solaris: ./userinstc -acceptLicense -log log_file_path_and_name
      Group-mode installation (AIX, HP-UX, Linux, and Solaris only):
      ./groupinstc -acceptLicense -dataLocation application_data_location -log log_file_path_and_name -installationDirectory Installation_Manager_home
      Notes on group mode:
      • Group mode allows users to share packages in a common location and manage them with the same instance of Installation Manager.
      • Group mode is not available on Windows operating systems.
      • If you do not install Installation Manager using group mode, you will not be able to use group mode to manage any of the products that you install later using this Installation Manager.
      • Make sure that you change the installation location from the default location in the current user's home directory to a location that is accessible by all users in the group.
      • Set up your groups, permissions, and environment variables as described in the Group mode road maps in the IBM Installation Manager documentation before installing in group mode.
  • If you already have Installation Manager Version 1.5.2 or later installed on your system and you want to use it to install and maintain the product, obtain the necessary product files.
    There are three basic options for installing the product.
    • Access the physical media, and use local installation

      You can access the product repositories on the product media. Use Installation Manager to install the product from the product repositories on the media.

    • Download the files from the product website, and use local installation
      You can download the necessary product repositories from the product website.
      1. Download the product repositories from the product website.
      2. Use Installation Manager to install the product from the downloaded repositories.
    • Access the live repositories, and use web-based installation
      You can use Installation Manager to install the product from the web-based repositories. Use Installation Manager to install the product from the web-based repository located at
      https://www.ibm.com/software/repositorymanager/com.ibm.websphere.WCT.v85 
      Note: This location does not contain a web page that you can access using a web browser. This is a remote web-based repository location that you must specify for the value of the -repositories parameter so that the imcl command can access the files in this repository to install the product.

      Whenever possible, you should use the remote web-based repositories so that you are accessing the most up-to-date installation files.

Procedure

  1. Optional: If the repository requires a username and password, create a keyring file to access this repository.
    Tip: When creating a keyring file, append /repository.config at the end of the repository URL location if the imutilsc command is unable to find the URL that is specified.
    Supported configurations:

    Starting in Installation Manager Version 1.6.2, the -keyring and -password options that were used to access credentials in a key ring file are deprecated. For Installation Manager Version 1.6.2 and later, use the -secureStorageFile and -masterPasswordFile options to store credentials in a credential storage file.

    In Version 1.7, the format of the secure storage file is revised, and is no longer compatible with versions of Installation Manager before version 1.7. Update Installation Manager to version 1.7 or higher and then re-create and replace any secure storage files that you created with earlier versions.

    There is no migration path from key ring files to storage files because of the differences in the file structures. You must create a storage file to replace a key ring file. For more information about using the -secureStorageFile and -masterPasswordFile options to store credentials in a credential storage file, see the IBM Installation Manager documentation.

  2. Log on to your system.
  3. Change to the eclipse/tools subdirectory in the directory where you installed Installation Manager.
  4. Verify that the product repository is available.
    Windows:
    imcl.exe listAvailablePackages -repositories source_repository
    AIX, HP-UX, Linux, and Solaris:
    ./imcl listAvailablePackages -repositories source_repository
    You should see one or more levels of the offering.
  5. Use the imcl command to install the product.
    Windows:
    imcl.exe install com.ibm.websphere.WCT.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
    
    AIX, HP-UX, Linux, and Solaris:
    ./imcl install com.ibm.websphere.WCT.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
    
    Tips:
    • 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 you run the following command against the repository:
      imcl listAvailablePackages -repositories source_repository
    • You 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.
    • You can add a list of tools that are separated by commas—the feature ID zpmt indicates the Profile Management Tool (z/OS only), zmmt indicates the z/OS Migration Management Tool, pct indicates the Web Server Plug-ins Configuration Tool, and installtools indicates the Remote Installation Tool for IBM i.

      If a list of features is not specified, the default features are installed.

    • 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 documentation.