Short Description
Rescans NetApp storage systems.
Applies to
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus
Syntax
Sync-NetAppHost [-Host <CNaHost>] [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>] |
Detailed Description
This cmdlet rescans a selected NetApp storage to synchronize the infrastructure with Veeam Backup & Replication.
Rescanning checks for deleted volumes and snapshots and discovers created ones.
Veeam Backup & Replication runs rescan automatically every 3 minutes. You can perform rescan manually if you want to display the newly added or deleted volumes or snapshots.
To rescan the selected volumes only, run Sync-NetAppVolume.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
Host | Specifies the storage you want to rescan. | False | 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 NetApp storage.
You will need to perform the following steps:
- Run Get-NetAppHost to get the storage whose volumes and snapshots you want to rescan. Save the result to the $storage variable.
- Run Sync-NetAppHost with the $storage variable.
PS C:\PS> $storage = Get-NetAppHost -Name "NetApp Store 01" PS C:\PS> Sync-NetAppHost -Host $storage |
Related Commands