Displaying 2 results from an estimated 2 matches for "lvm01".
Did you mean:
vm01
2010 Jul 11
1
is it safe to resize root, on an LVM system, online?
Hi,
One of our servers has a too small root partition on LVM and needs to
be resized. Can / be safely increased online, without a reboot?
[root at zaxen02 ~]# lvscan
ACTIVE '/dev/LVM01/root' [4.00 GB] inherit
ACTIVE '/dev/LVM01/home' [20.00 GB] inherit
ACTIVE '/dev/LVM01/var' [4.00 GB] inherit
ACTIVE '/dev/LVM01/swap' [4.00 GB] inherit
ACTIVE '/dev/LVM01/log' [1.00 GB] inherit
ACTIVE...
2011 Nov 02
1
CentOS 5.7 gives me a blank screen after bootup
...initrd /initrd-version.img
#boot=/dev/md0
default 0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.18-274.7.1.el5xen)
root (hd0,0)
kernel /xen.gz-2.6.18-274.7.1.el5 dom0_mem=786M
module /vmlinuz-2.6.18-274.7.1.el5xen ro root=/dev/LVM01/root nofb
module /initrd-2.6.18-274.7.1.el5xen.img
title CentOS (2.6.18-274.7.1.el5)
root (hd0,0)
kernel /vmlinuz-2.6.18-274.7.1.el5 ro root=/dev/LVM01/root nofb
initrd /initrd-2.6.18-274.7.1.el5.img
root at zaxen02:[~]$ uname -a
Linux zaxen02 2.6.18-274.7.1.el5xe...