Error Code details
V-5-1-6364
Severity: Error 
Component: Volume Manager 
Message:
Cannot enable CDS for a disk group with alignment less than %d
Description:

This message displays when the offset or length of a Veritas Volume Manager (VxVM) object is not an integral multiple of the alignment value.
 

You can verify the alignment value of the disk group with this command:

 

# vxdg  list diskgroup | grep alignment

 

Veritas solutions
Solution 1 Vote: [Useful] [Not useful]
Last Modified: 2011-02-18 23:56:39
Platform: SUSE Linux Enterprise Server 9 (x86-32), SUSE Linux Enterprise Server 9 (IA-64), SUSE Linux Enterprise Server 9 (x86-64)
Release: Generic
Content:

For a disk group to be compatible with the Cross-platform Data Sharing feature, the alignment value must be set to 8k (16 sectors). To set the alignment value, use either the vxdg(1m) or vxcdsconvert(1m) commands:

 

# vxdg -g diskgroup set align=8k

 

or

 

# vxcdsconvert -g diskgroup alignment

 

For more information, see the vxdg(1m) or vxcdsconvert(1m) man pages.