Please enter search query.
Search <book_title>...
Important Update: Cohesity Products Documentation
All Cohesity product documentation are now managed via the Cohesity Docs Portal: https://docs.cohesity.com/HomePage/Content/home.htm. Some documentation available here may not reflect the latest information or may no longer be accessible.
NetBackup™ Snapshot Manager for Data Center 管理指南
Last Published:
2023-12-28
Product(s):
NetBackup (10.3)
- 简介
- 准备 NetBackup Snapshot Manager for Data Center 安装
- 使用容器映像部署 NetBackup Snapshot Manager for Data Center
- 开始安装 NetBackup Snapshot Manager for Data Center 之前
- 在 Docker/Podman 环境中安装 NetBackup Snapshot Manager for Data Center
- 保护与 NetBackup Snapshot Manager for Data Center 的连接
- 验证是否已成功安装 NetBackup Snapshot Manager for Data Center
- 重新启动 NetBackup Snapshot Manager for Data Center
- 将 NetBackup 介质服务器与 Snapshot Manager for Data Center 关联
- 升级 NetBackup Snapshot Manager for Data Center
- 关于 NetBackup Snapshot Manager for Data Center 升级
- 支持的升级路径
- 升级方案
- 准备升级 NetBackup Snapshot Manager for Data Center
- 升级 NetBackup Snapshot Manager for Data Center
- 使用修补程序升级 NetBackup Snapshot Manager for Data Center
- 迁移和升级 NetBackup Snapshot Manager for Data Center
- 开始迁移 NetBackup Snapshot Manager for Data Center 前
- 在 RHEL 8.6 或 8.4 上迁移和升级 NetBackup Snapshot Manager for Data Center
- 卸载 NetBackup Snapshot Manager for Data Center
- Snapshot Manager for Data Center 目录库备份和恢复
- 配置 NetBackup Snapshot Manager for Data Center
- 存储阵列复制
- Snapshot Manager for Data Center 存储阵列插件
- 为 Snapshot Manager for Data Center 配置存储阵列插件
- Dell EMC PowerMax 和 VMax 阵列
- Dell EMC PowerFlex 阵列
- Dell EMC PowerScale (Isilon)
- DELL EMC PowerScale (Isilon) 上支持的 NetBackup Snapshot Manager for Data Center 操作
- DELL EMC PowerScale (Isilon) 插件配置前提条件
- Dell EMC PowerScale (Isilon) 插件配置参数
- 将 SmartConnect 与 Snapshot Manager 一起使用
- Dell EMC PowerScale (Isilon) 上的角色和权限
- Dell EMC PowerScale (Isilon) 的快照同步复制
- 支持的 Dell EMC PowerScale (Isilon) 同步复制拓扑
- Dell EMC PowerScale (Isilon) 的注意事项
- Dell EMC PowerStore SAN 和 NAS 插件
- Dell EMC XtremIO SAN 阵列
- Dell EMC Unity 阵列
- Fujitsu Eternus AF/DX SAN 阵列
- Fujitsu Eternus AB/HB SAN 阵列
- HPE RMC 插件
- HPE XP 插件
- HPE Alletra 9000 SAN 阵列
- HPE Alletra 6000 SAN 阵列
- Hitachi NAS 阵列
- Hitachi SAN 阵列
- IBM Storwize SAN V7000 插件
- InfiniBox SAN 阵列
- InfiniBox NAS 阵列
- Lenovo DM 5000 系列阵列
- NetApp 存储阵列
- NetApp E 系列阵列
- Nutanix Files 阵列
- Pure Storage FlashArray SAN
- Pure Storage FlashBlade 插件配置说明
- PowerMax eNAS 阵列
- Qumulo NAS 阵列
- 为快照和快照复制配置存储生命周期策略
- NetBackup Snapshot Manager 日志记录
- 关于 NetBackup Snapshot Manager for Data Center 日志记录机制
- 基于 Fluentd 的 NetBackup Snapshot Manager for Data Center 日志记录的工作原理
- 关于 NetBackup Snapshot Manager for Data Center fluentd 配置文件
- 修改 fluentd 配置文件
- 查看 NetBackup Snapshot Manager for Data Center 日志
- 基于 Fluentd 的日志记录要求和注意事项
- NetBackup Snapshot Manager for Data Center 日志
- 故障排除
还原 NetBackup Snapshot Manager for Data Center
可以使用位于本地的备份通过以下任一方法还原 NetBackup Snapshot Manager for Data Center。
恢复 NetBackup Snapshot Manager for Data Center
- 将现有 NetBackup Snapshot Manager for Data Center 备份复制到新的 NetBackup Snapshot Manager for Data Center 服务器,并将其提取到 NetBackup Snapshot Manager for Data Center 安装目录中。
在以下示例中,由于
/cloudpoint已备份,因此该命令会创建一个新的/cloudpoint目录。# tar -zxf cloudpoint_dr.tar.gz -C /cloudpoint/
- 将 NetBackup Snapshot Manager for Data Center 安装程序二进制文件下载或复制到新服务器。
- 安装 NetBackup Snapshot Manager for Data Center。
使用以下命令:
(对于 Docker)
# sudo docker run -it --rm -u 0 -v /cloudpoint:/cloudpoint -v /var/run/docker.sock:/var/run/docker.sock veritas/flexsnap-deploy:10.x.x.x.xxxx install
(对于 Podman)
# sudo podman run -it --rm -u 0 -v /cloudpoint:/cloudpoint -v /var/run/podman.sock:/var/run/podman.sock veritas/flexsnap-deploy:10.x.x.x.xxxx install
其中,
10.x.x.x.xxxx表示 NetBackup Snapshot Manager for Data Center 版本。可根据当前安装的产品版本对其进行替换。注意:
这是一条命令。请确保在输入命令时不含任何换行符。
- 安装完成后,您可以继续利用现有凭据使用 NetBackup Snapshot Manager for Data Center。