Preparation

Cloud Image

Select your shared AMI or import your downloaded VMWare image.

If deploying to a cloud environment (AWS, Azure) and the host has a dynamic (cloud allocated IP) associated with the VM, prior to execution of the configuration at the console Console Interface , execute the following :

sudo rm /etc/netplan/50-cloud-init.yaml
echo "network: {config: disabled}" | sudo tee -a /etc/cloud/cloud.cfg.d/99-hypercollector-networking.cfg

Hypervisor

For a Hypervisor deployment such as VMWare or Hyper-V, check before starting the virtual machine.

  • Download your image file

  • Import the image

  • Ensure there is at least one Network Adapter added to the virtual machine

    • Two adapters if a separated management network is used or desired for console access

  • Change the CPU, memory and disk sizes to the desired amounts

    • Disk 2 is used for local cache

Last updated