Difference between revisions of "Enmotus: Installation and set up"
Jump to navigation
Jump to search
| Line 20: | Line 20: | ||
== Create a Fuze Drive == | == Create 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: | List the available drives: | ||
<syntaxhighlight> | <syntaxhighlight> | ||
evsp --list | evsp --list | ||
| + | </syntaxhighlight> | ||
| + | |||
| + | The 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: | ||
| + | |||
| + | <syntaxhighlight> | ||
| + | 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 volume | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 09:32, 26 October 2015
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