目录

Search

  1. 前言
  2. 升级概览
  3. 升级前任务
  4. 数据库任务
  5. 应用程序服务器任务
  6. Hub 存储升级
  7. Hub 服务器升级(就地升级)
  8. 进程服务器升级(就地升级)
  9. 资源工具包升级(就地升级)
  10. 升级后任务
  11. 搜索配置升级
  12. 层次结构升级
  13. 应用程序服务器的 ActiveVOS 安装后任务
  14. 业务实体适配器的 ActiveVOS 升级后任务
  15. 主题区域适配器的 ActiveVOS 升级后任务
  16. 附录 , A: 升级过程故障排除
  17. 附录 , B: 常见问题解答
  18. 附录 , C: 处理现有 ActiveVOS 任务
  19. 附录 , D: 配置元数据缓存

从版本 10.1、10.2、10.3 或 10.4 升级

从版本 10.1、10.2、10.3 或 10.4 升级

配置 Hub 服务器和进程服务器属性

配置 Hub 服务器和进程服务器属性

必须配置 Hub 服务器和进程服务器属性文件才能启用 WebSphere 管理安全。
  1. 停止应用程序服务器。
  2. 在 Hub 服务器上启用 WebSphere 安全。
    1. 打开以下目录中的
      cmxserver.properties
      在 UNIX 中。
      <
      MDM Hub 安装目录
      >/hub/server/resources
      在 Windows 中。
      <
      MDM Hub 安装目录
      >\hub\server\resources
    2. cmx.websphere.security.enabled
      设置为
      true
  3. 在进程服务器中启用 WebSphere 安全。
    1. 打开以下目录中的
      cmxcleanse.properties
      在 UNIX 中。
      <
      MDM Hub 安装目录
      >/hub/cleanse/resources
      在 Windows 中。
      <
      MDM Hub 安装目录
      >\hub\cleanse\resources
    2. cmx.websphere.security.enabled
      设置为
      true
  4. 在 Hub 服务器上配置 WebSphere 用户名。
    1. 打开以下目录中的
      build.properties
      在 UNIX 中。
      <
      MDM Hub 安装目录
      >/hub/server/bin
      在 Windows 中。
      <
      MDM Hub 安装目录
      >\hub\server\bin
    2. websphere.username
      设置为 WebSphere 管理用户名。
  5. 在进程服务器上配置 WebSphere 用户名。
    1. 打开以下目录中的
      build.properties
      在 UNIX 中。
      <
      MDM Hub 安装目录
      >/hub/cleanse/bin
      在 Windows 中。
      <
      MDM Hub 安装目录
      >\hub\cleanse\bin
    2. websphere.username
      设置为 WebSphere 管理用户名。
  6. 在 SQL* Plus 中,运行以下命令将
    c_repos_cleanse_match_server.is_secured
    设置为
    1
    UPDATE c_repos_cleanse_match_server set is_secured = 1 where rowid_cleanse_match_server='<Insert value here>'; COMMIT;
  7. 启动应用程序服务器。