Set up your virtual environment and deploy the Trellix DLP Network Prevent virtual appliance software. Deploy the appliance software from the .zip file you downloaded.
Open Hyper-V Manager installed on a Windows Server. To open Hyper-V Manager, either press the Windows key and type Hyper-V Manager to search applications for Hyper-V Manager or open it from the Windows Start menu.
Run the PowerShell script to create a virtual appliance with one of these predefined deployment specifications. The predefined deployment option allocates the CPUs, memory, and capture disk space.
Browse to the folder where you downloaded the appliance installation package and unzip the folder.
From the File menu, browse and open Open Windows PowerShell as administrator.
Use the
Get-helpcommand to know about Hyper-V commands.At the Windows PowerShell prompt, go to the folder where you unzipped the installation file:
cd .\<download package folder.HyperV_ps>Run the PowerShell script in the guided deployment mode or the automated deployment mode:
Guided deployment — Run the
HyperV_ps.ps1script with no arguments:.\HyperV_ps.ps1A dialog box appears with fields to choose the specifications for a virtual appliance:
Browse to specify the installation path.
Choose one of the predefined deployment options to specify the virtual appliance size.
To use DLP Capture, choose a deployment option that provides additional disk space to store captured data.
The predefined deployment option allocates the CPUs, memory, and capture disk space. The options are Standard VM, Standard VM - Capture, Small VM, Small VM - Capture, Large VM, and Large VM - Capture.
Provide the network interface details or update them later using the Settings option in the virtual appliance.
Click OK.
Hyper-V prompts you to continue with the installation. Type
yand press Enter to continue.Automated deployment — Run the
HyperV_ps.ps1script with these arguments:.\HyperV_ps.ps1 -noprompt -name "<VM_name>" -path "<installation_path>" -vmsize "<predefined_deployment_option>" -lan1 "<ip_address>" -lan2 "<ip_address>" -lan3 "<ip_address>"The predefined deployment options are
"Small VM","Small VM Cap","Standard VM","Standard VM Cap","Large VM", and"Large VM Cap".For example, specifying the argument for
-vmsizeas"Small VM Cap", creates a virtual appliance with one CPU 4 GB RAM and 2 TB of capture data disk.Note
If you don't specify
-vmsize, a virtual appliance is created with the Standard VM specifications.
The required hard disks are created and the deployment is complete. If you specify the option that supports creating a capture data disk, hard disk 3 gets created to store the captured data.
In Hyper-V Manager, verify the newly created virtual appliance. Right-click the virtual appliance and click Settings to edit the configuration settings.
Browse to various fields, such as Processor, IDE Controller and change the settings if needed. Connect to the network switches using the Network Adapter fields. Click OK.
In the virtual appliance window, click Start from the Actions menu.
The disk drives and the appliance software are deployed. The installation starts from hard disk 1.