Insufficient space to mirror?
I am in the process of moving data from old SAN storage to new SAN storage. I have a disk group that looks like this:
Disk group: calendar01dg
TY NAME ASSOC KSTATE LENGTH PLOFFS STATE TUTIL0 PUTIL0
dg calendar01dg calendar01dg - - - - - -
dm calendar01d00 HDS9980V0_0 - 258336 - - - -
dm calendar01disk1 Disk_9 - 427685632 - - - -
dm calendar01d01 HDS9980V0_1 - 71186976 - - - -
dm calendar01d02 HDS9980V0_2 - 71186976 - - - -
dm calendar01d03 HDS9980V0_3 - 71186976 - - - -
dm calendar01d04 HDS9980V0_4 - 71186976 - - - -
dm calendar01d05 HDS9980V0_5 - 71186976 - - - -
dm calendar01d06 HDS9980V0_6 - 71186976 - - - -
v u01 fsgen ENABLED 427000000 - ACTIVE - -
pl u01-01 u01 ENABLED 427000320 - ACTIVE - -
sd calendar01d01-01 u01-01 ENABLED 71166720 0 - - -
sd calendar01d02-01 u01-01 ENABLED 71166720 0 - - -
sd calendar01d03-01 u01-01 ENABLED 71166720 0 - - -
sd calendar01d04-01 u01-01 ENABLED 71166720 0 - - -
sd calendar01d05-01 u01-01 ENABLED 71166720 0 - - -
sd calendar01d06-01 u01-01 ENABLED 71166720 0 - - -
I want to mirror the volume u01 onto calendar01disk1 (Disk_9). I issued a vxassist command like this:
vxassist -g calendar01dg -b mirror u01 calendar01disk1
VxVM vxassist ERROR V-5-1-437 Cannot allocate space to mirror 427000000 block volume
And got the error as shown. Now, calendar01disk1 would seem to have enough space for this (427685632), so what is the problem?
FYI: This is being done on a Sun Cluster on the primary node where calendar01dg is defined a device resource to the cluster, and I did sync the devices after adding the new SAN disk.
Is this volume a stripe volume ?
If it is, have a look at
http://www.symantec.com/business/support/index?page=content&id=TECH51836
Can you paste following outputs:
# modinfo |grep -i vx
# vxprint -qthg calendar01dg
# cat /etc/default/vxassist
Gaurav