mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-01 05:21:06 +01:00
6b8ecd6b5c
@zhujian0805 contributed some excellent cheatsheets in #185, but some binary files seem to have gotten mixed into the commit as well. This commit cherry-picks the cheatsheet file changes from that PR while leaving behind the cruft. Also performed minor editing on some of the cheatsheets.
8 lines
415 B
Plaintext
8 lines
415 B
Plaintext
#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
|