6.30 Preparing the Host – Offline Method

The offline method is available for configurations where the hosts in your environment do not have internet access in order to download the Moab HPC Suite RPM dependencies.

This topic describes how to deploy the moab-offline tarball so that you can install various Moab HPC Suite components and their dependencies on all the hosts in your environment.

On each host (physical machine), do the following:

  1. If you have not already done so, copy the moab-offline tarball to the host. For example, copy it from a CD, USB drive, or Shared network drive. See 6.29 Creating the moab-offline Tarball for instructions on how to create the tarball.
  2. Place the moab-offline tarball in the /opt directory and enter that directory.

    mv moab-offline.tgz /opt
    
    cd /opt
  3. Untar the moab-offline directory.

    tar xvzf moab-offline.tgz
  4. Copy the moab-offline.repo into place.

    1. Copy to yum.repos.d.

      cp moab-offline/moab-offline.repo /etc/yum.repos.d/
    2. Update the cache.

      yum clean all
    1. Copy to zypp.repos.d.

      cp moab-offline/moab-offline.repo /etc/zypp.repos.d/
    2. Update the cache.

      zypper clean
  5. Continue with instructions to install or upgrade the Moab HPC Suite components. See 6.28.3 Installation and Upgrade Process for more information.

© 2017 Adaptive Computing