Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products

S2D ReadyNode — 如何更换故障磁盘

Summary: 本文介绍如何更换 S2D ReadyNode 配置中出现故障的磁盘。

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Symptoms

更换故障磁盘

 

如果目标磁盘的序列号为“S400625X”:

  1. 运行以下命令以确认适用的磁盘已从存储池中停用。
    如果磁盘未停用,请继续执行“更换未停用的磁盘”部分中的步骤。

    PS C:\> Get-PhysicalDisk -SerialNumber S400625X

    000122721_1.png

  2. 运行以下命令以从存储池中分离适用的磁盘。

    PS C:\> $disk = Get-PhysicalDisk -SerialNumber S400625X
    
    	PS C:\> Get-StoragePool -FriendlyName s2d* | Remove-PhysicalDisk -PhysicalDisks ($disk)

    000122721_2.png

  3. 运行以下命令以确认分离作业已完成。

    PS C:\> Get-StorageJob

    000122721_3.PNG

  4. 更换磁盘。

  5. 等待片刻,然后运行步骤 3 中的命令,以确认更换的磁盘已添加到存储池中。
    000122721_4.png

  6. 如有必要,请按照下面的矩阵更新更换的磁盘的固件。
    适用于 Microsoft Azure Stack HCI 的 Dell EMC 解决方案的支持表
    注意:由于日语知识的更新可能会延迟,因此如果显示日语知识,请从右上角的语言选择中选择英语并查看最新信息。

 

Cause

更换未停用的磁盘

 

此步骤适用于因预测性故障等原因而未停用的磁盘。如果您将其与存储池分离以进行更换,请手动将状态更改为已停用。

提醒:以下命令是一个示例。指定序列号并继续。

 

如果目标磁盘的序列号为“S400625X”:

  1. 运行以下命令以确认目标磁盘。

    PS C:\> Get-PhysicalDisk -SerialNumber S400625X

    000122721_5.png

  2. 运行以下命令以将目标磁盘更改为 Retired。

    PS C:\ > Get-PhysicalDisk -SerialNumber S400625X | Set-PhysicalDisk -Usage Retired
  3. 运行以下命令以确认目标磁盘变为 Retired。

    PS C:\Windows\system32> Get-PhysicalDisk -SerialNumber KZJRPYWG

    000122721_6.png

  4. 继续执行“装回故障磁盘”部分中的步骤 2-6。

 

Resolution

其他信息(用于手动识别磁盘位置)

 

对于 Server Manager:

  1. 选择文件服务和存储服务 -> ->存储池

  2. 右键单击使用状态的目标磁盘,例如物理磁盘字段中的取消,然后选择 切换驱动器指示灯

  3. 检查服务器正面磁盘的状态指示灯,并确定指示灯闪烁的位置。

  4. 识别后,再次选择 “切换驱动器指示灯 ”以停止闪烁。

 

对于 PowerShell:

  1. 使用管理员权限启动 PowerShell。

  2. 运行以下命令以确认 OperationalStatus 不正常或 HealthStatus 不正常的磁盘。

    Get-PhysicalDisk | Where-Object {$_.OperationalStatus -ne "OK" -or $_.HealthStatus -ne "Healthy"} | ft FriendlyName,SerialNumber,OperationalStatus,HealthStatus,AdapterSerialNumber
  3. 运行以下命令以确定适用磁盘所属的主机。

    提醒:对于 NVME,请使用 AdapterSerialNumber 而不是 SerialNumber。
    提醒:输入将 S2D 配置为 $ips 的节点的 iDRAC IP。
    提醒:将步骤 2 中确认的磁盘值输入到 $SerialNumber。
    提醒:运行 $cred 时,由于显示以下弹出窗口,请输入 iDRAC Web 控制台的登录信息。
    000122721_7.png

    $CimOptions = New-CimSessionOption -SkipCACheck -SkipCNCheck -SkipRevocationCheck -Encoding Utf8 -UseSsl
    
    	$cred=(Get-Credential)
    
    	$ips=@('xx.xx.xx.xx','xx.xx.xx.xx','xx.xx.xx.xx','xx.xx.xx.xx')
    
    	$serialNumber = "xxxxxxxxxxxx"
    
    	foreach ($ip in $ips) {
    
    	$Session = New-CimSession -Authentication Basic -Credential $cred -ComputerName $ip -Port 443 -SessionOption $CimOptions
    
    	Get-CimInstance -Cimsession $Session -ClassName DCIM_PhysicalDiskView -Namespace 'root/dcim' |? {$_.serialNumber -eq $serialNumber} | ft PSComputerName, serialnumber,slot, DeviceDescription
    
    	}

    000122721_8.png

    磁盘序列号S400625X的输出示例:
    000122721_9.png

  4. 如果无法识别出故障磁盘,请让所有正常运行的磁盘闪烁以识别出故障磁盘。

    • 对于 Power Shell:

      Get-PhysicalDisk | Where-Object -Property HealthStatus -eq Healthy | Enable-PhysicalDiskIdentification

      识别后,停止闪烁。

      Get-PhysicalDisk | Where-Object -Property HealthStatus -eq Healthy | Disable-PhysicalDiskIdentification
    • 对于 iDRAC7/8:勾选除故障磁盘以外的所有选项,然后闪烁和取消闪烁。
      000122721_10.png

    • 对于 iDRAC9:勾选除故障磁盘以外的所有选项,然后闪烁和取消闪烁。
      000122721_11.png

Affected Products

Servers, Storage
Article Properties
Article Number: 000122721
Article Type: Solution
Last Modified: 28 Jul 2023
Version:  6
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.