IBM Cloud Orchestrator, Version 2.5.0.8

Downloading the required image files

Before you install IBM® Cloud Orchestrator, download the required image files.

About this task

Download the required image files to a temporary download directory on the IBM Cloud Orchestrator Server.

In this procedure, the example download directory is /opt/ico_download and the example installation directory is /opt/ico_install/2.5.0-CSI-ICO-FP0008. Replace these values with the appropriate values for your installation.

Procedure

  1. Log on to the IBM Cloud Orchestrator Server as a root user.
  2. Create a temporary download directory:
    mkdir /opt/ico_download
  3. Download the IBM Cloud Orchestrator V2.5 Fix Pack 8 from Fix Central to the /opt/ico_download directory. The package file name is 2.5.0-CSI-ICO-FP0008.tgz.

    For the complete list of all part numbers for IBM Cloud Orchestrator, see Passport Advantage eAssemblies list at http://www-01.ibm.com/support/docview.wss?uid=swg27045668.

  4. Download the following IBM Business Process Manager packages from the IBM Passport Advantage® site to the /opt/ico_download directory:
    BPM_V86_Linux_x86_1_of_3.tar.gz 
    BPM_V86_Linux_x86_2_of_3.tar.gz 
    BPM_V86_Linux_x86_3_of_3.tar.gz
  5. Download the following IBM HTTP Server packages from the IBM Passport Advantage site to the /opt/ico_download directory:
    WAS_V8.5.5_SUPPL_1_OF_3.zip
    WAS_V8.5.5_SUPPL_2_OF_3.zip
    WAS_V8.5.5_SUPPL_3_OF_3.zip
  6. Unpack the 2.5.0-CSI-ICO-FP0008.tgz file from the download directory into the new /opt/ico_install/2.5.0-CSI-ICO-FP0008 install directory by running the following command:
    tar -xvf /opt/ico_download/2.5.0-CSI-ICO-FP0008.tgz -C /opt/ico_install
  7. Change directory to the installation subdirectory where the extracted contents are located:
    cd /opt/ico_install/2.5.0-CSI-ICO-FP0008
  8. Copy the IBM Business Process Manager files from the temporary download directory to the specified subdirectory:
    cp /opt/ico_download/BPM_V86_Linux_x86*.tar.gz ./data/orchestrator-chef-repo/packages/bpm_binaries
  9. Copy the IBM HTTP Server files from the temporary download directory to the specified subdirectory:
    cp /opt/ico_download/WAS_V8.5.5_SUPPL_*.zip ./data/orchestrator-chef-repo/packages/ihs_binaries
  10. If you want to install IBM Cloud Orchestrator with high-availability capabilities, download the following IBM Tivoli® System Automation for Multiplatforms packages:
    • From IBM Passport Advantage, download SA_MP_v4.1_Lnx.tar and copy it to /opt/ico_install/2.5.0-CSI-ICO-FP0008/data/orchestrator-chef-repo/packages/samp/ directory.
  11. If you want to install IBM Cloud Orchestrator Enterprise Edition, perform the following additional steps:
    1. Download the following file from the IBM Passport Advantage site to the /opt/ico_download directory:
      ICO_Ent_V250_1of4.tar
    2. Create a temporary directory by running the following command, for example:
      mkdir -p /opt/ico_download/ICOEnterprise
    3. Unpack the ICO_Ent_V250_1of4.tar file from the download directory into the new temporary directory by running the following command:
      tar -xvf /opt/ico_download/ICO_Ent_V250_1of4.tar -C /opt/ico_download/ICOEnterprise
    4. Copy the license directory to the /opt/ico_install/2.5.0-CSI-ICO-FP0008 directory by running the following command:
      cp --preserve /opt/ico_download/ICOEnterprise/license/* \ 
         /opt/ico_install/2.5.0-CSI-ICO-FP0008/license/
      Answer yes if you are prompted to overwrite any file.
  12. If you want to install or upgrade the additional components for IBM Cloud Orchestrator Enterprise Edition, see the Download Document for a list of the images to be downloaded for the following products:
    • IBM SmartCloud® Cost Management
    • IBM Tivoli Monitoring
    • IBM Tivoli Monitoring for Virtual Environments
    • Jazz™ for Service Management
    For information about installing IBM Cloud Orchestrator Enterprise Edition, see Installing IBM Cloud Orchestrator Enterprise Edition.