ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • volume recovery-queue recover

    Recover volumes from the recovery queue belonging to a Vserver

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

    Description

    The volume recovery-queue recover command recovers a volume from the recovery queue belonging to a Vserver.

    This command will restore the volume with its previous access type and the volume will remain offline. This command will not restore the volume with its previous name, junction, LUN mappings, NVMe namespace mappings, quota policy rules and snapshot schedules.

    Parameters

    -vserver <vserver name> - Vserver Name

    This specifies the Vserver on which the volume is located.

    -volume <volume name> - Volume Name

    This specifies the volume that is to be recovered.

    Examples

    The following example recovers a volume named vol1_1234 on a Vserver named vs1 from the recovery queue.

    cluster1::*> volume recovery-queue recover -vserver vs1 -volume vol1_1234
    Top of Page