Skip to main content
ONTAP EMS reference

lun.move events

Suggest changes

lun.move EMS events occur when ONTAP encounters issues associated with LUN move operations.

LUN.move.dstPresent

Severity

INFORMATIONAL

Description

This message occurs when a LUN appears in the public namespace of the destination volume during a LUN move operation.

Corrective Action

(None).

Syslog Message

LUN move job with UUID %s created destination LUN (%s) successfully.

Parameters

job_uuid (STRING): UUID of the LUN move job.
dst_path (STRING): Destination path of the LUN move job.

LUN.move.started

Severity

INFORMATIONAL

Description

This message occurs when a LUN move operation is successfully started.

Corrective Action

(None).

Syslog Message

LUN move started from (DSID:%llu)%s to (DSID:%llu)%s with job-uuid %s.

Parameters

src_vol_dsid (LONGINT): Source volume Data Set ID (DSID).
src_lun (STRING): Source LUN.
dst_vol_dsid (LONGINT): Destination volume Data Set ID (DSID).
dst_lun (STRING): Destination LUN.
UUID (STRING): UUID identifying the move operation.