IBM Support

How to configure Red Hat Enterprise Linux 6 to run Rational ClearCase

Question & Answer


Question

How do you configure a Red Hat Enterprise Linux 6 system to install and run IBM Rational ClearCase?

Cause

ClearCase requires some system packages which may not be installed on your Red Hat Enterprise Linux 6 system. These packages must be installed before you install and configure ClearCase.

Answer

Refer to technote 1459143: Unable to install Installation Manager on RHEL 6.0/6.1 (64-bit) if you need help installing the Installation Manager itself.

The set of packages that must be installed depends on the ClearCase version (7.1.2.x, 8.0.x.x or 9.0.x.x) as well as on the system architecture (IA32, X86_64, PPC or S390).
The system installer is able to detect if a package is already installed on the system. If that is the case, it will not be reinstalled.

Refer to the ClearCase version and the hardware architecture of the Operating System you want to install for details.

1. Configuration Requirements for ClearCase 64-bit 9.0.1.x, x86_64:
List of packages

  • "X Window System" (yum group)
  • "Desktop" (yum group)
  • libacl
  • libXmu
  • openmotif
  • ncurses-libs
  • libstdc++
  • libXp
    Note: As of ClearCase version 9.0.1.1, the libxp package does not need to be installed.

To install the packages, open a terminal and type the following two command lines (each command in a single line):
# sudo yum -y groupinstall "X Window System" Desktop
# sudo yum -y install libacl libXmu ncurses-libs openmotif libXp

2. Configuration Requirements for ClearCase 32-bit 9.0.x, x86 or x86_64
List of packages
  • "X Window System" (yum group)
  • "Desktop" (yum group)
  • libacl.i686
  • libXmu.i686
  • openmotif.i686
  • ncurses-libs.i686
  • libstdc++.i686
  • libXp.i686
    Note: As of ClearCase version 9.0.1.1 and version 9.0.0.5, the libxp package does not need to be installed.

To install the packages, open a terminal and type the following two command lines (each command in a single line):
# sudo yum -y groupinstall "X Window System" Desktop
# sudo yum -y install libacl.i686 libXmu.i686 ncurses-libs.i686 openmotif.i686 libXp.i686



3. Configuration Requirements for ClearCase 9.0.x, PPC
List of packages
  • "X Window System" (yum group)
  • "Desktop" (yum group)
  • libacl.ppc
  • libXmu.ppc
  • openmotif.ppc
  • ncurses-libs.ppc
  • libXp.ppc

  • Note: As of ClearCase version 9.0.1.1 and version 9.0.0.5, the libxp package does not need to be installed.

To install the packages, open a terminal and type the following two command lines (each command in a single line):
# sudo yum -y groupinstall "X Window System" Desktop
# sudo yum -y install libacl.ppc libXmu.ppc ncurses-libs.ppc openmotif.ppc libXp.ppc

4. Configuration Requirements for ClearCase 9.0.x, S390x
List of packages
  • "X Window System" (yum group)
  • "Desktop" (yum group)
  • libacl.s390
  • libXmu.s390
  • openmotif.s390
  • ncurses-libs.s390
  • libXp.s390
    Note: As of ClearCase version 9.0.1.1 and version 9.0.0.5, the libxp package does not need to be installed.

To install the packages, open a terminal and type the following two command lines (each command in a single line):
# sudo yum -y groupinstall "X Window System" Desktop
# sudo yum -y install libacl.s390 libXmu.s390 ncurses-libs.s390 openmotif.s390 libXp.s390

5. Configuration Requirements for ClearCase 8.0.x, IA32
List of packages
  • "X Window System" (yum group)
  • "Desktop" (yum group)
  • libacl
  • libXmu
  • libXp
  • openmotif
  • ncurses-libs

To install the packages, open a terminal and type the following two command lines (each command in a single line):
# sudo yum -y groupinstall "X Window System" Desktop
# sudo yum -y install libacl libXmu libXp ncurses-libs openmotif

6. Configuration Requirements for ClearCase 8.0.x, X86_64
List of packages
  • "X Window System" (yum group)
  • "Desktop" (yum group)
  • libacl.i686
  • libXmu.i686
  • libXp.i686
  • openmotif.i686
  • ncurses-libs.i686
  • libstdc++.i686

