< Back

Start-AzureStorSimpleLegacyVolumeContainerMigrationPlan

Wed Jan 30, 2019 5:42 pm

NAME Start-AzureStorSimpleLegacyVolumeContainerMigrationPlan



SYNOPSIS

Starts the creation of a migration plan.





SYNTAX

Start-AzureStorSimpleLegacyVolumeContainerMigrationPlan [-LegacyConfigId] <System.String> [-All] [-Profile

<Microsoft.Azure.Common.Authentication.Models.AzureProfile>] [<CommonParameters>]



Start-AzureStorSimpleLegacyVolumeContainerMigrationPlan [-LegacyConfigId] <System.String> [-LegacyContainerNames] <System.String[]> [-Profile

<Microsoft.Azure.Common.Authentication.Models.AzureProfile>] [<CommonParameters>]





DESCRIPTION

The Start-AzureStorSimpleLegacyVolumeContainerMigrationPlan cmdlet starts the creation of a migration plan. The creation of a migration plan is

asynchronous. To see the status of the migration plan, use the Get-AzureStorSimpleLegacyVolumeContainerMigrationPlan cmdlet.





PARAMETERS

-All <SwitchParameter>

Indicates that this cmdlet starts migration time estimates for all volume containers in the imported configuration file.



Required? true

Position? 2

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-LegacyConfigId <System.String>

Specifies the unique ID of the configuration of the legacy appliance.



Required? true

Position? 1

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-LegacyContainerNames <System.String[]>

Specifies an array of volume container names for which to create a migration plan.



Required? true

Position? 2

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-Profile [<Microsoft.Azure.Common.Authentication.Models.AzureProfile>]

Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None









OUTPUTS

String



This cmdlet returns the status of the migration plan job if it has been successfully started in the appliance.





NOTES





Keywords: azure, azuresm, servicemanagement, management, service, store, storsimple



Example 1: Start a migration plan



PS C:\\>Start-AzureStorSimpleLegacyVolumeContainerMigrationPlan -LegacyConfigId "c5a831e1-7888-44f4-adf1-92994be630c3" -LegacyContainerNames

"OneSDKAzureCloud"

Successfully started estimating the Migration Plan. Please check details with Get-AzureStorSimpleLegacyVolumeContainerMigrationPlan



This command starts creation of a migration plan for the legacy container named OneSDKAzureCloud. The command returns a message about the status of the

plan, and to use the Get-AzureStorSimpleLegacyVolumeContainerMigrationPlan cmdlet for up to date information.





Example 2: Start migration plan for all volume containers



PS C:\\>Start-AzureStorSimpleLegacyVolumeContainerMigrationPlan -LegacyConfigId "c5a831e1-7888-44f4-adf1-92994be630c3" -All

Successfully started estimating the Migration Plan. Please check details with Get-AzureStorSimpleLegacyVolumeContainerMigrationPlan



This command starts creation of migration plan for all legacy volume containers in the configuration file that is imported.







RELATED LINKS

Get-AzureStorSimpleLegacyVolumeContainerMigrationPlan