< Back

Stop-SVTvm

Tue Jan 14, 2020 2:19 am

NAME Stop-SVTvm



SYNOPSIS

Stop a virtual machine hosted on HPE SimpliVity storage





SYNTAX

Stop-SVTvm [-VMname] <String> [<CommonParameters>]





DESCRIPTION

Stop a virtual machine hosted on HPE SimpliVity storage



Stopping VMs with this command is not recommended. The VM will be in a "crash consistant" state.

This action may lead to data loss or data corruption.



A better option is to use the VMware PowerCLI Stop-VMGuest cmdlet. This shuts down the Guest OS gracefully.



Note: This command requires a specific version in the content-type passed to the REST API.

Upgrades to SimpliVity may require the version to be adjusted.





PARAMETERS

-VMname <String>

The virtual manchine name to stop



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.VirtualMachine





OUTPUTS

HPE.SimpliVity.Task





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Stop-SVTvm -VMname MyVM



Stops the VM. Not recommended for production workloads











RELATED LINKS