Skip to main content
ONTAP 7-Mode Transition

Mounting AIX host data LUNs with file systems after transition

Contributors

After transitioning AIX host data LUNs with file systems from Data ONTAP operating in 7-Mode to clustered Data ONTAP, you must mount the LUNs.

After LUN transition, the Logical Volume Manager (LVM) attributes, such as the logical volume name and volume group name, do not change. You continue to use the pretransition logical volume name and volume group name for post-transition configuration.

For copy-based transitions, perform these steps after completing the Storage Cutover operation in the 7-Mode Transition Tool. Copy-free transitions are not supported on AIX hosts.

Steps
  1. Discover your new clustered Data ONTAP LUNs:

    cfgmgr

  2. Verify that your clustered Data ONTAP LUNs have been discovered:

    sanlun lun show

    Your clustered Data ONTAP LUNs should be listed and the output in the mode column should be changed from 7 to C.

  3. Import your volume group:

    importvg -y vg_name pv_name

    You can use any physical volume name in your volume group.

  4. Verify that your volume group was imported:

    lsvg vg_name

  5. Mount each device:

    mount -o log=/dev/loglv00 file_system mount_point

  6. Verify the mount points:

    df