< Back
Stop-SVTshutdown
Post
NAME Stop-SVTshutdown
SYNOPSIS
Cancel the previous shutdown command for one or more OmniStack Virtual Controllers
SYNTAX
Stop-SVTshutdown [-HostName] <String[]> [<CommonParameters>]
DESCRIPTION
Cancels a previously executed shutdown request for one or more OmniStack Virtual Controllers
This RESTAPI call only works if executed on the local OVC. So this cmdlet iterates through the specifed hosts
and connects to each specified host to sequentially shutdown the local OVC.
Note, once executed, you'll need to reconnect back to a surviving OVC, using Connect-SVT to continue
using the HPE SimpliVity cmdlets.
PARAMETERS
-HostName <String[]>
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String
HPE.SimpliVity.Host
OUTPUTS
System.Management.Automation.PSCustomObject
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Stop-SVTshutdown -Hostname Host01
RELATED LINKS
SYNOPSIS
Cancel the previous shutdown command for one or more OmniStack Virtual Controllers
SYNTAX
Stop-SVTshutdown [-HostName] <String[]> [<CommonParameters>]
DESCRIPTION
Cancels a previously executed shutdown request for one or more OmniStack Virtual Controllers
This RESTAPI call only works if executed on the local OVC. So this cmdlet iterates through the specifed hosts
and connects to each specified host to sequentially shutdown the local OVC.
Note, once executed, you'll need to reconnect back to a surviving OVC, using Connect-SVT to continue
using the HPE SimpliVity cmdlets.
PARAMETERS
-HostName <String[]>
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String
HPE.SimpliVity.Host
OUTPUTS
System.Management.Automation.PSCustomObject
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Stop-SVTshutdown -Hostname Host01
RELATED LINKS