2013年5月14日火曜日

Config情報を一括でリセットしてクリアしたい場合

SANsymphony-VをインストールしたDataCoreサーバ上のSANsymphony-V用のPowerShellショートカットをクリックします。

以下のようにコマンドを打ちます。

PS C:\Program Files\DataCore\SANsymphony> connect-dcsserver
PS C:\Program Files\DataCore\SANsymphony> enable-dcsexpertmode -SecurityCode XXXX
 
ここで4ケタのXXXXはExpert Mode用のパスワードになります。毎日異なるワンタイムパスワードになります。DataCoreのカスタマーサポートにお問い合わせください。
 
PS C:\Program Files\DataCore\SANsymphony> get-dcsconnection
localhost
PS C:\Program Files\DataCore\SANsymphony> Reset-DcsConfiguration -Connection localhost
 
以下のようにYes or Noを尋ねられるのでYesをします。

This operation will reset the configuration of server group Server Group.  Do
you want to continue?
This operation will clear the entire configuration of both servers in the
server group.
[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend  [?] Help
(default is "Y"):n
PS C:\Program Files\DataCore\SANsymphony>

0 件のコメント:

コメントを投稿