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
YUM CRON Enabling automatic updates in Centos 7 and RHEL 7
Viewed 12605 times since Fri, Oct 26, 2018
20 IPtables Examples For New SysAdmins
Viewed 2819 times since Fri, May 15, 2020
Linux ssh Hide OpenSSH Version Banner
Viewed 56012 times since Wed, Apr 22, 2020
ubuntu How to Reset Forgotten Root Password in Ubuntu
Viewed 3732 times since Tue, Dec 8, 2020
Manage SSH Key File With Passphrase
Viewed 2877 times since Tue, Mar 5, 2019
linux ssh How to Hide the OpenSSH Version Details when Telnet to Port 22
Viewed 6727 times since Wed, Apr 22, 2020
Automatic YUM Updates with Yum-cron
Viewed 11235 times since Fri, Oct 26, 2018
“Too many authentication failures” with SSH
Viewed 6825 times since Mon, May 21, 2018
How to automate SSH login with password? ssh autologin
Viewed 3424 times since Fri, Jun 8, 2018
stunnel Securing telnet connections with stunnel
Viewed 2222 times since Sun, Dec 6, 2020