Skip to main content

Relocate failed or vetoed aggregates to node1

Contributors netapp-pcarriga

If any aggregates fail to relocate or are vetoed, you need to manually relocate the aggregates to node1, or if necessary, override either the vetoes or destination checks.

About this task

The system pauses the relocation operation due to the error.

Steps
  1. Check the event management system (EMS) logs to determine why the aggregate failed to relocate or was vetoed.

  2. Relocate any failed or vetoed aggregates:

    storage aggregate relocation start -node <node2> -destination <node1> -aggregate-list <aggregate_name> -ndo-controller-upgrade true

  3. When prompted, enter y.

  4. You can force relocation by using one of the following methods:

    Option Description

    Overriding veto checks

    Use the following command:
    storage aggregate relocation start -node node2 -destination node1 -aggregate-list <aggregate_list> -ndo-controller-upgrade true -override-vetoes true

    Overriding destination checks

    Use the following command:
    storage aggregate relocation start -node node2 -destination node1 -aggregate-list <aggregate_list> -ndo-controller-upgrade true -override-vetoes true -override-destination-checks true