Troubleshooting Restore Errors

In a Clustered Data ONTAP environment, the aggregate must be assigned to the storage virtual machine for cloning purposes. If not assigned, you may see one of the following errors causing your clone operations to fail.

Possible errors

  1. An agentless restore from Clustered Data ONTAP fails with the following error:

Failed to create FlexClone volume (temp_lun_clone_A_media1_1426261416168), reason (Aggregate ____ does not exist (errno=14420)).
  1. An IA-MAP from Clustered Data ONTAP fails with the following error:

<EXCEPTION CATEGORY="BEXEXCEPTION"><CODE>22951</CODE></EXCEPTION>
  1. MPR Logs state either of the following errors:

Failed to create FlexClone volume (temp_lun_clone_A_media1_1426261416168), reason (Aggregate ____ does not exist (errno=14420)).

An IA-MAP from Clustered Data ONTAP fails with the following error:

SNBMPR3066D 7512: sal_volume_clone_create. Failed with 14420 volume-clone-create - Error 14420 Aggregate _____ does not exist SNBMPR3066D 7512: volume_clone_create() failed. iError=14420 SNBMPR3069E 7512: create_and_map_lun() failed. rt=22951

SNBMPR3066D 16124: sal_volume_clone_create. Failed with 13001 volume-clone-create - Error 13001 You do not have a valid license for "FlexClone". Reason: Package "FlexClone" is not licensed in the cluster.

SNBMPR3066D 16124: volume_clone_create() failed. iError=13001

SNBMPR3069E 16124: create_and_map_lun() failed. rt=22951

Fixing the restore errors

The errors listed above can be fixed by following these steps:

  1. Review the list of aggregates assigned to the Vserver:

vserver show –fields aggr-list
  1. If the Vserver is displayed without an aggregate assigned, assign the aggregate:

vserver modify –vserver Vserver_Name –aggr-list Aggr_Name
  1. Ensure the FlexClone license is applied to the Clustered Data ONTAP configuration.

  2. Retry the restore operation.

Last updated