public:install_clearcase_7.1_linux_redhat
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
public:install_clearcase_7.1_linux_redhat [2010/05/31 12:20] – kohofer | public:install_clearcase_7.1_linux_redhat [2019/01/16 10:03] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Install Clearcase 7.1 Linux (Redhat) ====== | + | ====== Install Clearcase |
+ | Installing Clearcase Server 7.1 on Red Hat Enterprise Linux AS release 4 (Nahant Update 8) | ||
- | Prerequisites: | + | ===== Prerequisites |
Apply this changes to the clearcase software packages | Apply this changes to the clearcase software packages | ||
+ | |||
chmod +x / | chmod +x / | ||
+ | chmod +x / | ||
chmod +x / | chmod +x / | ||
Line 11: | Line 14: | ||
up2date -i gcc | up2date -i gcc | ||
+ | |||
+ | ==== Kernel Image ==== | ||
+ | |||
+ | cd /tmp | ||
+ | wget http:// | ||
+ | rpm -i kernel-devel-2.6.9-89.0.25.EL.x86_64.rpm | ||
+ | | ||
+ | ==== Kernel source ==== | ||
+ | | ||
up2date redhat-rpm-config rpm-build | up2date redhat-rpm-config rpm-build | ||
up2date --get-source kernel | up2date --get-source kernel | ||
Line 19: | Line 31: | ||
ln -s / | ln -s / | ||
+ | |||
+ | ==== To allow mvfs to work ok! ==== | ||
mkdir / | mkdir / | ||
Line 25: | Line 39: | ||
===== Installation ===== | ===== Installation ===== | ||
+ | [root@cc cc]# ./ | ||
+ | | ||
+ | Here are the screenshots!!!! | ||
+ | | ||
+ | {{: | ||
+ | {{: | ||
+ | {{: | ||
+ | {{: | ||
+ | {{: | ||
+ | {{: | ||
+ | {{: | ||
+ | {{: | ||
+ | {{: | ||
+ | {{: | ||
+ | {{: | ||
+ | {{: | ||
+ | {{: | ||
+ | {{: | ||
+ | {{: | ||
+ | {{: | ||
+ | {{: | ||
+ | {{: | ||
+ | |||
+ | |||
+ | ===== Post Installation ===== | ||
+ | | ||
+ | rm / | ||
+ | |||
+ | |||
+ | ===== Status/ | ||
+ | |||
+ | / | ||
+ | |||
+ | |||
+ | ===== Update/ | ||
+ | |||
+ | To update or modify launch the Installation Manager | ||
+ | |||
+ | |||
+ | / | ||
+ | |||
+ | |||
+ | ===== Rebuild the MVFS without reinstalling Rational ClearCase ===== | ||
+ | |||
+ | Run the command: | ||
+ | |||
+ | cd / | ||
+ | |||
+ | Clean up the results of previous builds: | ||
+ | |||
+ | make clean | ||
+ | |||
+ | Build the MVFS modules: | ||
+ | |||
+ | | ||
+ | |||
+ | You will be prompted for the path to the Linux kernel source directory. The default prompt is / | ||
+ | |||
+ | Install the newly built MVFS modules into the proper directory under / | ||
+ | into the kernel when Rational ClearCase starts: | ||
+ | |||
+ | make install | ||
+ | |||
+ | Restart Rational ClearCase. | ||
+ | |||
+ | / | ||
+ | / | ||
+ | |||
+ | 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. | ||
+ | |||
+ | / | ||
+ | |||
+ | < | ||
+ | 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: | ||
+ | cleartool | ||
+ | db_server | ||
+ | VOB database schema version: 54 | ||
+ | </ | ||
+ | |||
+ | ====== Install Clearcase Client 7.1 Linux (Redhat) ====== | ||
+ | |||
+ | ===== Build kernel module from source ===== | ||
+ | |||
+ | Get mvfs source from e.g. Clearcase Server | ||
+ | |||
+ | scp -r / | ||
+ | |||
+ | Install kernel source | ||
+ | |||
+ | up2date --get-source kernel | ||
+ | |||
+ | Read through how to compile kernel module: | ||
+ | |||
+ | more / | ||
+ | |||
+ | ===== Eclipse Clearcase Client ===== | ||
+ | |||
+ | Using Eclipse with Clearcase Client plugin | ||
+ | |||
+ | * Download eclipse from http:// | ||
+ | * Add New Software: http:// | ||
- | [root@cc cc]# ./ |
/var/www/wiki.inf.unibz.it/data/attic/public/install_clearcase_7.1_linux_redhat.1275301238.txt.gz · Last modified: 2019/01/16 10:03 (external edit)