ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver migrate show-volume-fix-details

    List volumes and commands to run post migrate

    Availability: This command is available to cluster administrators at the advanced privilege level.

    Description

    This command displays the list of volumes whose properties failed to get transferred to the destination Vserver of the Vserver migrate post cutover.

    For each of these volumes, this command also displays the volume modify command which you must run to transfer the failed volume properties manually.

    Parameters

    { [-fields <fieldname>,…​]

    This specifies the fields that must be displayed.

    | [-instance ] }

    If this parameter is specified, the command displays the volume details and properties that failed to get transferred during the migrate.

    [-vserver-uuid <UUID>] - Vserver-UUID

    The UUID of the Vserver which is migrating.

    [-volume <volume name>] - Volume Name

    If this parameter is specified, the command displays the volume details and properties that match the specified volume.

    [-command <text>] - Volume Modify Command

    If this parameter is specified, the command displays the volume details and properties that match the specified Volume Modify command.

    Examples

    clusterB::> vserver migrate show-volume-fix-details -vserver-uuid 7a08a236-f6b3-11eb-98a5-005056a78af4
                    Vserver  Volume       Command
                    -------- ------------ --------------------------------------------------------
                    7a08a236-f6b3-11eb-98a5-005056a78af4
                             vs4_root
                    volume modify -vserver vsnew -volume vs4_root -min-autosize 20971520B -autosize-grow-threshold-percent 85% -autosize-shrink-threshold-percent 50% -autosize-mode off -files 566 -space-slo none -space-guarantee volume -fractional-reserve 100% -min-readahead false -atime-update true -snapdir-access true -percent-snapshot-space 5% -space-mgmt-try-first volume_grow -read-realloc space-optimized -is-space-enforcement-logical false -activity-tracking-state off -snap-autodelete-enabled false -snap-autodelete-commitment try -snap-autodelete-defer-delete user_created -snap-autodelete-delete-order oldest_first -snap-autodelete-prefix "(not specified)" -snap-autodelete-target-free-space 20% -snap-autodelete-trigger volume -snap-autodelete-destroy-list none
    Top of Page