RHEL – LVM Resizing Mounted Volumes
// September 24th, 2012 // Comments Off on RHEL – LVM Resizing Mounted Volumes // Infrastructure, Storage
pvscanlvdisplay <filesystem to grow> vgdisplay <VG Name> lvresize -L +3G <LV Name> lvdisplay <LV Name> df -k <mountpoint> resize2fs -p <LV Name> df -k <mountpoint>
Hello world!
// September 19th, 2012 // Comments Off on Hello world! // Corporate
I’m going to take the opportunity and use this first post to thank the brilliant Engineers, Architects, and Admins that I am lucky to be working with. They have been an inspiration and motivation for further pursuing knowledge.
Thanks guys.