From e1782a84a995b7fb4ea6b08afe6783804c2181b4 Mon Sep 17 00:00:00 2001 From: James Zhu Date: Sat, 4 Oct 2014 21:59:41 +0800 Subject: [PATCH] mod --- cheat/cheatsheets/lvm | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cheat/cheatsheets/lvm diff --git a/cheat/cheatsheets/lvm b/cheat/cheatsheets/lvm new file mode 100644 index 0000000..492be2e --- /dev/null +++ b/cheat/cheatsheets/lvm @@ -0,0 +1,7 @@ +#Exclusive Activation of a Volume Group in a Cluster +#Link --> https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/High_Availability_Add-On_Administration/s1-exclusiveactive-HAAA.html +1> vgs --noheadings -o vg_name +2> volume_list = [ "rhel_root", "rhel_home" ] +3> dracut -H -f /boot/initramfs-$(uname -r).img $(uname -r) +4> Reboot the node +5> uname -r to verify the correct initrd image