[root@server1 ~]# lvextend -L 7G /dev/rhel/rootNew size given (1792 extents) not larger than existing size (3472 extents) Next I used 100%FREE to use all the free extend available in the Volume Group and still same error bash [root@server1 ~]# lvextend -l 100%FREE /dev/rhel/roo...
initially i wanted it of 1 Gb and now is 1.2 G, how and what command do i must use to reduce it?Thanks, Manuaales. 0 Kudos Reply Raj D. Honored Contributor 12-21-2005 08:09 AM Re: /var file system (lvextend) Hi Manuales ,Reducing filesystem , causes corruption of...
I have an existing Mirror whch i have added another disk to. which i can see but when i issue the following command :lvextend -m 2 /dev/vg01/lvol12 /dev/dsk/c5t10d0 I get a message back :lvextend: Not enough free physical extents available.Logical volume "/dev/vg01/lvol12" co...
Select the Physical Storage Devices for LVM – Use pvcreate, pvscan, pvdisplay Commands In this step, we need to choose the physical volumes that will be used to create the LVM. We can create the physical volumes using pvcreate command as shown below. $ sudo pvcreate /dev/sda6 /dev/sda7...
physical volumes can be specified. There must be at least one physical volume group in each volume group that appears in this file. The physical-volume-group name must be unique within the corresponding volume group, although it is permissible to use a common physical volume ...
I am trying to extend an LV (/dev/vgqs_sapdata/sapdata) but getting the following message:-lvextend -L 229264 /dev/vgqs_sapdata/sapdataWarning: rounding up logical volume size to extent boundary at size "229280" MB for striping.lvextend: Not enough free physical extents available.Logical...
The only way I can think of, is adding a 14GB disk and use the pvmove command to relocate the logical volume from /dev/dsk/c12t0d0 to another disk and then expand or just add the other disk in the group and expand.George 0 Kudos Reply Dietmar Konermann Honored Contributor ...
We were able to get the extendfs to be accepted, could not understand the fsadm command as ours doesn't have the "-b 220M" options so we tried extendfs and it of course said that the lvol had to be unmounted before it would extend the file system.Is the assumption correct that ...
Another possibility would be to move some extents from one of the LVs on c4t0d2 to another PV. This could be done via the pvmove command, but again, this will depend entirely on how the other LVs on c4t0d2 are set up. 0 Kudos NMory Respected Contributor 07-25-2006 04:...
What happened was I added a 9.1 GB disk, made it an eligible physical volume, extended a volume group and extended a logical volume to the new disk (or so I thought). I got the "Not enough free physical extents" message and tried a smaller number for the lvextend command. I rebooted...