To install the packages, open a terminal and type the following two command lines (each command in a single line):
# sudo yum -y groupinstall "X Window System" Desktop
# sudo yum -y install libacl.i686 libXmu.i686 libXp.i686 ncurses-libs.i686 openmotif.i686

7. Configuration Requirements for ClearCase 8.0.x, PPC
List of packages
  • "X Window System" (yum group)
  • "Desktop" (yum group)
  • libacl.ppc
  • libXmu.ppc
  • libXp.ppc
  • openmotif.ppc
  • ncurses-libs.ppc

To install the packages, open a terminal and type the following two command lines (each command in a single line):
# sudo yum -y groupinstall "X Window System" Desktop
# sudo yum -y install libacl.ppc libXmu.ppc libXp.ppc ncurses-libs.ppc openmotif.ppc

8. Configuration Requirements for ClearCase 8.0.x, S390x
List of packages
  • "X Window System" (yum group)
  • "Desktop" (yum group)
  • libacl.s390
  • libXmu.s390
  • libXp.s390
  • openmotif.s390
  • ncurses-libs.s390

To install the packages, open a terminal and type the following two command lines (each command in a single line):
# sudo yum -y groupinstall "X Window System" Desktop
# sudo yum -y install libacl.s390 libXmu.s390 libXp.s390 ncurses-libs.s390 openmotif.s390

9. Configuration Requirements for ClearCase 7.1.2.x, IA32
List of packages
  • "X Window System" (yum group)
  • "Desktop" (yum group)
  • compat-libstdc++-33
  • libXmu
  • libXp
  • ncurses-libs
  • openmotif22

To install the packages, open a terminal and type the following two command lines (each command in a single line):
# sudo yum -y groupinstall "X Window System" Desktop
# sudo yum -y install compat-libstdc++-33 libXmu libXp ncurses-libs openmotif22

10. Configuration Requirements for ClearCase 7.1.2.x, X86_64
List of packages
  • "X Window System" (yum group)
  • "Desktop" (yum group)
  • compat-libstdc++-33.i686
  • libXmu.i686
  • libXp.i686
  • ncurses-libs.i686
  • openmotif22.i686

To install the packages, open a terminal and type the following two command lines (each command in a single line):
# sudo yum -y groupinstall "X Window System" Desktop
# sudo yum -y install compat-libstdc++-33.i686 libXmu.i686 libXp.i686 ncurses-libs.i686 openmotif22.i686

11. Configuration Requirements for ClearCase 7.1.2.x, PPC
List of packages
  • "X Window System" (yum group)
  • "Desktop" (yum group)
  • compat-libstdc++-33.ppc
  • libXmu.ppc
  • libXp.ppc
  • ncurses-libs.ppc
  • openmotif22.ppc

To install the packages, open a terminal and type the following two command lines (each command in a single line):
# sudo yum -y groupinstall "X Window System" Desktop
# sudo yum -y install compat-libstdc++-33.ppc libXmu.ppc libXp.ppc ncurses-libs.ppc openmotif22.ppc

12. Configuration Requirements for ClearCase 7.1.2.x, S390x
List of packages
  • "X Window System" (yum group)
  • "Desktop" (yum group)
  • compat-libstdc++-33.s390
  • libXmu.s390
  • libXp.s390
  • ncurses-libs.s390
  • openmotif22.s390

To install the packages, open a terminal and type the following two command lines (each command in a single line):
# sudo yum -y groupinstall "X Window System" Desktop
# sudo yum -y install compat-libstdc++-33.s390 libXmu.s390 libXp.s390 ncurses-libs.s390 openmotif22.s390

[{"Product":{"code":"SSSH27","label":"Rational ClearCase"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":"Operating System Configurations","Platform":[{"code":"PF016","label":"Linux"}],"Version":"9.0.1.1;9.0.1;9.0.0.5;9.0;8.0.1.15;8.0.1;8.0;7.1.2","Edition":"","Line of Business":{"code":"LOB45","label":"Automation"}}]

Document Information

Modified date:
16 June 2018

UID

swg21470870