跳转到主内容

Coming soon...New Support-Specific categorization of Knowledge Articles in the NetApp Knowledge Base site to improve navigation, searchability and your self-service journey.

由于 VMDK 重复, SnapCenter 中缺少 VMDK 或 RDM 磁盘 UUID

Views:
8
Visibility:
Public
Votes:
0
Category:
snapcenter
Specialty:
snapx
Last Updated:

适用于

  • SnapCenter 
  • 适用于 Windows 的 SnapCenter 插件( SCW )
  • 适用于 VMware vSphere (选择控制阀)的 SnapCenter 插件

问题

  • VMDK 磁盘或 RDM 磁盘未列在 主机-> 磁盘页面中

1071156_1.png

  • 刷新主机中的磁盘-> 磁盘不会发现 VMDK 磁盘或 RDM 磁盘。
  • 以下脚本通过 VMware PowerCLI 指示多个磁盘具有相同的 UUID 。

get-vm | Get-HardDisk | % {
  New-Object -TypeName PSObject -Property @{
        VMName = $_.parent.name
        Path = $_.extensiondata.backing.filename
        UUID = $_.extensiondata.backing.uuid
  }
} | fl

不带文件重定向的输出示例:

1071156_4.png

 

 

Sign in to view the entire content of this KB article.

New to NetApp?

Learn more about our award-winning Support

Scan to view the article on your device