目录

Search

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

从版本 10.1、10.2 或 10.3 升级

从版本 10.1、10.2 或 10.3 升级

设置数据库配置参数

设置数据库配置参数

设置数据库的配置参数。
使用以下命令设置数据库配置参数:
db2 update db cfg using LOCKLIST AUTOMATIC db2 update db cfg using MAXLOCKS AUTOMATIC db2 update db cfg using PCKCACHESZ 128000 db2 update db cfg using DBHEAP AUTOMATIC db2 update db cfg using CATALOGCACHE_SZ 25000 db2 update db cfg using LOGBUFSZ 4096 db2 update db cfg using UTIL_HEAP_SZ 50000 db2 update db cfg using BUFFPAGE 250 db2 update db cfg using STMTHEAP AUTOMATIC db2 update db cfg using APPLHEAPSZ AUTOMATIC db2 update db cfg using APPL_MEMORY AUTOMATIC db2 update db cfg using STAT_HEAP_SZ AUTOMATIC db2 update db cfg using LOGFILSIZ 128000 db2 update db cfg using LOGPRIMARY 10 db2 update db cfg using LOGSECOND 200 db2 update db cfg using auto_reval deferred_force db2 update db cfg using decflt_rounding round_half_up db2 update db cfg using SHEAPTHRES_SHR AUTOMATIC db2 update db cfg using DFT_DEGREE 1
命令中所指定的值是 MDM Hub 的最低要求。