Skip to content

Latest commit

 

History

History
121 lines (89 loc) · 2.37 KB

Resume-SvtPolicy.md

File metadata and controls

121 lines (89 loc) · 2.37 KB
external help file Module Name online version schema
HPESimpliVity-help.xml
HPESimpliVity
2.0.0

Resume-SvtPolicy

SYNOPSIS

Resumes the HPE SimpliVity backup policy for a host, a cluster or the federation

SYNTAX

ByHost (Default)

Resume-SvtPolicy [-HostName] <String> [<CommonParameters>]

ByCluster

Resume-SvtPolicy -ClusterName <String> [<CommonParameters>]

ByFederation

Resume-SvtPolicy [-Federation] [<CommonParameters>]

DESCRIPTION

Resumes the HPE SimpliVity backup policy for a host, a cluster or the federation

EXAMPLES

EXAMPLE 1

Resume-SvtPolicy -Federation

Resumes backup policies for the federation

NOTE: This command will only work when connected to an SimpliVity Virtual Appliance, (not when connected to a Managed Virtual Appliance)

EXAMPLE 2

Resume-SvtPolicy -ClusterName Prod

Resumes backup policies for the specified cluster

EXAMPLE 3

Resume-SvtPolicy -HostName host01

Resumes backup policies for the specified host

PARAMETERS

-HostName

Apply to specified host name

Type: String
Parameter Sets: ByHost
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ClusterName

Apply to specified cluster name

Type: String
Parameter Sets: ByCluster
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Federation

Apply to federation

Type: SwitchParameter
Parameter Sets: ByFederation
Aliases:

Required: True
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.String

OUTPUTS

HPE.SimpliVity.Task

NOTES

Author: Roy Atkins, HPE Services

RELATED LINKS

https://github.com/atkinsroy/HPESimpliVity/blob/master/Docs/Resume-SvtPolicy.md