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
RHEL: Handling SCSI disks
Viewed 12299 times since Sun, May 27, 2018
Using stunnel and TinyProxy to obfuscate HTTP traffic
Viewed 6672 times since Fri, Sep 28, 2018
LUKS List available methods of encryption for LUKS
Viewed 2863 times since Fri, Jul 13, 2018
How to use yum-cron to automatically update RHEL/CentOS Linux
Viewed 2582 times since Wed, Oct 17, 2018
ZFS: Verify/change properties of a zfs filesystem
Viewed 2509 times since Sun, Jun 3, 2018
How to Clear RAM Memory Cache, Buffer and Swap Space on Linux
Viewed 2438 times since Mon, Nov 23, 2020
socat: Linux / UNIX TCP Port Forwarder
Viewed 9452 times since Tue, Aug 6, 2019
How To Set Up an SSL Tunnel Using Stunnel on Ubuntu
Viewed 3149 times since Fri, Sep 28, 2018
Linux Add a Swap File – HowTo
Viewed 10058 times since Fri, Jun 8, 2018
Set Up SSH Tunneling on a Linux / Unix / BSD Server To Bypass NAT
Viewed 11202 times since Fri, May 15, 2020