Migrating VxFS file system from 512-bytes sector size devices to 4K sector size devices

This section describes the procedure to migrate VxFS file system from 512 bytes to 4K sector size devices.

VxFS file systems on the existing 512-bytes sector devices might have been created with a file system block size of 1 KB or 2 KB, which is not supported on a 4K sector device. Hence, the traditional storage migration solutions, such as array level or volume level migration or replication may not work properly. With Veritas InfoScale 7.2 release, you can migrate VxFS file system from 512-bytes sector size devices to 4K sector size devices using the standard file copy mechanism.

Note:

The standard file copy mechanism may not preserve certain file level attributes and allocation geometry.

Note:

Migration of VxFS file system from 512-bytes sector size to 4K sector size is supported only on Linux (RHEL and SLES) and Solaris 11 operating systems.

To migrate VxFS file system from 512-bytes sector size devices to 4K sector size devices:

  1. Mount 512 bytes and 4K VxFS file system
    # mount -t vxfs /dev/vx/dsk/diskgroup/volume_512B /mnt1
    # mount -t vxfs /dev/vx/dsk/diskgroup/volume_4K /mnt2
  2. Copy all the files from /mnt1 to /mnt2 manually
    # cp -r /mnt1 /mnt2
  3. Unmount both the VxFS file system - 512 bytes and 4K
    # umount  /mnt1
    # umount  /mnt2

See About 4K sector size technology.

See Veritas InfoScale unsupported configurations.