StorSimple は、Microsoft 社が提供するハイブリッドのクラウド ストレージ サービスです。 Microsoft Azure と組み合わせることで、Azure ストレージを拡張領域として利用することが可能であり、また別拠点でのデータ復旧が可能であることから、効率的なデータ管理、災害対策が実現できます。
Azure StorSimple デバイスの管理に使用することが可能な PowerShell コマンドレットが提供されており、設定方法について MSDN サイト上で公開されていますが、PowerShell コマンドレットのヘルプについては英語のみであり、日本語による情報はほとんど公開されていません。
Azure StorSimple 関連の PowerShell コマンドレットの 1 つである「Start-AzureStorSimpleLegacyVolumeContainerMigrationPlan」について、本ブログにて日本語の情報として纏めてみました((他の PowerShell コマンドレットについては、「Azure StorSimple 関連の PowerShell コマンドレットについて」を参照) (Windows Azure PowerShell バージョン 0.9.7 で確認しているものとなります)。
■名前
Start-AzureStorSimpleLegacyVolumeContainerMigrationPlan
■概要
移行プランの作成を開始します。
■構文
Start-AzureStorSimpleLegacyVolumeContainerMigrationPlan [-LegacyConfigId] <String> [[-LegacyContainerNames] [<String[]>]] [-Profile [<AzureProfile>]] [<CommonParameters>] |
■説明
Start-AzureStorSimpleLegacyVolumeContainerMigrationPlan コマンドレットは、移行プランの作成を開始します。移行プランの作成は非同期です。移行プランの状態を確認するには、Get-AzureStorSimpleLegacyVolumeContainerMigrationPlan コマンドレットを使用します。
■パラメーター
-LegacyConfigId <String>
レガシー アプライアンスの構成のユニーク ID を指定します。
必須 | true |
位置 | 1 |
既定値 | なし |
パイプライン入力を許可する | false |
ワイルドカード文字を許可する | false |
-LegacyContainerNames [<String[]>]
移行プランの作成におけるデータ コンテナー名の配列を指定します。
必須 | false |
位置 | 2 |
既定値 | なし |
パイプライン入力を許可する | false |
ワイルドカード文字を許可する | false |
-Profile [<AzureProfile>]
Azure プロファイルを指定します。
必須 | false |
位置 | named |
既定値 | なし |
パイプライン入力を許可する | false |
ワイルドカード文字を許可する | false |
<CommonParameters>
このコマンドレットは、次の共通パラメーターをサポートします: –Verbose、-Debug、-ErrorAction、-ErrorVariable、-WarningAction、-WarningVariable、-OutBuffer、-PipelineVariable、および -OutVariable。詳細については、about_CommonParameters を参照してください。
■入力
- なし
■出力
- String
アプライアンス上で正常に開始されている場合、このコマンドレットは、移行プラン ジョブの状態を返します。
■メモ
- 詳細については、「Get-Help Start-AzureStorSimpleLegacyVolumeContainerMigrationPlan -detailed」と入力してください。
- 技術情報については、「Get-Help Start-AzureStorSimpleLegacyVolumeContainerMigrationPlan -full」と入力してください。
■エイリアス
- なし
■例
例 1: 移行プランの開始
Start-AzureStorSimpleLegacyVolumeContainerMigrationPlan -LegacyConfigId "c5a831e1-7888-44f4-adf1-92994be630c3" -LegacyContainerNames "OneSDKAzureCloud"
Successfully started estimating the Migration Plan. Please check details with Get-AzureStorSimpleLegacyVolumeContainerMigrationPlan |
このコマンドは、レガシー コンテナー「OneSDKAzureCloud」の移行プランの作成を開始します。このコマンドは、プランの状態に関するメッセージを出力し、情報の更新を行うには Get-AzureStorSimpleLegacyVolumeContainerMigrationPlan コマンドレットを使用します。
■関連するトピック
- Get-AzureStorSimpleLegacyVolumeContainerMigrationPlan
[参考]
- Start-AzureStorSimpleLegacyVolumeContainerMigrationPlan
https://msdn.microsoft.com/ja-jp/library/dn708655.aspx - Azure StorSimple Cmdlets
https://msdn.microsoft.com/ja-jp/library/dn920427.aspx - ハイブリッド クラウド ストレージによるコストおよびデータ保護の最適化 | StorSimple | マイクロソフト
http://www.microsoft.com/ja-jp/server-cloud/products/storsimple/explore.aspx - StorSimple
https://msdn.microsoft.com/ja-jp/library/azure/Dn772442.aspx