linux - Clearcase 客户端安装问题 - Linux RHEL5

标签 linux clearcase rhel5 clearcase-remote-client

我不确定在这里问这个问题是否合适。我一直在尝试在带有 RHEL5u8 镜像的新机器上安装 clearcase 客户端 8015。尝试了很多谷歌搜索,但无法根据其他论坛上的建议解决问题。

  1. 安装成功。 (根据提示)
  2. 正确地列出了 View 。 (cleartool lsview)
  3. 当我执行 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.

  1. 以root身份登录然后启动clearcase,执行"/opt/rational/clearcase/etc/clearcase start" 输出:-

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.

我已经按照/var/adm/rational/clearcase/mvfs/mvfs_src/README.txt 中的所有步骤进行操作,但仍然无法实现任何目标。

卸载也失败:- ./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)

无法继续安装,也无法卸载以尝试另一个版本的 clearcase,尝试谷歌搜索 IBM 安装管理器的版本不匹配,但找不到任何正确解决 Linux 问题的方法。 关于如何进行的任何建议?我是 clearcase 工具的新手。

最佳答案

通常,当我看到仅支持快照 View ,并且 MVFS(用于动态 View )未正确安装时,我会卸载所有内容并从头开始尝试所有过程。

在您的情况下,这意味着安装或降级 IBM IM Installation Manager to the right version ( similar to this issue ).
它可以是 IM update issue, as seen in this technote .

关于linux - Clearcase 客户端安装问题 - Linux RHEL5,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34849558/

相关文章:

php - 如何将这个wget函数转换为php?

linux - Meshlab 因 undefined symbol 而崩溃

ClearCase 仅删除查看私有(private)文件

linux - 如何确定是否有任何接口(interface)正在监听给定的 IP 地址?

linux - 在 bash 中检查当前分区的可用磁盘空间

c++ - 如何等待一组子进程(并且仅等待它们)而不轮询并且不消耗其他子进程的退出代码?

svn - 从 SVN 迁移到 ClearCase

clearcase - 更新 ClearCase 快照 View 时出错

linux - Fail2Ban 多次尝试后仍无法阻止 ip

c++ - Boost.lockfree 在 RHEL 5.3 上的性能