(Click to open topic with navigation)
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:
Place the moab-offline tarball in the /opt directory and enter that directory.
mv moab-offline.tgz /opt cd /opt
Untar the moab-offline directory.
tar xvzf moab-offline.tgz
Copy the moab-offline.repo into place.
Copy to yum.repos.d.
cp moab-offline/moab-offline.repo /etc/yum.repos.d/
Update the cache.
yum clean all