SnapCenter 存储库保护在 VMDK 磁盘上失败
适用于
SnapCenter 服务器 4.1.1
问题
选择 VMDK 磁盘时,保护 SnapCenter 存储库数据库 (NSM) 失败。
SnapCenter 插件适用于 VMware (选择控制阀)安装在 SnapCenter 服务器上。
示例:
PS C:\> Import-Module SnapCenter
PS C:\> Open-SmConnection
PS C:\> Protect-SmRepository -Hostname snapcenter -Path "X:\xxxxx\" -Schedule @{"ScheduleType"="hourly";"StartTime"="01/01/2020 01:00 PM"} -RetentionCount 3
Protect-SmRepository : Repository protection operation failed because "X:\xxxxx\" path is not available on the
NetApp storage system or the path is not discovered in SnapCenter Server. You must discover the file system resources
from SnapCenter Server "SnapCenter.munimadrid.es" and retry repository protection.
At line:1 char:1
+ Protect-SmRepository -Hostname snapcenter -Path X:\xxxxx\ -Schedule @{"Sch ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PowerShell 命令'Get-SmResources -PluginCode SCW -Hostname'
不返回任何磁盘。
SnapManagerWeb 日志:
[...] ErrorCode (-1), ErrorMessage (Repository protection operation failed because ":\\" path is not available on the NetApp storage system or the path is not discovered in SnapCenter Server.
[...] ConfigureScDbProtectionActivity failed:Repository protection operation failed because ":\\" path is not available on the NetApp storage system or the path is not discovered in SnapCenter Server.
您必须从 SnapCenter 服务器发现文件系统资源""
并重试存储库保护。