ONTAP 9.12.1 commands

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

    Recover all 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-all command recovers all the volumes from the recovery-queue belonging to a Vserver.

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

    Parameters

    -vserver <vserver name> - Vserver name

    This specifies the Vserver for which the volumes need to be recovered.

    Examples

    The following example recovers all volumes on a Vserver named vs1 from the recovery queue.

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