I am not sure if it is the right place to ask this question. I have been trying to install clearcase client 8015 on a new machine with RHEL5u8 image. Tried googling a lot but could not resolve the issue as per suggestions on other forums.
- It gets installed successfully. (As per the prompt)
- listing of the views is done properly. (cleartool lsview)
- When I do cleartool mount -all,
cleartool: Error: The MVFS file system is not installed or not loaded, or the 'viewroot' is not mounted or is inaccessible: not a ClearCase object.
- logging in as root then starting clearcase, executing "/opt/rational/clearcase/etc/clearcase start" OUTPUT:-
ClearCase is stopped Starting ClearCase ClearCase daemons: albd_server FATAL: Error inserting mvfs (/lib/modules/2.6.18-308.4.1.0.1.el5/kernel/fs/mvfs/mvfs.ko): Unknown symbol in module, or unknown parameter (see dmesg) Loading the MVFS was unsuccessful(8:1) /opt/rational/clearcase/etc/clearcase: Loading MVFS failed ---- Please review /var/log/messages for information on the problem. ---- You may need to rebuild your kernel, rebuild your mvfs module, ---- and reboot your system. Information on how to do this can be found in ---- your Release Notes and file /var/adm/rational/clearcase/mvfs/mvfs_src/README.txt.
I have followed all the steps in /var/adm/rational/clearcase/mvfs/mvfs_src/README.txt but still cannot achieve anything.
Uninstallation also fails as:- ./linux_8015_uninstall
ERROR: Installation data has incompatible version 1.8.0; expected 1.7.0. Newer version of the Installation Manager was used on this system.
java.io.IOException: Installation data has incompatible version 1.8.0; expected 1.7.0. Newer version of the Installation Manager was used on this system.
00:01.33 ERROR [main] com.ibm.cic.agent.core.application.HeadlessApplication run
Installation data has incompatible version 1.8.0; expected 1.7.0. Newer version of the Installation Manager was used on this system.
java.io.IOException: Installation data has incompatible version 1.8.0; expected 1.7.0. Newer version of the Installation Manager was used on this system. java.io.IOException: Installation data has incompatible version 1.8.0; expected 1.7.0. Newer version of the Installation Manager was used on this system. at com.ibm.cic.agent.internal.core.InstallRegistryParser.parse(InstallRegistryParser.java:160) at com.ibm.cic.agent.internal.core.InstallRegistry.load(InstallRegistry.java:679) at com.ibm.cic.agent.internal.core.InstallRegistry.openFile(InstallRegistry.java:485) at com.ibm.cic.agent.internal.core.InstallRegistry.open(InstallRegistry.java:429)
Cannot proceed with installation, cannot uninstall either to try another version of clearcase, tried googling for the version mismatch of IBM installation manager but could not find anything addressing the issue properly for Linux. Any suggestions on how to proceed? I am new to clearcase tool.