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

Sync-NetAppVolume

In this article

    Short Description

    Rescans NetApp storage volumes.

    Applies to

    Platform: VMware

    Product Edition: Standard, Enterprise, Enterprise Plus

    Syntax

    Sync-NetAppVolume -Volume <CSanVolume[]> [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>]

    Related Commands

    Get-NetAppVolume

    Detailed Description

    This cmdlet rescans selected NetApp storage volume(s) to synchronize the infrastructure with Veeam Backup & Replication.

    Rescanning discovers new or checks for deleted 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 snapshots.

    To rescan the storage, run Sync-NetAppHost.

    Parameters

    Parameter

    Description

    Required

    Position

    Accept
    Pipeline
    Input

    Accept
    Wildcard
    Characters

    Volume

    Specifies the array of the volumes you want to rescan.

    True

    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 volume named "NetApp Vol 01".

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

    PS C:\PS> Get-NetAppVolume -Name "NetApp Vol 01" | Sync-NetAppVolume