Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Add_workflow_for_techpubs
AUTH1UserResourceIdentifier{userKey=8a00a0c85b2726c2015b58aa779d0003, userName='null'}
JIRAIDAUTHCHOR-2371
REV5UserResourceIdentifier{userKey=8a00a0c85b2726c2015b58aa779d0003, userName='null'}
REV6UserResourceIdentifier{userKey=8a00a0c85b2726c2015b58aa779d0003, userName='null'}
REV3UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26c99e02c0, userName='null'}
REV4UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26c91d01f9, userName='null'}
REV1UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cc5207f0, userName='null'}

 

Panel

In this section:

Table of Contents
maxLevel4

Power Off an
Spacevars
0product3
Instance

Powering off the 

Spacevars
0product3
is useful for migration purposes, cost savings, etc. Follow the instructions below for powering down all instance types.

Powering Off an 
Spacevars
0product3

Power Off a SWe Lite Instance

...

Instance on a VMWare ESXi

...

Hypervisor
Anchor
Powering Off ESXi Server
Powering Off ESXi Server

  1. Select the intended VM instance in the left-hand navigation pane, and then click Power Off the virtual machine in the Getting Started tab.

    Caption
    0Figure
    1Power Off VMWare ESXi ServerHypervisor
    3Power Off VMWare ESXi Server

Powering Off

...

an 
Spacevars
0product3
Instance on a Microsoft Hyper-

...

V Hypervisor
Anchor
"Power Off SWe Lite Instance on Hyper-V
"Power Off SWe Lite Instance on Hyper-V

  1. Right click on the Virtual Machine name and select Turn Off from the menu.

    Note

     Do not select Shut Down from the menu, it is not supported.

    Caption
    0Figure
    1Power Off SWe Lite Instance on Microsoft Hyper-V ServerHypervisor
    3Power Off SWe Lite Instance on Hyper-V Server

Powering Off

...

an
Spacevars
0product3
Instance on a KVM Hypervisor

...

Anchor
"Power Off SWe Lite Instance on KVM Hypervisor
"Power Off SWe Lite Instance on KVM Hypervisor

  1. Right click on Virtual Machine name and select Shut Down and then Force Off.

    Caption
    0Figure
    1Power Off of SWe Lite Instance on KVM Hypervisor
    3Power Off of SWe Lite Instance on KVM Hypervisor

Delete a SWe Lite Instance

Powering Off an
Spacevars
0product3
Instance on Azure

Powering Off an 
Spacevars
0product3
Instance via Azure Portal

  1. Connect to the Azure portal. Refer to portal.azure.com.
  2. From the menu on the left side, select Virtual machines.
  3. From the list of VMs, click the check box next to the desired VM.
  4. From the main menu select Stop (alternatively, right-click on the desired VM and select Stop).

    Caption
    0Figure
    1Power Off a VM via Azure

     Image Added

Powering Off an
Spacevars
0product3
Instance via PowerShell

  1. Access PowerShell. Refer to PowerShell documentation.
  2. Run the following command (per Azure RM):

    Code Block
    ### Azure RM ###
    Stop-AzureRmVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07"
    
    

Delete an 
Spacevars
0product3
Instance

Deleting an
Spacevars
0product3

...

Instance on a VMWare ESXi

...

Hypervisor

  1. Power off the SWe Lite instance.

  2. Right-click on the Virtual Machine and then select Delete from Disk (Note: Do not use the Remove From Inventory choice).

Caption
0Figure
1Delete SWe Lite Instance on VMware ESXi ServerHypervisor
3Delete a SWe Lite Instance on an ESXi Server

 

Deleting

...

an
Spacevars
0product3
Instance on a Microsoft Hyper-V

...

Hypervisor

  1. Power off the Hyper-V server.
  2. Select the intended VM instance name, right-click and then click Delete.

    Caption
    0Figure
    1Deleting a SWe Lite Instance on a Microsoft Hyper-V ServerHypervisor
    3Deleting a SWe Lite Instance on Hyper-V

Deleting

...

an 
Spacevars
0product3
Instance on KVM

...

Hypervisor

  1. Select the intended KVM instance.
  2. Right-click and choose Shut Down, and then Force Off.  
  3. After the instance shows Shutoff, right-click on the instance and then choose Delete.

    Caption
    0Figure
    1Deleting a SWe Lite Instance on a

...

  1. KVM Hypervisor
    3Deleting a SWe Lite Instance on a Hyper-V Server

     

...

  1. Image Added

Deleting an 
Spacevars
0product3
Instance on Azure

Deleting an 
Spacevars
0product3
Instance via Azure Portal

Info

When you delete a 

Spacevars
0product3
instance, deleting the Resource group associated with the VM is optional. Ribbon recommends re-using the Resource group for another VM, but first deleting the associated NIC and drives.

  1. Connect to the Azure portal. Refer to portal.azure.com.
  2. From the menu on the left side, select Virtual machines.
  3. From the list of VMs, click the check box next to the desired VM.
  4. From the main menu select Delete (alternatively, right-click on the desired VM and select Delete).

    Caption
    0Figure
    1Deleting an SBC SWe Lite Instance in Azure

    Image Added

Deleting an
Spacevars
0product3
Instance via PowerShell

  1. Access PowerShell. Refer to PowerShell documentation.
  2. Run the following command (per Azure RM):

    Code Block
    ### Azure RM ###
    Remove-AzureRmVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07"