Installing RPM on Host

This section describes how to install an RPM on host.

  1. Deliver the RPM file to the target host.

    RPMs that are shipped with CloudBlue Commerce distribution available by the following path:

    CloudBlue Commerce_DISTRIBUTION_DIRECTORY/os/OS_TYPE/OS_VERSION/RPMS/

    where

    • CloudBlue Commerce_DISTRIBUTION_DIRECTORY – Directory where the CloudBlue Commerce distribution is located.
    • OS_TYPE – Type of Operating System, for example: RHES.
    • OS_VERSION – Version of Operating System (OS).

    Other required RPMs can be obtained from the OS distribution.

  2. Log in to the target host via SSH under the root user's credentials.
  3. Execute the command:

    rpm -ihv RPM_FILE_NAME

    where RPM_FILE_NAME is the name of the RPM file. For example:

    rpm -ihv mc-4.6.1-0.8.1.i386.rpm