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
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.