分页: 1 / 1
nimble存储更换硬盘问题
发表于 : 2025年 3月 3日 09:28 星期一
由 cc
nimble hf20更换故障存储硬盘,在硬盘状态为同步的时候误将硬盘拔出,磁盘目前插入后状态标记为spare,这个该如何处理?
Re: nimble存储更换硬盘问题
发表于 : 2025年 3月 3日 12:43 星期一
由 MUDBOY
最有效和最保险的方法是找技术支持工程师。
以我的经验来看,你这个情况需要技术工程师登录服务账号(类似于root账号,他们才有密码)对硬盘手动操作标记一下。
如果没有保修了,可以自己尝试再使用另外的硬盘,替换当前的硬盘,记得使用一致的硬盘型号。
最后建议,数据是最重要的。
Re: nimble存储更换硬盘问题
发表于 : 2025年 3月 3日 14:29 星期一
由 cc
那这块盘现在这种状态是属于热备盘的形式吗?因为后台看raid状态,该硬盘已经是spare了
Re: nimble存储更换硬盘问题
发表于 : 2025年 3月 3日 17:27 星期一
由 MUDBOY
以下信息是维护手册的描述,简单的说,如果你看到你的array是健康的状态,你那个spare的状态就不用担心,数据会自己在后台拷过去。
How the Storage Array Handles a Failed Drive
The HPE storage array is designed to be highly available, with redundant components. In some cases, more than one drive
could fail. If this occurs, the arrays use integrated spare space to rebuild data on one drive,even before the failed drive is
replaced. This ensures that the array restores maximum data redundancy in a timely manner.
When a drive fails, a rebuild process starts automatically on spare distributed space (not to a dedicated spare drive). If the
failed drive is inserted back to the array and is determined to be usable, a quick rebuild reinstates the drive. Even if a rebuild
has already begun on integrated spare space, the quick rebuild takes priority, and the full rebuild is halted.
When a new replacement drive is inserted, if data has already finished repopulating to the integrated spare space, data is
copied back to the new drive. If a second drive fails, and no drives have yet been replaced, there will be no second rebuild,
since the array can only rebuild the amount of data on one drive of integrated spare.
Re: nimble存储更换硬盘问题
发表于 : 2025年 3月 3日 20:15 星期一
由 cc
MUDBOY 写了: ↑2025年 3月 3日 17:27 星期一
以下信息是维护手册的描述,简单的说,如果你看到你的array是健康的状态,你那个spare的状态就不用担心,数据会自己在后台拷过去。
How the Storage Array Handles a Failed Drive
The HPE storage array is designed to be highly available, with redundant components. In some cases, more than one drive
could fail. If this occurs,
the arrays use integrated spare space to rebuild data on one drive,even before the failed drive is
replaced. This ensures that the array restores maximum data redundancy in a timely manner.
When a drive fails, a rebuild process starts automatically on spare distributed space (not to a dedicated spare drive). If the
failed drive is inserted back to the array and is determined to be usable, a quick rebuild reinstates the drive. Even if a rebuild
has already begun on integrated spare space, the quick rebuild takes priority, and the full rebuild is halted.
When a new replacement drive is inserted,
if data has already finished repopulating to the integrated spare space, data is
copied back to the new drive. If a second drive fails, and no drives have yet been replaced, there will be no second rebuild,
since the array can only rebuild the amount of data on one drive of integrated spare.
我看了这个说明,可是目前这块盘就一直是热备状态了,不在阵列里了,那到时如果又出现一块坏盘,他这个spare状态的盘会自动顶替上吗?
Re: nimble存储更换硬盘问题
发表于 : 2025年 3月 4日 17:28 星期二
由 MUDBOY
建议咨询售后支持。
Re: nimble存储更换硬盘问题
发表于 : 2025年 3月 4日 18:52 星期二
由 cc
MUDBOY 写了: ↑2025年 3月 4日 17:28 星期二
建议咨询售后支持。
这设备脱保了,已经没支持了,所以只能在这问下了

Re: nimble存储更换硬盘问题
发表于 : 2025年 3月 4日 20:03 星期二
由 MUDBOY
可以试试下面的命令重新添加以下硬盘
#disk --list
#disk --remove <slot> --array <Array name> --shelf_location <shelflocation>
#disk --add <slot> --array <Array name> --shelf_location <shelflocation>
Re: nimble存储更换硬盘问题
发表于 : 2025年 3月 4日 20:18 星期二
由 cc
MUDBOY 写了: ↑2025年 3月 4日 20:03 星期二
可以试试下面的命令重新添加以下硬盘
#disk --list
#disk --remove <slot> --array <Array name> --shelf_location <shelflocation>
#disk --add <slot> --array <Array name> --shelf_location <shelflocation>
好的 我这边试下