Error Code details
V-5-1-6502
Severity: Error 
Component: Volume Manager 
Message:
Disk offset of subdisk %s would not be a multiple of the disk group alignment.
Description:

This message displays when the offset or length of a Veritas Volume Manager (VxVM) subdisk 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_name | grep alignment

 

Veritas solutions
Solution 1 Vote: [Useful] [Not useful]
Last Modified: 2011-02-23 03:41:37
Platform: Solaris 9 (SPARC)
Release: Generic
Content:

Use the vxcdsconvert(1m) command. vxcdsconvert(1m) tries to make the disk group portable, for example by moving subdisks to a different location so that they conform to the Cross-platform Data Sharing (CDS) alignment restriction.

# vxcdsconvert -g diskgroup_name alignment

For more information, see the vxcdsconvert(1m) man page.