cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in resizing a volume.

rajesh_kandimal
Not applicable

Hi,

I am trying to check free space of DG.but,giving an error.

VxVM vxassist ERROR V-5-1-752 No volume can be created within the given constraints

4 REPLIES 4

g_lee
Level 6

That error generally means there is no space left in the diskgroup to create volumes (with the constraints/specifications provided)

Please provide the output of the following commands:

# vxdg -g <dg> free

# vxprint -qhtrg <dg>

ScottK
Level 5
Employee

Another possibility, though less likely, is that the volume has been created with rules, and your existing storage doesn't fit the rules. That is what the "constraints" comments is about.

As a side note, when you get an error message, you can check it at the following URL:

https://sort.symantec.com/ecls/umi/V-5-1-752

Gaurav_S
Moderator
Moderator
   VIP    Certified

You were trying to create a volume using vxassist command ?  what commands you use ?

Also, is there any defaults settings in /etc/default/vxassist ?

If any rules are set in there, you might not have adequate space.

as asked by Grace above, with those output we can help further ...

 

Gaurav

Anoop_Kumar1
Level 5
vxassist -g maxsize this command will tell you how much space is available in DG for new volume.