ARUP_JYOTI_THAK
10 years agoLevel 4
VXVM Strip volume extension
Hello,
I have the following issue.
sunstation1:/root# vxassist -g DG-DB001 maxsize
Maximum volume size: 326191104 (159273Mb)------------------------->It is showing that volume can be increased up to 159273Mb
sunstation1:/root#
sunstation1:/root#
sunstation1:/root# /etc/vx/bin/vxresize -g DG-DB001 VOL-DB001-data1 +50g
VxVM vxassist ERROR V-5-1-436 Cannot allocate space to grow volume to 1498001965 blocks
VxVM vxresize ERROR V-5-1-4703 Problem running vxassist command for volume VOL-DB001-data1, in diskgroup DG-DB001
Is it due to any internal restriction of the Volume manager.
regards
Arup
Your volume is an 8-way stripe (STRIPE 8/512) so you will need 8 LUNs to increase the size of the volume.
If you don't have 8 LUNs, then you will need to with do a "vxassist relayout" which just needs a relatively small tmp space to relayout, but takes a while to relayout and effects peformance of volume or you can mirror to a new LUN as concat and then remove old mirror, but this requires you temporarlly assign double the storage, but has less impact on performance - see https://www-secure.symantec.com/connect/forums/how-expand-dg-vgbackup-and-after-filesystem-prod01p
Mike