Veritas InfoScale™ 8.0.2 Solutions Guide - AIX
- Section I. Introducing Veritas InfoScale
- Section II. Solutions for Veritas InfoScale products
- Section III. Stack-level migration to IPv6 or dual stack
- Section IV. Improving database performance
- Overview of database accelerators
- Improving database performance with Veritas Quick I/O
- About Quick I/O
- Improving database performance with Veritas Cached Quick I/O
- Improving database performance with Veritas Concurrent I/O
- Section V. Using point-in-time copies
- Understanding point-in-time copy methods
- Backing up and recovering
- Preserving multiple point-in-time copies
- Online database backups
- Backing up on an off-host cluster file system
- Database recovery using Storage Checkpoints
- Backing up and recovering in a NetBackup environment
- Off-host processing
- Creating and refreshing test environments
- Creating point-in-time copies of files
- Section VI. Maximizing storage utilization
- Optimizing storage tiering with SmartTier
- Optimizing storage with Flexible Storage Sharing
- Optimizing storage tiering with SmartTier
- Section VII. Migrating data
- Understanding data migration
- Offline migration of native volumes and file systems to VxVM and VxFS
- Converting LVM volume groups to VxVM disk groups
- Conversion of JFS and JFS2 file systems to VxFS
- Conversion steps explained
- Examples of using vxconvert
- About test cases
- Converting LVM, JFS and JFS2 to VxVM and VxFS
- Online migration of native LVM volumes to VxVM volumes
- Online migration from LVM volumes in standalone environment to VxVM volumes
- Online migration from LVM volumes in VCS HA environment to VxVM volumes
- Online migration of a native file system to the VxFS file system
- Migrating a source file system to the VxFS file system over NFS v3
- VxFS features not available during online migration
- Migrating storage arrays
- Migrating data between platforms
- Overview of the Cross-Platform Data Sharing (CDS) feature
- CDS disk format and disk groups
- Setting up your system to use Cross-platform Data Sharing (CDS)
- Maintaining your system
- Disk tasks
- Disk group tasks
- Displaying information
- File system considerations
- Specifying the migration target
- Using the fscdsadm command
- Maintaining the list of target operating systems
- Migrating a file system on an ongoing basis
- Converting the byte order of a file system
- Section VIII. Veritas InfoScale 4K sector device support solution
Migrating from LVM in VCS HA environment to VxVM
Perform the following procedure.
To migrate native LVM volume to VxVM volume
- Install Storage Foundation High Availability on the nodes of the cluster.
See the Storage Foundation and High Availability Installation and Configuration Guide.
- Add new storage to the application host and configure it under Veritas Volume Manager (VxVM).
- It is recommended to migrate all storage to DMP, as a common host-wide multi-pathing solution.
See the Dynamic Multi-Pathing Administrator's Guide.
- Create VxVM diskgroups and volumes on the newly added storage, according to your desired configuration. Online migration does not automatically create target VxVM configuration.
- Make sure that the prerequisites for online migration are satisfied.
See Preparing for online migration from LVM in VCS HA environment to VxVM.
Note:
Stop all operations or configuration changes that affect the VxVM or LVM volumes in the migration set, and the VCS configuration, until migration is committed or aborted.
- Analyze the configuration. Fix any discrepancies found, and re-analyze until no errors are reported. Execute analyze with -S option on all standby nodes which do not have the service group online.
# vxmigadm [-v] [-L logfile] [-t type] [-S] analyze -g grpname [-l vol_list]
- If the application is online, then shut down the application resource. Make sure that the source and target volumes are not in use.
- Start the migration.
# vxmigadm [-v] [-L logfile] [-t type] start -g grpname [-l vol_list]
- When alerted, bring the application resources online.
The application can remain online while data synchronization continues in the background.
- Use the status operation to track the progress of migration and to check if the data synchronization is complete.
# vxmigadm [-v] [-L logfile] status -g grpname [-l vol_list]
You can administer the data synchronization tasks using the vxtask command. For example,
# vxtask pause <task-id>
# vxtask resume <task-id>
- Commit the migration:
# vxmigadm [-v] [-L logfile] [-t type] commit -g grpname [-l vol_list]
In the presence of the FastResync license, data consistency is maintained by default for the source LVM set in a volume group.
In the absence of FastResync license, you must use forced commit:
If you want to maintain data consistency in this case, shut down the application before the forced commit.
# vxmigadm [-v] [-L logfile] [-t type] -f commit -g grpname [-l vol_list]
If the application was shutdown, resume it after the forced commit is completed.
For migrating configurations with multiple volume groups:
See Migrating configurations with multiple volume groups .
Note:
After the commit operation, reconfigure the application to directly use the target VxVM volume device path, as early as possible.
See Reconfiguring the application to use VxVM volume device path.
Additionally, also modify the BlockDevice attributes of Mount resource to reflect the VxVM volume device path.