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
Tropienie pożeracza dysku
Viewed 1982 times since Thu, May 24, 2018
socat: Linux / UNIX TCP Port Forwarder
Viewed 8878 times since Tue, Aug 6, 2019
Linux – How to check the exit status of several piped commands
Viewed 2710 times since Wed, Jul 25, 2018
LVM: Create a new Logical Volume / Filesystem
Viewed 1857 times since Sat, Jun 2, 2018
How to recover error - Audit error: dispatch err (pipe full) event lost
Viewed 24268 times since Tue, Aug 6, 2019
LVM: Extend SWAP size by adding a new Logical Volume
Viewed 2904 times since Sat, Jun 2, 2018
A Quick and Practical Reference for tcpdump
Viewed 12018 times since Fri, Jul 27, 2018
Use inotify-tools on CentOS 7 or RHEL 7 to watch files and directories for events
Viewed 13540 times since Fri, Jul 27, 2018
10 Linux DIG Command Examples for DNS Lookup
Viewed 10769 times since Sun, Sep 30, 2018
Tips to Solve Linux & Unix Systems Hard Disk Problems
Viewed 3854 times since Fri, May 15, 2020