Skip to main content

Home/ BI-TAGS/ Group items tagged lvm

Rss Feed Group items tagged

cezarovidiu

Linux Sysadmin: How To Manage LVMs With a GUI - 0 views

  •  
    "yum install system-config-lvm"
cezarovidiu

lvm - Resizing logical volume on Oracle Enterprise Linux 5.6 - Server Fault - 0 views

  •  
    " 1. use fdisk create a new primary partition using the available open space. For this example it would be /dev/sda3. 2. pvcreate /dev/sda3 to set it up 3. vgextend /dev/VolGroup00 /dev/sda3 4. do a vgdisplay and see how many open extents you have on VolGroup00. For this example assume 407 extents are open 5. lvextend -l +407 /dev/VolGroup00/LogVol00 6. resize2fs /dev/VolGroup00/LogVol00 (assumming ext2/ext3)"
cezarovidiu

dbms-notes: writing blocks to disk: Resizing a logical volume on Oracle Enterprise Linu... - 0 views

  •  
    "jdoe@quark # lvextend -l+196 /dev/VG00/LV00 Extending logical volume LV00 to 17.84 GB Logical volume LV00 successfully resized jdoe@quark # jdoe@quark # resize2fs /dev/VG00/LV00 resize2fs 1.39 (29-May-2006) Filesystem at /dev/VG00/LV00 is mounted on /; on-line resizing required Performing an on-line resize of /dev/VG00/LV00 to 4677632 (4k) blocks. The filesystem on /dev/VG00/LV00 is now 4677632 blocks long."
1 - 9 of 9
Showing 20 items per page