Deployment
NetLD provides flexible deployment as a virtual appliance across major hypervisors and cloud platforms, maintaining consistent core requirements while adapting to platform-specific configurations.
VMware ESXi
This section describes the deployment procedure to VMware ESXi. Here we will explain using ESXi 6.5 as an example.
- Log in to the Web UI and click [Create/Register Virtual Machine] from the virtual machine.

- Select “Deploy a virtual machine from an OVF or OVA file” and click [Next].

- Select your storage, and click [Next].

- Select the network and disk provisioning you want to deploy, and click [Next].

- Click [Finish].

After deployment is completed, please start the new virtual machine.
Windows Hyper-V
This section describes the deployment procedure to Windows Hyper-V. Here we will explain using Windows Server 2016 as an example.
Prerequisites
- Hyper-V must be installed in Roles and Features.
- At least one virtual switch is required.
- Start Hyper-V Manager and click [New] > [Virtual Machine].

- Enter a name for your virtual machine and click [Next].

- Select “Generation 1” and click [Next].

- Set the startup memory, and click [Next].

- Select the virtual switch you want to connect to, and click [Next].

- Select “Attach a virtual hard disk later”, and click [Next].

- Click [Finish].

The virtual machine will now be created.
Next, assign the two VHDX files to the created virtual machine:
- Right-click the virtual machine you created and click [Settings].

- Select “Processor”, and change [Number of virtual processors].

- Select “IDE Controller 0”, and click [Add].

- Click [Browse].

- Add “disk1”, and click [OK].

-
Repeat steps 8 to 12 to add
disk2.vhdx. -
Click [OK].

This completes the Windows Hyper-V deployment.
Linux KVM
- Save the
qcow2file in a directory of your choice. - Launch “Virtual Machine manager”.
- From the file menu, click [New Virtual Machine].
- Select “Import an existing disk image” and click [Next].
- Specify the uploaded file in “Specify the path of the existing storage”.
- In “select the operating system you want to install”, select “Generic or unknown OS”.
- Enter the resources you want to assign and click [Next].
- Enter a name for the virtual machine and check “Customize settings before installation”.
- Open [Network Selection], select the device that matches your network environment and click [Finish].
- Click on [IDE Disk1] and change the Disk Bus to “SCSI”.
- Click on [Add Hardware] and add at least 50GB of storage.
- Click [Begin Installation].
This completes the KVM deployment.
Nutanix AHV+
- Login to Nutanix Prism and go to [Settings] from the pull-down menu at the top of the screen.
- Click [image settings] from the menu on the left.
- Click [upload image].
- Enter a name and storage container
- Specify the
qcow2file in “Upload a file” and click [Save]. - Once the upload is complete, go to “Virtual Machines” from the drop-down menu at the top of the screen.
- Click [Create Virtual Machine].
- Enter the VM name and resource you want to allocate.
- Click [Add new Disk].
- Select [Clone from Image Service] from the Operation dropdown menu.
- Select the image you created from the Image dropdown and add it.
- Click [Add new Disk" again].
- Set the size to at least 50GB and add it.
- Add a NIC by clicking [Add New NIC].
- Click [Save].
This completes the Nutanix deployment.
Microsoft Azure
- Log into Azure and go to the “Storage Accounts” service.
- Click an existing storage account or click [Create] to create a storage account.
- In the storage account menu, click [Data Storage] > [containers].
- Click on an existing container or create a container from [containers].
- Click [upload].
- Select the VHD file you downloaded.
- Open [Advanced settings] and change the Blob type to “Page blob”.
- Click [Upload].
- Once the upload is complete, go to the “disk” service.
- Click [Create].
- Select your subscription resource group and region.
- Enter the disk name.
- Change the source type to “Storage Blob”, and select the file where you uploaded the source blob.
- Change the OS type to “linux”
- In the size section, click [change size].
- Select the “storage type” that suits your environment (SSD is recommended).
- Select the top 4GB and click [OK].
- Click [Review and create].
- Check the details, and click [Create].
- Once creation is complete, click [Go to Resource].
- Click [Create VM].
- Enter the virtual machine name.
- Select the resources you want to allocate to the virtual machine by size.
- Go to the [disks] tab.
- in the Data Disk section, click [Create and connect a new disk].
- In the Size section, click [change size].
- Select the “storage type” that suits your environment (SSD is recommended).
- 64GB or larger and add a data disk.
- Verify that the host cache is “read/write”.
- Go to the [Network] tab and configure the network settings to suit your Azure environment.
- Click [Review].
- Check the details, and click [Create].
This completes the deployment on Azure.
AWS
- Login to AWS EC2 and click [launch Instance].
- Give it a name and optionally set tags.
- Click [Browse more AMI at Application and OS images] .
- Select “Community AMIs”, enter
lvi-corein the search field, and perform a search.

- Select an instance type based on the sizing guidelines.
- After creating a key pair in Key Pair (login), click [download key pair].
- In the network settings, assign a group. You can choose an existing security group or create one. You can add a new security group.
- [Under Configure Storage], click [add new volume] and set the size to at least 50GB.
- Once configured, click [launch instance].