Preparing for cutover phase when transitioning Linux host file systems on LVM devices
-
PDF of this doc site
- Copy-based transition
- Copy-free transition
Collection of separate PDF docs
Creating your file...
If you are transitioning a Linux host file system on a Logical Volume Manager (LVM) device, there are steps you must perform before the cutover phase.
-
For FC configurations, you must have fabric connectivity and zoning to clustered Data ONTAP controllers.
-
For iSCSI configurations, your iSCSI sessions must be discovered and logged in to your clustered Data ONTAP controllers.
-
You must have the following pretransition information gathered from the Inventory Assessment Workbook:
-
The DMMP device names used by the LVM
-
The volume group name
-
The logical volume name
-
The file system configured on the logical volume device
-
The directory on which the logical volumes are mounted
-
-
For copy-based transitions, perform these steps before initiating the Storage Cutover operation in the 7-Mode Transition Tool (7MTT).
-
For copy-free transitions, perform these steps before initiating the Export & Halt 7-Mode operation in the 7MTT.
-
Stop I/O to LV mount points.
-
Shut down the applications accessing the LUNs according to application vendor's recommendations.
-
Unmount the LV mount point:
umount dir_name
-
Disable the logical volume:
vgchange -an vg_name
-
Verify the logical volume status:
lvdisplay dir_name
The LV status should display “NOT available”.
-
Export the volume group:
vgexport vg_name
-
Verify the VG status:
vgdisplay vg_name
The VG status should display “exported”.
-
Flush the 7-Mode DDMP device IDs:
multipath -f device_name
Related information