ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • storage aggregate reallocation restart

    Restart reallocate job on aggregate

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

    Description

    Starts a reallocation job. Use this command to restart a quiesced (temporarily stopped) job or a scheduled scan that is idle for the aggregate.

    Parameters

    -aggregate <aggregate name> - Aggregate Name

    Specifies the aggregate on which you want to restart reallocation scans.

    [-i, -ignore-checkpoint <true>] - Ignore Checkpoint

    Restarts the job at the beginning when set to true. If you use this command without specifying this parameter, its effective value is false and the job starts the scan at the point where it was stopped. If you specify this parameter without a value, it is set to true and the scan restarts at the beginning.

    Examples

    cluster1::> storage aggregate reallocation restart
        -aggregate aggr0 -ignore-checkpoint true

    Restarts reallocation job on aggregate aggr0 from the beginning.

    Top of Page