Configure TeamForge patch installation repository for Red Hat/CentOS on sites without internet access

Follow these steps to configure TeamForge patch installation repository on sites without internet access.

  1. Contact the CollabNet Support to get the auxiliary installer package for TeamForge 8.1 disconnected installation and save it in /tmp.
    • Red Hat Enterprise Linux/CentOS 7.1 64 bit RPM package: CTF-Disconnected-media-8.1.0.1-215.el7.x86_64.rpm
    • Red Hat Enterprise Linux/CentOS 6.x 32 bit RPM package: CTF-Disconnected-media-8.1.0.1-215.el6.i386.rpm
    • Red Hat Enterprise Linux/CentOS 6.x 64 bit RPM package: CTF-Disconnected-media-8.1.0.1-215.el6.x86_64.rpm
  2. Back up the old repo file.
    • mv /etc/yum.repos.d/collabnet-8.1.0.0.repo /etc/yum.repos.d/collabnet-8.1.0.0.repo.cn_backup
  3. Unpack the disconnected installation package.
    • rpm -Uvh <package-name>
  4. Verify your yum configuration files.
    • yum list httpd
    • yum list apr

You have now successfully configured the yum package manager to look for the installation components it needs.

You can now continue with the rest of the steps to complete the TeamForge patch installation.