Enmotus: Installation and set up
Installation
Run the binary provided....
./FuzeDriveServer_install_linux64_XXXXInstall the licence...
evsp --license AAAA-BBBB-CCCC-DDDDCheck the licence...
evsp --licenseCreate a Fuze Drive
There are several pssoble ways to create a tiered volume, depending on the number and configuration of the disk required. Before creating a disk you will need to list the available disks that can be used: List the available drives:
evsp --listThe general create command is mused to make intermediate virtual volumes (vdisks) that form the tiers as well as the tiered volumes (tdisks).
The command follows a set format:
evsp --create <disk-type> <device1> <device2> ... {options}
#disk-type = vdisk or tdisk
#device = the disks to be used
#options = type or inital mode of the volumeevsp --create /dev/sdb /dev/sdc