Table of ContentsView in Frames

Viewing the status of a volume clone or LUN clone split

You can query the clone split status by using a job ID or file specification. SnapDrive for UNIX indicates the current status of the clone split as in-progress, failed, or complete.

Step

  1. Enter the following command to query the clone split status using a job ID or file specification. snapdrive clone split status [-lun] long_lun_name [long_lun_name...] [{-dg | -vg | -fs | -hostvol | -lvol} file_spec [file_spec ...]][-job <jobid> ] [-all]

Example

The following example shows the clone split status using a job ID.

# snapdrive clone split status -job SVE2oxKXzH
Clone-Split-Status for /fs1-1_3 is 1% Complete
Clone-Split-Status for /fs1_0 is 73% Complete
Clone-Split-Status for /fs1_1 is 73% Complete
Clone-Split-Status for /fs1_2 is 74% Complete
Clone-Split-Status for /fs1_3 is 1% Complete
Note: You can check the status of a clone split progress in either of the following ways:
  • You can verify the clone by using the snapdrive storage show -fs /mnt/my_mnt or snapdrive storage show -lun long_lun_pathname commands. In either case, the clone type is displayed as a FlexClone or LUN clone if the split has not been completed.
  • You can verify the clone split progress state by logging into the storage system and using the following commands in the storage system CLI: vol clone split status vol_name lun clone split status lun_name

The following example shows a clone split status query made using the file specification:

# snapdrive clone split status -fs /mnt/my_mnt3 -fs /mnt/my_mnt4
Clone-Split-Status for /mnt/my_mnt3 is 14% Complete
Clone-Split-Status for /mnt/my_mnt4 is 17% Complete

The following example shows a clone split status query that is running:

# snapdrive clone split status -all
Job ID: SVE2oxKXzH:
Clone-Split-Status for /fs1-1_3 is 100% Complete
Clone-Split-Status for /fs1_0 is 100% Complete
Clone-Split-Status for /fs1_1 is 100% Complete
Clone-Split-Status for /fs1_2 is 100% Complete
Clone-Split-Status for /fs1_3 is 100% Complete