With the appliance installed in your virtualization environment we now need to setup and customize the application for your environment.
1. Login to the console of the appliance
You will need to open a console session to the appliance for your hyper-visor of choice. Log in with the local admin credentials you were provided in the Kickoff. Contact Support if you or your site admin doesn't have them.
1. Setup networking
You can use either a DHCP assigned address or a static IP ( recommended ). If you are uncomfortable setting up networking in Ubuntu 16.04 follow the below steps. From the console enter the following based on your needs
-
sudo smash
- To check current settings type:
network
- To set the system to use DHCP type:
network dhcp
- To set a stacic ip type:
network static <address> <subnet> <gateway> <dns>
- To see a list of all options type:
network help

- exit smash with
exit
2. Mount Data Drive
After adding your secondary drive in the appliance setup you will need to mount it. From the console enter the following.
Use this command with great care. There is potential to delete your data.
- To mount a drive:
sudo verimount --operation mount --destination /data --source /dev/sdb --type xfs
if your drive resides at a different location that /dev/sdb you should substitute that here. - More verimount documentation is found by running
sudo verimount --help
After completing all the steps on the page, reboot the host; then log back in and:
sudo veridocker -o start
This will download and start the FileHub application.