Upgrade binary RPM package

Use the following instructions to upgrade the binary RPM package from 1.0.0.0-63 to 1.0.0.0-66.

These steps apply to RHEL/CentOS 7. For RHEL/CentOS 6, replace collabnet-binary-1.0.0.0-63.el7.x86_64 with collabnet-binary-1.0.0.0-63.el6.x86_64 wherever appropriate.
  1. Stop the binary service.
    • /etc/init.d/binary stop
  2. Remove the existing RPM package (collabnet-binary-1.0.0.0-63).
    • rpm -e collabnet-binary-1.0.0.0-63.el7.x86_64 --nodeps
  3. Run the following commands:
    • yum clean all
    • yum install collabnet-binary-1.0.0.0-66.el7.x86_64
    If you are doing this without Internet access, contact the CollabNet Support to get the binary RPM package collabnet-binary-1.0.0.0-66.el7.x86_64.rpm and install it on your system.
    • Run the following commands:
      • yum clean all
      • rpm -ivh collabnet-binary-1.0.0.0-66.el7.x86_64.rpm
  4. Start the binary service.
    • /etc/init.d/binary start
  5. Ensure that the binary service is running.
    • /etc/init.d/binary status

    In addition, ensure that the new RPM package is installed by checking the version number in rpm -qa | grep binary.