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
Szybkie sprawdzenie zewnętrznego adresu IP i hosta
Viewed 3291 times since Thu, May 24, 2018
ZFS: Grow/Shrink an existing zfs filesystem
Viewed 6201 times since Sun, Jun 3, 2018
Yum Update: DB_RUNRECOVERY Fatal error, run database recovery
Viewed 3937 times since Fri, Jan 17, 2020
RHCS6: Install a two-node basic cluster
Viewed 3331 times since Sun, Jun 3, 2018
Inxi – A Powerful Feature-Rich Commandline System Information Tool for Linux
Viewed 18838 times since Sat, Jun 2, 2018
RHEL: Change system’s hostname
Viewed 3385 times since Sun, May 27, 2018
YUM CRON Enabling automatic updates in Centos 7 and RHEL 7
Viewed 11834 times since Fri, Oct 26, 2018
logrotate How log rotation works with logrotate
Viewed 8909 times since Sun, Jan 12, 2020
sed Delete / Remove ^M Carriage Return (Line Feed / CRLF) on Linux or Unix
Viewed 10120 times since Thu, Feb 7, 2019
Zabijanie wszystkich procesów użytkownika
Viewed 2579 times since Thu, May 24, 2018