トップ回答者
WSE2012 ミラーリングHDDの交換手順

質問
-
回答
-
手順としては、以下の流れになります。(PowerShellは管理者権限で実行してください)
- 新しい物理HDDを接続して記憶域スペースに追加
- Powershellから取り外したい物理HDDの属性を Retired に変更(こうすることで、記憶域プール内で使用されないHDDとなります)
- Powershellから記憶域プールの修復を行う(新しく追加したHDDに必要なデータが修復され、記憶域が正常になります)
- PowerShellから取り外したい物理HDDを削除します。
取り外しの手順について詳細は、過去にブログで書いたことがありますので、参考になれば。
http://satsumahomeserver.com/blog/1757
ほぼ同様の内容ですが、FAQ(英語)にも記載があります。
How do I replace a physical disk?
Removing a physical disk by using Windows PowerShell-
Open a Windows PowerShell session as an administrator.
-
Type the following command, replacing <diskname> with the friendly name of the disk:
Set-PhysicalDisk -FriendlyName <diskname> -Usage Retired
If the pool is clustered, you will need to run this command on the cluster node which has the cluster resource for the pool online.
-
Type the following command for each storage space that depended on the old disk, replacing <virtualdiskname> with the friendly name of the storage space:
Repair-VirtualDisk -FriendlyName <virtualdiskname>
If the pool is clustered, run this command on the cluster nodes that have the individual storage spaces’ cluster resource online and then run it again on the cluster node that has the pool’s cluster resource online.
-
Prior to performing step 5, you must wait for all active repair jobs to complete. To monitor the status of repair jobs, type the following command:
Get-StorageJob
-
Type the following command:
Remove-PhysicalDisk -FriendlyName <diskname>
-
Physically disconnect the old disk.
ださっち
Microsoft MVP for Server Solutions - Windows Home Server
薩摩藩中仙道蕨宿別邸 http://satsumahan.blog40.fc2.com/
・参考になった/解決のヒントになった投稿には「回答としてマーク」をつけましょう。
・後から参照する人のためにも、質問した内容について解決した場合は、必ず「回答としてマーク」をお願いします。
- 回答としてマーク Mizushibuki 2013年4月1日 2:48
- 編集済み Masahiko SadaMVP 2015年7月22日 14:21
すべての返信
-
手順としては、以下の流れになります。(PowerShellは管理者権限で実行してください)
- 新しい物理HDDを接続して記憶域スペースに追加
- Powershellから取り外したい物理HDDの属性を Retired に変更(こうすることで、記憶域プール内で使用されないHDDとなります)
- Powershellから記憶域プールの修復を行う(新しく追加したHDDに必要なデータが修復され、記憶域が正常になります)
- PowerShellから取り外したい物理HDDを削除します。
取り外しの手順について詳細は、過去にブログで書いたことがありますので、参考になれば。
http://satsumahomeserver.com/blog/1757
ほぼ同様の内容ですが、FAQ(英語)にも記載があります。
How do I replace a physical disk?
Removing a physical disk by using Windows PowerShell-
Open a Windows PowerShell session as an administrator.
-
Type the following command, replacing <diskname> with the friendly name of the disk:
Set-PhysicalDisk -FriendlyName <diskname> -Usage Retired
If the pool is clustered, you will need to run this command on the cluster node which has the cluster resource for the pool online.
-
Type the following command for each storage space that depended on the old disk, replacing <virtualdiskname> with the friendly name of the storage space:
Repair-VirtualDisk -FriendlyName <virtualdiskname>
If the pool is clustered, run this command on the cluster nodes that have the individual storage spaces’ cluster resource online and then run it again on the cluster node that has the pool’s cluster resource online.
-
Prior to performing step 5, you must wait for all active repair jobs to complete. To monitor the status of repair jobs, type the following command:
Get-StorageJob
-
Type the following command:
Remove-PhysicalDisk -FriendlyName <diskname>
-
Physically disconnect the old disk.
ださっち
Microsoft MVP for Server Solutions - Windows Home Server
薩摩藩中仙道蕨宿別邸 http://satsumahan.blog40.fc2.com/
・参考になった/解決のヒントになった投稿には「回答としてマーク」をつけましょう。
・後から参照する人のためにも、質問した内容について解決した場合は、必ず「回答としてマーク」をお願いします。
- 回答としてマーク Mizushibuki 2013年4月1日 2:48
- 編集済み Masahiko SadaMVP 2015年7月22日 14:21
-
Mizushibukiです。
ださっち様にご意見をいただき、HDDの入れ替えが成功いたしましたのでご報告いたします。
ご提示いただいた手順通りに進めたところ、なんの問題なく完了いたしました。
尚、取り外したHDDを別途クライアントで確認したところ全く問題なく動作しており、HDDの異音発生の原因究明に手間取りました。
結果として、自作したPCのATX電源が不安定だったようで、電源の入れ替えを行ったところ取り外したHDDがすべて正常に認識され、且つ、異音発生もありません。
記憶域プールを新規作成しても、全く問題なく稼働しています。
ハード面における電源の重要性を再認識したトラブルでした。
ださっち様 ありがとうございました。