Skip to main content
SnapCenter 6.0 cmdlets

Set-SdAluaStateMonitor

Contributors

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.