This service script is used to copy user data from one drive to another. It can only be used for system (vault) drives (slots 0-3) in traditional pools. When a drive fails, a hot spare is permanently swapped in. The user can use this script to move the data back to the original location when the faulted drive has been replaced. This script can only be used in Normal Mode.
Uehara Y.
Community Manager
•
5.4K メッセージ
0
2026年2月25日 07:41
はい。Dell Unity Family Service Commands Technical NotesのP.29のCopy data in vault drives (svc_copyto)セクションにある説明を見ると、コピーバックの対象にできるドライブは
● Unity 480(F), 680(F), 880(F) models: 99_0_0, 99_0_1, 99_0_2, and 99_0_3
● All other Unity models: 0_0_0, 0_0_1, 0_0_2, and 0_0_3
とあるので、同様で問題ありません。
はい。以前はroot権限が必要、かつカスタマーサポートエンジニアによる実施が必要(参考:Unity Vaultを含んだダイナミックプールのディスク故障)でしたが、その時のコマンド形態とは異なり、現状ではサービスコマンドとして機能が具備されているために、rootユーザではなくssh接続ができるserviceユーザで実行可能です。
[参考]
ラボマシンでsvc_copytoのヘルプを確認したところ、以下のような記載がありました。
This service script is used to copy user data from one drive to another. It can only be
used for system (vault) drives (slots 0-3) in traditional pools. When a drive fails, a hot
spare is permanently swapped in. The user can use this script to move the data back
to the original location when the faulted drive has been replaced.
This script can only be used in Normal Mode.
前述のドキュメントのP.3 Scopeセクションに以下記載があるために、OE4.2以降をご利用であれば実行可能であると考えられます。
The Service Commands listed are available on Unity systems running OE version 4.2.
Netherland Dwarf rabbit
2 Intern
•
847 メッセージ
0
2026年2月26日 01:32
@Uehara Y.
ご回答ありがとうございました。助かりました。