SnapCenter 6.0 Cmdlet Reference Guide For Windows ( CA08871-610en )
SnapCenter PowerShell requirements
SnapCenter Windows disk management cmdlets
Get-SdStorageConnectionSetting
Get-SdVolumeCloneSplitEstimate
Invoke-SdHostVolumeSpaceReclaim
Remove-SdStorageConnectionSetting
SnapCenter data protection cmdlets
Catalog-SmBackupWithOracleRMAN
Get-SmBackupsForPointInTimeRecovery
Get-SmDataCollectionEmsSchedule
Get-SmMultiFactorAuthentication
Invoke-DiagnosticLogCollection
Invoke-SmPrimaryBackupsExistenceCheck
Invoke-SmTechRefreshPrimaryStorage
Invoke-SmTechRefreshSecondaryStorage
New-SmMultifactorAuthenticationMetadata
Refresh-SmSyncSnapMirrorBackups
Remove-SmResourceCredentialName
Set-SmDataCollectionEmsSchedule
Set-SmMultiFactorAuthentication
Set-SmRepositoryConfigSettings
Set-SmDatasetMaintenance
Sets a dataset to maintenance or production mode.
Syntax
Set-SmDatasetMaintenance [-DatasetName] <String> [-MaintenanceStatus] <SmMaintenanceStatus>
Detailed Description
Sets a dataset to maintenance or production mode. No scheduled jobs are executed for a dataset in maintenance mode.
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
DatasetName |
The dataset name. |
true |
true (ByPropertyName) |
|
MaintenanceStatus |
The maintenance status of the dataset. The maintenance status is Production or UnderMaintenance. |
true |
true (ByPropertyName) |
Examples
Example 1: Setting a dataset to production mode
Set-SmDatasetMaintenance -DatasetName Payroll_Dataset -MaintenanceStatus Production
This example syntax set the specified dataset to production mode.