Skip to main content
SnapCenter 6.0 cmdlets

Repair-SdAluaPaths

Contributors

Repairs disks with no active/optimized ALUA paths.

Syntax

Repair-SdAluaPaths [-Paths]  <String[]>  [-Session]  <String>  [-Host]  <String>

Detailed Description

Repairs disks with no active/optimized ALUA paths.

Parameters

Name Description Required? Pipeline Input Default Value

Paths

Specifies the drive letter or mount point of the file system to fix a path.

false

true (ByPropertyName)

Session

false

true (ByPropertyName)

Host

Specifies the name of the host.

false

true (ByPropertyName)

Examples

Example 1: Repairing disks with no optimized ALUA paths

 PS C:\> Repair-SdAluaPaths

This example syntax repairs disks with no optimized ALUA paths.