Short Description
Rescans Nimble storage volumes.
Applies to
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus
Syntax
Sync-NimbleVolume -Volume <CSanVolume[]> [<CommonParameters>] |
Detailed Description
This cmdlet rescans Nimble storage volumes to synchronize the infrastructure with Veeam Backup & Replication.
Rescanning checks for deleted snapshots and discovers newly created ones.
To rescan the storage, run Sync-NimbleHost.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
Volume | Specifies the array of the volumes you want to rescan. | True | Named | True (ByValue, | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.
Example
This example shows how to rescan the Nimble storage volume.
You will need to perform the following steps:
- Run Get-NimbleVolume to get the storage volume. Save the result to the $volume variable.
- Run Sync-NimbleVolume with the $volume variable.
PS C:\PS> $volume = Get-NimbleVolume -Name "VOL01" PS C:\PS> Sync-NimbleVolume -Volume $volume |
Related Commands