Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Error of Snapshot origin volumes can be resized only while inactive Post 302938444 by admin_db on Monday 16th of March 2015 10:52:53 AM
Old 03-16-2015
Error of Snapshot origin volumes can be resized only while inactive

Hello,

I am trying to increase lvsize however it gives below error what's the way that I can increase this size?
Code:
[root@ta ~]# lvextend -L +20G /dev/VGExaDb/volsnap
  Snapshot origin volumes can be resized only while inactive: try lvchange -an

Best regards,
Vishal
 

7 More Discussions You Might Find Interesting

1. Solaris

fssnap error :snapshot error: File system could not be write locked

Hi Guys. This is part of my filesystem structure : Filesystem size used avail capacity Mounted on /dev/md/dsk/d0 47G 5.2G 42G 12% / /devices 0K 0K 0K 0% /devices ctfs 0K 0K 0K 0% ... (2 Replies)
Discussion started by: aggadtech08
2 Replies

2. Filesystems, Disks and Memory

Raw volumes

The query is as follows : A typical server configs when using Oracle or any other type of DB is to install the OS + DB binaries on the internal disks of the relevant server e.g. Disk 1 : OS + SW + DB binaries Disk 2 : Mirror of disk 1 (used for resiliency) Then one uses an external array... (1 Reply)
Discussion started by: kekanap
1 Replies

3. Solaris

No of volumes in vxvm

Anyone knows that how many volumes can be created in a Diskgroup? Thanks in advance... (1 Reply)
Discussion started by: bpsunadm
1 Replies

4. Shell Programming and Scripting

Getting error while getting status of active and inactive sessions from ORACLE DB

Hi All, I have a written a test script which retrieves the status of active and inactive sessions from oracle DB, but i am receiving error while executing. My script is filepath="/home/ocsg/scripts/db_session_report/current_session_report.txt"... (1 Reply)
Discussion started by: poweroflinux
1 Replies

5. What is on Your Mind?

Origin of the term "hotfix"

This is not a technical question per se, but one I'm hoping one of the "old guard" might be able to answer all the same. I'm looking for the etymology of the word "hotfix" which is surprisingly murky in its origin, even with the help of Google. A quick look at Wikipedia, for example, cites World of... (1 Reply)
Discussion started by: Sharptalon
1 Replies

6. Solaris

Can ZFS recognize resized LUN?

Hi all: I currently have a zpool with 1 LUN. When I asked for more space, the SAN administrator extended the existing lun rather than giving me a new one. Is there a way i can get solaris/zfs to rescan and utilize the additional space? (1 Reply)
Discussion started by: Padow
1 Replies

7. Programming

Isosurface and a 2D figure with the same scale and origin using mayavi

I am using mayavi to plot an iso surface from a 3D array s using the following piece of code: src = mlab.pipeline.scalar_field(s) fig=mlab.pipeline.iso_surface(src, color=(1.0,0.0,0.0), contours=, opacity=0.3) mlab.pipeline.iso_surface(src, color=(0.0,1.0,1.0),contours=, opacity=0.3) Then... (0 Replies)
Discussion started by: jaldo0805
0 Replies
LVEXTEND(8)						      System Manager's Manual						       LVEXTEND(8)

NAME
lvextend - extend the size of a logical volume SYNOPSIS
lvextend [-A|--autobackup {y|n}] [-d|--debug] [-h|--help] {-l|--extents [+]LogicalExtentsNumber| -L|--size [+]LogicalVolumeSize[kKmMgGtT]} [-v|--verbose] LogicalVolumePath [PhysicalVolumePath...] DESCRIPTION
lvextend allows you to extend the size of a logical volume. Extension of snapshot logical volumes (see lvcreate(8) for information to cre- ate snapshots) is supprted as well. OPTIONS -A, --autobackup y/n Controls automatic backup of VG metadata after the change ( see vgcfgbackup(8) ). Default is yes. -d, --debug Enables additional debugging output (if compiled with DEBUG). -h, --help Print a usage message on standard output and exit successfully. -l, --extents [+]LogicalExtentsNumber Extend or set the logical volume size in units of logical extents. With the + sign the value is added to the actual size of the logical volume and without it, the value is taken as an absolute one. -L, --size [+]LogicalVolumeSize[kKmMgGtT] Extend or set the logical volume size in units in units of megabytes. A size suffix of M for megabytes, G for gigabytes or T for terabytes is optional. With the + sign the value is added to the actual size of the logical volume and without it, the value is taken as an absolute one. -v, --verbose Gives verbose runtime information about lvextend's activities. Examples "lvextend -L +54 /dev/vg01/lvol10 /dev/sdk3" tries to extend the size of that logical volume by 54MB on physical volume /dev/sdk3. This is only possible if /dev/sdk3 is a member of volume group vg01 and there are enough free physical extents in it. DIAGNOSTICS
lvextend returns an exit code of 0 for success or > 0 for error: 1 no logical volume name on command line 2 invalid physical volume name on command line 3 invalid logical volume name 4 error checking existence of logical volume 5 logical volume not active 6 error reading VGDA 7 requested physical volume not in this volume group 8 error getting index of logical volume 9 logical volume size not bigger than before 10 logical volume size exceeds volume group free capacity 11 logical volume size exceeds maximum 12 error setting up VGDA for logical volume extension 13 error extending VGDA for logical volume in kernel 14 error writing VGDA to physical volume(s) 15 error getting index for read/write statistics transfer 16 error getting status of logical volume from kernel 17 error setting up copy on write exception table 95 driver/module not in kernel 96 invalid I/O protocol version 97 error locking logical volume manager 98 invalid lvmtab (run vgscan(8)) 99 invalid command line ENVIRONMENT VARIABLES
LVM_AUTOBACKUP If this variable is set to "no" then the automatic backup of VG metadata is turned off. LVM_VG_MAX_BACKUPS This variable determines the backup history depth of kept VGDA copy files in /etc/lvmconf. It can be set to a positive number between 0 and 999. The higher this number is, the more changes you can restore using vgcfgrestore(8). LVM_VG_NAME The default Volume Group Name to use. Setting this variable enables you to enter just the Logical Volume Name rather than its com- plete path. See also lvm(8), lvcreate(8), lvreduce(8), lvchange(8) AUTHOR
Heinz Mauelshagen <Linux-LVM@Sistina.com> Heinz Mauelshagen LVM TOOLS LVEXTEND(8)
All times are GMT -4. The time now is 07:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy