SnapCenter 6.0 Cmdlet Reference Guide For Windows ( CA08871-610en )

Repair-SdAluaPaths

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.

Top of Page