Invoke-SmPrimaryBackupsExistenceCheck
Contributors
Suggest changes
Checks the existence of primary backups on the host and marks the backups as removed for snapshots that are not available in primary storage volumes.
Syntax
Invoke-SmPrimaryBackupsExistenceCheck [-HostName] <String>
Detailed Description
Checks the existence of primary backups on the host and marks the backups as removed for snapshots that are not available in primary storage volumes.
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
HostName |
Name of the host on which the primary backups existence check will be performed. |
true |
true (ByPropertyName) |
Examples
Example 1: Primary Backups existence check
Invoke-SmPrimaryBackupsExistenceCheck -HostName host.mva.gdl.netapp.com
Initiating Primary Backups Existence Check.. Name: Primary backups existence on host: 'host.mva.gdl.netapp.com' Id : 1024 StartTime : 11/24/2023 5:02:51 AM EndTime : 11/24/2023 5:02:51 AM IsCancellable : False IsRestartable : False IsCompleted : False IsVisible : True IsScheduled : False PercentageCompleted : 100 Description : Status : Running Owner : Error : Priority: None Tasks : {Precheck validation} ParentJobID : 0 EventId : 0 JobTypeId : 0 ApisJobKey : ObjectId: 0 PluginCode : NONE PluginName : NONE HostId : 0 RoleId : JobIds : {} ScsJobId: Invoke-SmPrimaryBackupsExistenceCheck Completed
This example checks the existence of primary backups on the host.