ai-center
2022.4
true
- 入门指南
- 网络要求
- 单节点要求和安装
- 多节点要求和安装
- 安装后
- 配置 GPU
- 使用配置文件
- 节点调度
- 迁移和升级
- 基本故障排除指南
AI Center 安装指南
Last updated 2024年6月6日
回滚错误
备注:
在以下情况下,可能需要恢复到以前的版本:
- 升级过程中出现故障,无法恢复;
- 数据意外丢失或损坏;
- 升级后的集群不可用。
要回滚到以前的版本,请执行以下步骤:
- 制作
cluster_config.json
的副本。 - 验证主服务器上的以下位置是否存在 etcd 备份数据:
/mnt/backup/backup/<etcdBackupPath>/<node-name>/snapshots
。etcdBackupPath
– 与启用备份时在backup.json
中指定的相同。node-name
– 服务器节点的主机名。
- 要检查
backupstore
卷备份目录,请运行以下命令:ls /mnt/backup/backupstore
ls /mnt/backup/backupstore - 在所有节点上卸载 AI Center。
- 现在,如需还原到以前版本的 AI Center,请务必按适用于该特定版本的“备份和还原集群”文档中的说明操作。
- 还原完成后,请确保禁用维护模式:
/path/to/old-installer/configureUiPathAS.sh disable-maintenance-mode
/path/to/old-installer/configureUiPathAS.sh disable-maintenance-mode - 通过执行以下命令验证维护模式是否已禁用:
/path/to/old-installer/configureUiPathAS.sh is-maintenance-enabled
/path/to/old-installer/configureUiPathAS.sh is-maintenance-enabled - 在升级过程中,主节点上的计划备份被禁用。要再次启用它们,请运行以下命令:
/path/to/old-installer/configureUiPathAS.sh resume-scheduled-backups
/path/to/old-installer/configureUiPathAS.sh resume-scheduled-backups