RHCS6: Clustered LVM

RHCS: Clustered LVM

# Tested on RHEL 6

# Clustered LVM allows us to use a regular LVM volume group and logical volume on shared
# storage, making all the objects accessible to all cluster nodes at the same time.

# Clustered LVM uses 'clvmd' daemon, responsible to propagate metadata changes to all
# cluster nodes.

# Please, take into account that unless you configure a cluster-aware filesystem (as GFS)
# only one node should mount the filesystem at a time, otherwise LVM will not prevent you
# from corrupting data.

# To configure clustered LVM, all cluster nodes must be configured to use LVM clustered
# locking. This can be done by either changing "locking-type" to '3' in /etc/lvm/lvm.conf
# configuration file or by running:

lvmconf --enable-cluster

# 'clvmd' daemon must be enabled on all cluster nodes:

chkconfig clvmd on
service clvmd restart
0 (0)
Article Rating (No Votes)
Rate this article
Attachments
There are no attachments for this article.
Comments
There are no comments for this article. Be the first to post a comment.
Full Name
Email Address
Security Code Security Code
Related Articles RSS Feed
LVM: Reduce root PV/VG
Viewed 5982 times since Sat, Jun 2, 2018
YUM CRON RHEL7: Configure automatic updates.
Viewed 2559 times since Fri, Oct 26, 2018
systemd Auto-restart a crashed service in systemd
Viewed 4204 times since Fri, Jan 17, 2020
Red Hat Enterprise Linux - Allow Root Login From a Specific IP Address Only
Viewed 3546 times since Wed, Oct 3, 2018
SYS: Configure a local repository. local repo
Viewed 11841 times since Mon, Oct 29, 2018
www.unixarena.com
Viewed 3014 times since Fri, Jul 27, 2018
Improve security with polyinstantiation
Viewed 14399 times since Fri, May 15, 2020
RHCS6: Show/Add GFS2/GFS journals
Viewed 13408 times since Sun, Jun 3, 2018
Linux - How to get network speed and statistic of ethernet adapter in Linux
Viewed 2863 times since Fri, Jun 8, 2018
RHEL: Reinstalling Boot Loader on the Master Boot Record (MBR)
Viewed 4327 times since Sun, May 27, 2018