You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Current »
Power Off an
Unable to show "metadata-from": No such page "_space_variables"
InstancePowering off the
Unable to show "metadata-from": No such page "_space_variables"
is useful for migration purposes, cost savings, etc. Follow the instructions below for powering down all instance types.
Powering Off an
Unable to show "metadata-from": No such page "_space_variables"
Instance on a VMWare ESXi HypervisorSelect the intended VM instance in the left-hand navigation pane, and then click Power Off the virtual machine in the Getting Started tab.
Power Off VMWare ESXi Hypervisor
Powering Off an
Unable to show "metadata-from": No such page "_space_variables"
Instance on a Microsoft Hyper-V Hypervisor Right click on the Virtual Machine name and select Turn Off from the menu.
Do not select Shut Down from the menu, it is not supported.
Power Off SWe Lite Instance on Microsoft Hyper-V Hypervisor
Powering Off an
Unable to show "metadata-from": No such page "_space_variables"
Instance on a KVM Hypervisor Right click on Virtual Machine name and select Shut Down and then Force Off.
Power Off of SWe Lite Instance on KVM Hypervisor
Powering Off an
Unable to show "metadata-from": No such page "_space_variables"
Instance on AzurePowering Off an
Unable to show "metadata-from": No such page "_space_variables"
Instance via Azure Portal- Connect to the Azure portal. Refer to portal.azure.com.
- From the menu on the left side, select Virtual machines.
- From the list of VMs, click the check box next to the desired VM.
From the main menu select Stop (alternatively, right-click on the desired VM and select Stop).
Powering Off an
Unable to show "metadata-from": No such page "_space_variables"
Instance via PowerShell- Access PowerShell. Refer to PowerShell documentation.
Run the follnd (per Azure RM):
### Azure RM ###
Stop-AzureRmVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07"
Delete an Unable to show "metadata-from": No such page "_space_variables"
Instance
Deleting an
Unable to show "metadata-from": No such page "_space_variables"
Instance on a VMWare ESXi HypervisorPower off the SWe Lite instance.
- Right-click on the Virtual Machine and then select Delete from Disk (Note: Do not use the Remove From Inventory choice).
Delete SWe Lite Instance on VMware ESXi Hypervisor
Deleting an
Unable to show "metadata-from": No such page "_space_variables"
Instance on a Microsoft Hyper-V Hypervisor- Power off the Hyper-V server.
Select the intended VM instance name, right-click and then click Delete.
Deleting a SWe Lite Instance on a Microsoft Hyper-V Hypervisor
Deleting an
Unable to show "metadata-from": No such page "_space_variables"
Instance on KVM Hypervisor- Select the intended KVM instance.
- Right-click and choose Shut Down, and then Force Off.
After the instance shows Shutoff, right-click on the instance and then choose Delete.
Deleting a SWe Lite Instance on a KVM Hypervisor
Deleting an
Unable to show "metadata-from": No such page "_space_variables"
Instance on AzureDeleting an
Unable to show "metadata-from": No such page "_space_variables"
Instance via Azure Portal- Connect to the Azure portal. Refer to portal.azure.com.
- From the menu on the left side, select Virtual machines.
- From the list of VMs, click the check box next to the desired VM.
From the main menu select Delete (alternatively, right-click on the desired VM and select Delete).
Deleting an SBC SWe Lite Instance in Azure
Deleting an
Unable to show "metadata-from": No such page "_space_variables"
Instance via PowerShell- Access PowerShell. Refer to PowerShell documentation.
Run the f command (per Azure RM):
### Azure RM ###
Remove-AzureRmVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07"