Versions Compared

Key

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

Add_workflow_for_techpubs
AUTH2UserResourceIdentifier{userKey=8a00a0c85b2726c2015b58aa779d0003, userName='null'}
AUTH1UserResourceIdentifier{userKey=8a00a0c85b2726c2015b58aa779d0003, userName='null'}
JIRAIDAUTHCHOR-47241578
REV5UserResourceIdentifier{userKey=8a00a0c85b2726c2015b58aa779d0003, userName='null'}
REV6UserResourceIdentifier{userKey=8a00a0c85b2726c2015b58aa779d0003, userName='null'}
REV3UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cc5207f0, userName='null'}REV4UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26c91d01f98a00a0c86fa9f488016fada3064c0001, userName='null'}
REV1UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26ca2f03d18a00a02355cd1c2f0155cd26ccf70906, userName='null'}
REV2UserResourceIdentifier{userKey=8a00a0c85c46b657015d4f57d577001c8a00a02355cd1c2f0155cd26cef30cd0, userName='null'}

CSS Stylesheet
img.confluence-embedded-image { display: inline-block !important; }

...

Info

For details on hardware and software requirements, refer to:


Changing vCPUs and Increasing RAM for 
Spacevars
0product3
(KVM, Microsoft Hyper-V, VMware ESXi Hypervisors)

...

To verify the updated values, see Changing vCPU and Increasing Memory/VM Size#Verify Verify Update on SWe Lite.

Spacevars
0product3
 on Microsoft Hyper-V

...

  1. Launch Hyper-V Manager from the Windows Start menu.
  2. Power down the VM in which you will be adding vCPUs and RAM.
  3. Right-click on the desired VM instance and select Settings.
  4. Click on Memory. Each 

    Spacevars
    0product3
    instance with 1 vCPU requires 1 GiB (1024 MiB) RAM; this amount is increased according to the number of vCPUs. Refer to SBC SWe Lite Hardware and Software Requirements.

    Caption
    0Figure
    1Add memory


  5. Enter the desired memory and click OK.
  6. Click on Processor. The 

    Spacevars
    0product3
    supports 1, 2, 4 or 10 vCPUs.

  7. Enter the desired virtual processors and click OK.

    Caption
    0Figure
    1Add vCPUs


  8. Start the VM instance. The 
    Spacevars
    0product3
    is configured with the updated values.
  9. To verify the updated values, see Changing vCPU and Increasing Memory/VM Size#Verify Verify Update on SWe Lite.


Spacevars
0product3
on VMware ESXi

...

To verify the updated values, see Changing vCPU and Increasing Memory/VM Size#Verify Verify Update on SWe Lite.

Changing VM size for SWe Lite (Azure)

...

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

    Code Block
    ### Azure RM ###
    Stop-AzureRmVM -ResourceGroupName $resourceGroup -Name $vmName -Force
    $vm = Get-AzureRmVM -ResourceGroupName $resourceGroup -VMName $vmName
    $vm.HardwareProfile.VmSize = "<newVMSize>"
    Update-AzureRmVM -VM $vm -ResourceGroupName $resourceGroup
    Start-AzureRmVM -ResourceGroupName $resourceGroup -Name $vmName
    


Changing VM size for SWe Lite (AWS)

Info

For Virtual Machine Requirements, refer to Virtual Machine Requirements - AWS.

Change the VM instance type according to the instructions below.  In the stack in AWS, update the VM size (EC2 instance) as follows:

  1. Log onto AWS Cloud Formation,
  2. Select the SBC SWe Lite stack you want to update. 

    Note

    The applicable VM must be shut down before updating the size.


  3. From the Stack Details Pane, click Update.
  4. Follow the detailed instructions for updating the EC2 Instance (VM size) field here: Update EC2 Instance Type.

Verify Update on
Spacevars
0product3

...

Caption
0Figure
1Verify CPU and Memory Updates - Example for KVM and AWS

Image RemovedImage Added



Pagebreak