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-SdAluaStateMonitor
Sets the interval for monitoring ALUA path optimization.
Syntax
Set-SdAluaStateMonitor [-TimerInterval] <UInt32> [-Session] <String> [-Host] <String>
Detailed Description
Sets the interval for monitoring ALUA path optimization.
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
TimerInterval |
Sets the time interval, in minutes, for the ALUA state monitor thread. Depending on the interval set, the system performs an optimization check for ALUA paths and repairs the paths as needed. |
true |
true (ByPropertyName) |
|
Session |
false |
true (ByPropertyName) |
||
Host |
false |
true (ByPropertyName) |
Examples
Example 1: Setting ALUA state monitor with timer interval
PS C:\> Set-SdAluaStateMonitor -TimerInterval 10
This example syntax sets the ALUA state monitor with the specified timer interval.