Resizing virtual appliances
Change CPU/RAM/disk resources for virtual Brains, Sensors, and Stream appliances.
General Information
Customers with already deployed virtual Sensors or Brains may realize that they need to increase the size of the Sensor or Brain to increase the network traffic throughput that a Sensor or Brain can process. In the case of Sensors, the throughput is the amount of traffic that a Sensor can observe and produce metadata for. Virtual Brains do not support mixed mode deployment and throughput of a Brain refers to the aggregate amount of traffic observed by its paired Sensors that the Brain can process the forwarded metadata for.
Please note that resizing a virtual Brain or Sensor is only supported to go from a smaller configuration to a larger one.
Reducing the size of a Brain or Sensor is NOT supported.
Please also note that resizing is not the only option. Many customers choose to redeploy a new vSensor instead of resizing.
This is good for "fresh start" scenarios, where the lack of resources on a machine caused such catastrophic failures of the system that redeploying may solve problems that would potentially remain in the systems even after a resize and reboot.
A redeploy can also utilize a new base image that may have been updated since the original vSensor was deployed.
When resizing, you must resize the CPU cores, RAM, and disk size to a supported configuration for your particular situation.
For cloud Sensors or Brains, you can change the instance or machine type after stopping or deallocating the instance.
For traditional hypervisors, you will need to edit the settings manually.
Steps for supported platforms
AWS
Stop the instance.
Edit the instance type to a larger supported configuration.
For Brains see the AWS Brain Deployment Guide for supported configurations.
For vSensors see the AWS Sensor Deployment Guide for supported configurations.
Start the instance.
The instance will go through a reboot cycle, after which it will have to decrypt and pass an integrity check which could take up to 45 min.
The whole process should take no longer than 60 minutes.
Sensors just have a reboot cycle and will complete much more quickly.
Azure
Deallocate the instance.
Edit the instance type to a larger supported configuration.
For Brains see the Azure Brain Deployment Guide for supported configurations.
For vSensors see the Azure Sensor Deployment Guide for supported configurations.
Start the instance.
The instance will go through a reboot cycle, after which it will have to decrypt and pass an integrity check which could take up to 45 min.
The whole process should take no longer than 60 minutes.
Sensors just have a reboot cycle and will complete much more quickly.
GCP
Stop the VM.
A VM is considered stopped only when the VM is in the
TERMINATEDstate.You cannot change the machine type of a running VM.
To edit the VM, click "Edit".
In the Machine configuration section, select the machine type that you want to use.
Please see the GCP Sensor Deployment Guide for supported configurations.
Click "Save".
Start the VM, it will perform a reboot cycle on its own.
VMware
From the vCenter client, power off the virtual appliance.
Select the VM, and right-click to Edit Settings.
With the Virtual Hardware tab selected, modify the boxes for RAM, CPU, and Disk Size to a larger supported configuration.
Virtual Brain - See the VMware Brain Deployment Guide for supported configurations.
vSensor - See the VMware vSensor Deployment Guide for supported configurations.
Click OK.
Wait for the resizing operation to complete.
Power on the VM
Brains will have a reboot, after which they will have to decrypt and pass an integrity check, will take ~10-15 minutes.
Sensors will just have a reboot cycle.
The whole process should take no longer than 20 minutes.
Hyper-V
Please see the Hyper-V vSensor Deployment Guide for supported configurations.
Shutdown the VM.
To edit disk:
Click on your Virtual Machine.
Click on "Settings".
Select "SCSI".
Select the virtual hard drive that you want to extend and click "Edit".
Select "Expand" from the “Edit Virtual Hard Disk” wizard.
Expand the disk.
To edit CPU:
Click on your Virtual Machine.
Click on "Settings".
Select "Processor".
Select the processor that you want to extend and edit the number of vCPUs available.
To edit memory:
Click on your Virtual Machine.
Click on "Settings".
Select "Memory".
Expand the memory.
Start the VM, it will perform a reboot cycle on its own.
Nutanix
Please see the Nutanix vSensor Deployment Guide for supported configurations.
Shutdown the VM.
Select the VM from the VM table.
Click "Update"
Add vCPUs and Memory.
Click the edit button on the disk you want to extend.
Extend the disk
Click "Update" in the disk menu and then "Save" in the outer menu.
Start the VM, it will perform a reboot cycle on its own.
KVM
Please see the KVM vSensor Deployment Guide for supported configurations. Please note that to resize a KVM vSensor requires editing text files manually and some CLI commands. It may be easier for some customers to simply redeploy a new KVM vSensor than go through the resizing steps below.
Shutdown the VM.
Edit the memory and cpu using "virsh edit <vm_name>".
Close and save the file after editing.
Execute the following at the CLI.
Start the VM, it will perform a reboot cycle on its own.
Last updated
Was this helpful?