Installing DDM
Overview
DDM is packaged as an ISO file, which includes a streamlined Linux distribution which has been pre-configured for the DDM application.
It is recommended that DDM is installed on top of a Type 1 virtualization platform such as VMWare ESXi® or Hyper-V by importing the ISO directly.
It is also possible to install DDM on a ‘bare metal’ server by creating a bootable USB drive or burning the ISO image to a DVD.
Important Notice - CentOS7 Hardware Support for Bare Metal Install
As of DDM version 1.4, the ISO includes the CentOS7 Linux distribution. Whilst this is officially supported until 30 June 2024, some drivers have not been updated recently.
We are working on a replacement Linux distribution.
Please check this FAQ before specifying server hardware.
System Requirements for the Physical Host Machine
The licensing model for DDM includes three editions: Silver, Gold, and Platinum. Each edition supports a different number of devices and domains.
- For the Silver and Gold editions, the host machine requires a minimum of 2 CPUs, 20GB of disk space and 4GB of RAM.
- For the Platinum edition, the host machine requires a minimum of 2 CPUs, 20GB of disk space and 8GB of RAM.
- For systems that include more than 200 devices, 16GB of RAM is recommended.
The physical host machine on which a hypervisor is installed must also meet the above specifications (with additional capacity for any other applications).
Importing the ISO Directly into a Virtualization Platform
ISO files are supported by all major virtualization platforms. Refer to the user guide for your particular platform to find out how to import an ISO file. For more information about installing DDM in a hypervisor, see the Technical Documentation page at audinate.com.
Creating a Bootable USB Drive
In Windows
There are various applications available for creating bootable USB drives in Windows.
Rufus (https://rufus.ie/) is a popular (free and open-source) application, but there are other alternatives that may be more suitable for your own environment.
Note: Do not change the volume label. When prompted, after clicking ‘START’, select ‘DD Image mode’ (not ‘ISO Image mode’) for writing.
In Linux
The industry-recommended method for creating a bootable USB drive in Linux is by using dd. The following instructions are adapted from the Centos instructions.
-
Assuming your USB stick is seen as /dev/sdb:
dd if=[filename].iso of=/dev/sdb
- You must write to the entire device, and not a partition on it (so, /dev/sdb not /dev/sdb1).
- When asked for the media to install from, select ‘Hard disk’ and then the device corresponding to the USB key.
- Make sure you select as destination the device corresponding to the USB key (/dev/sdb in the above example) and not a partition (such as /dev/sdb1).
Booting from USB
Once you have created a bootable USB drive, you must instruct the target computer BIOS to boot from the USB drive.
Computer manufacturers use many different BIOS implementations – refer to the instructions for your particular computer to find out how to configure the BIOS.