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
LOGROTATE – ARCHIWIAZACJA LOGÓW
Viewed 2912 times since Fri, Nov 30, 2018
Install Security Patches or Updates Automatically on CentOS and RHEL
Viewed 2750 times since Fri, Oct 26, 2018
How To Add Swap Space on Ubuntu 16.04
Viewed 3263 times since Fri, Jun 8, 2018
RHEL: Forgotten ’root’ password / using single-user to gain access
Viewed 9239 times since Sat, Jun 2, 2018
Installing and Configuring stunnel on CentOS 6
Viewed 5008 times since Fri, Sep 28, 2018
RHEL7: Create and configure LUKS-encrypted partitions and logical volumes to prompt for password and mount a decrypted file system at boot.
Viewed 14581 times since Mon, Aug 6, 2018
Linux Proxy Server Settings – Set Proxy For Command Line
Viewed 6424 times since Mon, Feb 18, 2019
Increase A VMware Disk Size (VMDK) Formatted As Linux LVM without rebooting
Viewed 16974 times since Wed, May 30, 2018
Linux 16 Useful Bandwidth Monitoring Tools to Analyze Network Usage in Linux
Viewed 20377 times since Mon, Sep 21, 2020
How to sort IP addresses in Linux
Viewed 4560 times since Sun, May 20, 2018