Skip to main content

Home/ BI-TAGS/ Group items tagged raid

Rss Feed Group items tagged

cezarovidiu

How to Expand an array and Extend a logical drive using HP Array Configuration Utility ... - 0 views

  • Extend the Logical Drive to use the extra space
  • 1. Click to select the logical drive that wish to extend (Here Logical drive 2 is selected). 2. At the right pane of the ACU window, click Extend Logical drive.
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."
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)"
1 - 6 of 6
Showing 20 items per page