Skip to main content
ONTAP EMS reference

vsdr.clone events

Suggest changes

vsdr.clone.cleanup.fail

Severity

ERROR

Description

This message occurs when a clone create job fails prematurely. As result, there is a partially created clone in the cluster.

Corrective Action

Use the (privilege: diag) "debug vreport show -type volume" command to show the list of inconsistent volumes. For each of these inconsistent volumes, use the (privilege: diag) "debug vreport fix -type volume" command to resolve all of the issues. If this is a SnapMirror® or MetroCluster(tm) environment, run the "snapmirror resync" command or the "metrocluster vserver resync" command, respectively, after the inconsistencies are resolved.

Syslog Message

Clone create job failed prematurely for volume "%s" (Vserver Id %d). Reason:%s.

Parameters

volume (STRING): Name of the clone volume for which the create operation failed.
vserver_id (INT): ID of the Vserver that owns the volume.
errmsg (STRING): Error message string.

vsdr.clone.create.during.andu

Severity

NOTICE

Description

This message occurs when a volume clone create operation is initiated while an automated ONTAP upgrade is in progress on the system. The clone operation proceeds, but might experience an unexpected failure due to the ongoing system update.

Corrective Action

No immediate action is required. The volume clone create operation continues. If you want to avoid potential failures, consider retrying the clone operation after the automated ONTAP upgrade completes.

Syslog Message

Volume clone create operation for volume %s initiated during automated ONTAP upgrade. The operation might experience failures.

Parameters

volume (STRING): Name of the volume being cloned.

vsdr.clone.splitOnSource

Severity

ERROR

Description

This message occurs when a clone volume is split on the source Vserver in a Vserver DR setup, and a SnapMirror® transfer is initiated after this operation.

Corrective Action

Run the "volume clone split start" command to split the volume on the dp-destination Vserver. Then run the "volume delete" command to remove the volume from the dp-destination Vserver. Then run the "snapmirror resync" command on the VserverDR relationship.

Syslog Message

The volume "%s" of Vserver "%s" has been split on the source Vserver. Split the clone volume on the destination as well. After splitting, delete the volume and execute a "snapmirror resync" command.

Parameters

volume_name (STRING): Volume clone that needs to be split.
vserver_name (STRING): Vserver name for which the SnapMirror transfer has been initiated.