This is an archive version of the document. To get the most up-to-date information, see the current version.

Sync-NetAppHost

Short Description

Rescans NetApp storages.

Applies to

Platform: VMware

Product Edition: Standard, Enterprise, Enterprise Plus

Syntax

Sync-NetAppHost [-Host <CNaHost>] [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>]

Related Commands

Get-NetAppHost

Detailed Description

This cmdlet rescans a selected NetApp storage to synchronize the infrastructure with Veeam Backup & Replication.

Rescanning discovers new or checks for deleted volumes and snapshots.

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
Pipeline
Input

Accept
Wildcard
Characters

Host

Specifies the  storage you want to rescan.

False

Named

True (by Value
FromPipeline, ValueFromPipeline
ByPropertyName)

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 command synchronizes the storage named "NetApp Store 01".

The storage object is obtained with Get-NetAppHost and piped down.

PS C:\PS> Get-NetAppHost -Name "NetApp Store 01" | Sync-NetAppHost