User Tools

Site Tools


public:install_clearcase_7.1_linux_redhat

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
public:install_clearcase_7.1_linux_redhat [2010/06/04 15:29] kohoferpublic:install_clearcase_7.1_linux_redhat [2019/01/16 10:03] (current) – external edit 127.0.0.1
Line 8: Line 8:
  
   chmod +x /root/cc/InstallerImage_linux/jre_5.0.3.sr8a_20080811b/jre/bin/java   chmod +x /root/cc/InstallerImage_linux/jre_5.0.3.sr8a_20080811b/jre/bin/java
 +  chmod +x /root/cc/InstallerImage_linux/install
   chmod +x /root/cc/launchpad/*.sh   chmod +x /root/cc/launchpad/*.sh
  
Line 14: Line 15:
   up2date -i gcc   up2date -i gcc
  
-  
 ==== Kernel Image ==== ==== Kernel Image ====
  
Line 21: Line 21:
   rpm -i kernel-devel-2.6.9-89.0.25.EL.x86_64.rpm   rpm -i kernel-devel-2.6.9-89.0.25.EL.x86_64.rpm
      
- 
 ==== Kernel source ==== ==== Kernel source ====
      
Line 81: Line 80:
   /opt/IBM/InstallationManager/eclipse/launcher   /opt/IBM/InstallationManager/eclipse/launcher
  
 +
 +===== Rebuild the MVFS without reinstalling Rational ClearCase =====
 +
 +Run the command:
 +
 +   cd /var/adm/rational/clearcase/mvfs/mvfs_src
 +
 +Clean up the results of previous builds:
 +
 +   make clean
 +
 +Build the MVFS modules:
 +
 +   make 
 +
 +You will be prompted for the path to the Linux kernel source directory. The default prompt is /lib/modules/`uname -r`/build.
 +
 +Install the newly built MVFS modules into the proper directory under /lib/modules, so that the MVFS modules will be loaded
 +into the kernel when Rational ClearCase starts:
 +
 +   make install
 +
 +Restart Rational ClearCase.
 +
 +   /opt/rational/clearcase/etc/clearcase stop
 +   /opt/rational/clearcase/etc/clearcase start
 +
 +After the installation process has completed, test that Rational ClearCase has been properly installed by running the cleartool -version command.
 +You should see output indicating the version of MVFS that has been installed, as in the following example.
 +
 +   /opt/rational/clearcase/bin/cleartool -version
 +
 +<code>
 +ClearCase version 7.1.1.1 (Wed Mar 31 15:49:36 EDT 2010) (7.1.1.01.00_2010A.D100330)
 +@(#) MVFS version 7.1.1.1 (Thu Feb 25 07:15:14 2010) built at $Date: 2010-07-05.12:00:58 (UTC) $
 +cleartool                         7.1.1.1 (Fri Feb 26 23:24:30 2010)
 +db_server                         7.1.1.1 (Thu Feb 25 08:15:16 2010)
 +VOB database schema version: 54
 +</code>
  
 ====== Install Clearcase Client 7.1 Linux (Redhat) ====== ====== Install Clearcase Client 7.1 Linux (Redhat) ======
  
-Using Eclipse with Clearcase Client plugin+===== Build kernel module from source =====
  
-  * Download eclipse from http://www.eclipse.org +Get mvfs source from e.gClearcase Server
-  * Add New Software: http://www3.software.ibm.com/ibmdl/pub/software/rationalsdp/clearcase/ccrc/701/update/+
  
 +  scp -r /var/adm/rational/clearcase/mvfs/mvfs_src/ root@clearcase-client:/var/adm/rational/clearcase/mvfs/
  
- --- //[[kohofer@unibz.it|kohofer]] 2010/06/04 15:03//+Install kernel source
  
 +  up2date --get-source kernel
  
 +Read through how to compile kernel module:
  
 +  more /var/adm/rational/clearcase/mvfs/mvfs_src/README.txt
 +
 +===== Eclipse Clearcase Client =====
 +
 +Using Eclipse with Clearcase Client plugin
 +
 +  * Download eclipse from http://www.eclipse.org
 +  * Add New Software: http://www3.software.ibm.com/ibmdl/pub/software/rationalsdp/clearcase/ccrc/701/update/
  
/data/www/wiki.inf.unibz.it/data/attic/public/install_clearcase_7.1_linux_redhat.1275658190.txt.gz · Last modified: 2019/01/16 10:03 (external edit)