Error of Snapshot origin volumes can be resized only while inactive


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Error of Snapshot origin volumes can be resized only while inactive
# 1  
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
# 2  
Old 06-19-2015
Were you able to find a solution for this?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

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. 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

6. 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

7. 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
Login or Register to Ask a Question