VMware Edition installation
This section applies to installing Dash Enterprise Single Server in a local VMware environment. VMware Edition is intended for use only by customers who cannot use Docker containers directly. Support for this edition is limited and the latest version of Dash Enterprise is not always available as a VM. If possible, we strongly recommend using the regular Dash Enterprise release.
The below walkthrough assumes that you are using VMware ESXi managed by the VMware vSphere client. If that is not the case, please consult the documentation for your hypervisor.
Hypervisor requirements
Dash Enterprise requires a hypervisor (also known as virtualization player or virtualization host) that supports OVA/OVF files. This release was tested on VMware vSphere 6 (ESXi) Hypervisor 6.0.0 (managed by VMware vSphere Client), but any other hypervisor that supports OVA/OVF should also work.
The virtual machine to be provisioned requires the following system resources:
4 CPU cores
16 GB RAM
2 TB free disk space
This number may be increased or decreased depending on the size of the active team, but should never be lower than 200 GB
Provision virtual machine
Create a new virtual machine using the
plotly-on-premise-3.1.0.ova
file provided to you by Plotly:Go to File > Deploy OVF Template
Select
plotly-on-premise-3.1.0.ova
and click NextOn the Details screen, click Next
The description is incorrect; this is known and is to be fixed in a later release
Name the machine (we suggest Dash Enterprise 3.1) and click Next
On the Summary screen, leave Power on after deployment disabled and click Finish
The virtual machine will now be deployed
This may take some time if you have a slow network connection, since the OVA file is being uploaded to your hypervisor
Configure the virtual machine
Click the new virtual machine in the Inventory and select Edit virtual machine settings
Increase memory to 16 GB (or more if desired)
Increase CPUs to the maximum available
Click Add > Hard Disk > Create a new virtual disk and add a 2 TB disk
Do not change any advanced options
Power on the virtual machine and continue configuration using the console (see next section)
The virtual machine may take up to two minutes to boot
Configure using the VM’s console
To visit the console of your new VM, right-click on the Dash Enterprise entry in your virtual machine inventory and choose Open Console. If the virtual machine has finished booting, the Dash Enterprise banner will be displayed in the console. You will then be taken to the First Boot menu to configure the system as follows.
Set shell password: this is for the
plotly
user account, which has root access via sudo for system administrationThe default password is
plotly
Set root password: this password will be for the
root
user and is recommended for emergency repairs to your systemIf you do not set this password, the
root
user will be unable to log in
Install Replicated: this begins the installer for the Server Manager
If you have more than one network interface, select the one that will be used to access the server from your network
When asked if this machine uses a proxy to access the Internet, enter y if this is the case or if it uses a proxy to access your internal networks; otherwise, enter n
Prepare storage: this attempts to automatically locate and prepare data storage for Dash Enterprise, as follows:
If there is an existing formatted partition labelled
plotly
, it will be added to fstab, mounted, and used for data storage (this supports upgrades)If not, any unpartitioned drives will be partitioned, then the largest unformatted partition will be formatted, labelled as
plotly
, added tofstab
, and mounted to be used for data storageIf you added a second hard disk or block device meeting these criteria, it will automatically be prepared for use as data storage
If you are unable to use the Prepare storage option, see the next step
Perform shell-based configuration if needed: if you are not able to use the automated installer, you can use the Run a shell utility for configuration tasks
To prepare storage manually:
Create a partition and format it
Mount the partition on
/plotly
To support upgrades, add the partition to
/etc/fstab
and label itplotly
Continue to web-based configuration: choose Exit installer to continue the rest of the installation in a Web browser; see Configuration to continue.
Last updated