Short Description
Rescans Nimble storage systems.
Applies to
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus
Syntax
Sync-NimbleHost -Host <CNimbleHost> [<CommonParameters>] |
Detailed Description
This cmdlet rescans a selected Nimble storage to synchronize the infrastructure with Veeam Backup & Replication.
Rescanning checks for deleted volumes and snapshots and discovers created ones.
To rescan the selected volumes only, run Sync-NimbleVolume.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
Host | Specifies the storage 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.
You will need to perform the following steps:
- Run Get-NimbleHost to get the storage whose volumes and snapshots you want to rescan. Save the result to the $storage variable.
- Run Sync-NimbleHost with the $storage variable.
PS C:\PS> $storage = Get-NimbleHost -Name "Nimble-FC" PS C:\PS> Sync-NimbleHost -Host $storage |
Related Commands