This guide applies to customers installing behind a firewall or without a connection to the internet.
This article provides supplemental installation instructions if you are installing
TeamForge Orchestrate on a host(s) with restricted or no access to the internet. Follow the
installation instructions in
Installation walk-through through
step
4. After following instructions here, continue with
Installation walk-through, picking up with step
5.
-
Contact CollabNet Support
and request the TeamForge Orchestrate disconnected media package.
The file is named according to the pattern
collabnet-orchestrate-disconnected-media-<Version>.el6.x86_64.rpm,
where <Version> is replaced by numbers.
-
Copy the disconnected media package onto each host you intend
to use in the installation process.
For each host you wish to use in the installation, copy the disconnected media
rpm to the /tmp directory:
cp collabnet-orchestrate-disconnected-media-<Version>.el6.x86_64.rpm /tmp
-
Disable all OS yum repositories to prevent yum from making calls to the Internet.
cd /etc/yum.repos.d
Within each .repo file, edit each repository and set the enabled property to "0".
Add the following line to any repository without the enabled property:
-
Unpack the disconnected media package on target host(s).
sudo rpm -ivh collabnet-orchestrate-disconnected-media-<Version>.el6.x86_64.rpm
Continue with installation
-
Once complete, continue with Installation walk-through, picking
up with step 5.