跳转到主内容

Unified Manager 从 7.2.x/7.3.x/9.4.x 升级到 9.5 版本的步骤

Views:
754
Visibility:
Public
Votes:
0
Category:
oncommand-unified-manager
Specialty:
legacy
Last Updated:

适用于

  • OnCommand Unified Manager 7.2.x
  • OnCommand Unified Manager 7.3.x
  • OnCommand Unified Manager 9.4.x
  • OnCommand Unified Manager 9.5

回答

  • Unified Manager 数据库备份大小往往会随着时间的推移而增加,并且在升级时可能会导致问题
    • 如果 UM 管理较大的 ONTAP 部署或长时间管理 ONTAP 节点,则 continuous_event_participant 和 continuous_event_participant_stats 表中的记录数往往会增加。
    • 查看 有关 AIQUM 备份和还原的指南 ,了解最佳实践
  • 本文提供了有关如何规划 Unified Manager 升级以及以更明确的格式规划数据库备份以缩短还原时间的指南。
  1. 升级前进行完整备份
单击以查看程序
  1. 对于 VMware 上的 UM(vApp)
    1. 获取 VMware 快照
    1. 对于 物理系统或非 VMware 上的 UM
      1. 在 AIQUM 内启动新的增量备份链
      2. 从 UI 触发备份

注意: 当完全备份处于会话中时,MySQL 表将被锁定,这意味着在完全备份过程完成之前,无法向 Active IQ Unified Manager MySQL 数据库添加新的"集群监控/轮询"更新。这也可能意味着在完整备份完成之前,部分用户的服务将中断。

警告: 如果不按照上述步骤创建快照或备份,则可能导致数据不一致,且可能无法使用。因此,您将没有可用的备份。

  1. 优化表空间大小
单击以查看程序
  1. 为了防止升级失败,首先需要检查"opm"架构表中的条目数
    1. continuous_event_participant
    2. continuous_event_participant_stats
  2. 使用以下方法检查表大小(以 MB 为单位)
    1. 在 CLI 中执行 mysql ,以获得对数据库的访问权限
    2. 键入以下查询以查找表大小(以 MB 为单位)
SELECT table_name AS `Table`, round(((data_length + index_length) / 1024 / 1024), 2) `Size in MB` FROM information_schema.TABLES WHERE table_schema = "opm" AND table_name IN ('continuous_event_participant', 'continuous_event_participant_stats');
  1. 输出类似于以下内容:
1089470.png
  1. 查看数据库中的表大小
    1. 如果表大小明显较大,即两个表之和超过 700MB,请联系 NetApp Support 以清理表中的数据:continuous_event_participant 和 continuous_event_participant_stats
  1. 调整升级超时
单击以查看程序
  1. 如果将 7.2.x/7.3.x 升级到 9.4 或将 7.3.x 升级到 9.5,且存在大量历史数据,则可能会遇到 BUG 1214422
  2. 在这种情况下,建议联系 NetApp Support 以缩减这两个表
    1. continuous_event_participant
    2. continuous_event_participant_stats
  1. 开始升级过程

 

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.