Fortra VM Platform vRNA Installer

This product introduces a streamlined, simplified way to install vRNA scanners from Windows devices into VirtualBox. This installer uses the FVM API to download the scanner OVA and retrieve an appliance token. If no appliance token is available, the installer will generate one through the API, if the client account has the availability.

NOTE: Currently the vRNA Installer is only available for Windows.

Acronyms

Acronym Definition
vRNA Virtual RNA (Scanner)
OVA Open Virtual Appliance File
NSIS Nullsoft Scriptable Install System
INETC Internet client plug-in

System Requirements

VirtualBox Supported Operating Systems

Host Operating System
Windows 8.1
Windows 10 RTM (1507 / 2015 LTSB) build 10240
Windows 10 Anniversary Update (1607 / 2016 LTSB) build 14393
Windows 10 Fall Creators Update (1709) build 16299
Windows 10 April 2018 Update (1803) build 17134
Windows 10 October 2018 Update (1809 / 2019 LTSC) build 17763
Windows 10 May 2019 Update (19H1 / 1903) build 18362
Windows 10 November 2019 Update (19H2 / 1909) build 18363
Windows Server 2012
Windows Server 2012 R2
Windows Server 2016
Windows Server 2019

vRNA System Requirements

  • User must have local admin permissions
  • Device must be able to reach FVM proxy 18.208.54.25:4443
  • Device must be able to reach checkpoint.us.frontline.cloud:4443
  • VT-x supported processor (and is enabled)
  • VT-x supported motherboard (and is enabled)
  • Device must have virtualization enabled in BIOS

vRNA Functional Specification Overview

Scanner RNA Install Wizard

Technical Details

Read on for information pertaining to API calls, shim, and scripts technical details of the installer.

Installer API Calls

The installer makes a call to Fortra VM to download the scanner OVA. NSIS generally does not allow for file downloads in the installer so the plugin INETC is used. INETC allows for downloading and saving of files to a local directory. The API call to Fortra VM uses the endpoint api/appliance/download/?type=ova. The downloaded file is stored in the directory you specify in the installer $INSTDIR/rna_ova.ova. The file size is generally 1.7GB.

VBoxManage

VBoxManage is a component of VirtualBox that comes with all installations. The vRNA installer uses the APIs exposed in this component to deploy an OVA file into VirtualBox. VBoxManage is also used to add a name to the vRNA VM and to set the clipboard sharing option to bidirectional.