Enterprise Volume Management System |
|||||
Documentation
Screen Shots
Downloads
|
Activating Your EVMS VolumesIn the previous EVMS design (releases 1.2.1 and earlier), volume discovery was performed in the kernel, and all volumes were immediately activated at boot time. With the new EVMS design, volume discovery is performed in user-space, and volumes are activated by communicating with the kernel. Thus, in order to activate your volumes, you must open one of the EVMS user-interfaces and perform a save, which will activate all inactive volumes.
In addition to manually starting one of the EVMS UIs, there is a utility called evms_activate. This utility simply opens the EVMS engine and issues a commit command. You should add a call to evms_activate to your boot scripts in order to automatically activate your volumes at boot time. If you have volumes listed in your /etc/fstab file, you will need to call evms_activate before the fstab file is processed.
EVMS also provides a sample SysV init script for activating the EVMS volumes for use on Linux distributions that use SysV init scripts at boot time (most of the major distros do). This sample script is called init.d_evms and can be found in the doc directory in the EVMS source package. You should copy this file to the appropriate directory for your distro (probably /etc/init.d or /etc/rc.d/init.d), and rename it evms. Then create a symbolic link in the appropriate run-level subdirectory, so this script is automatically run at boot time.
Once the volumes are activated, you may mount them in the normal fashion, using the device-nodes in the /dev/evms/ directory.
|