Reference Guide

Table Of Contents
-async
Perform asynchronous operation.
cutover
Commit an import session that is in a Ready_For_Cutover state. When the import session is created
with the automatic_cutover attribute set to false, you must use the Cutover operation to complete
the import. Until the cutover is complete, PowerStore forwards IO to the source volume to keep it in
sync with all host IOs. You can cancel the import during this state if you want to continue using the
source volume.
Format
import_session { -id <value> | -name <value> } cutover [ -async ]
Action qualifiers
-id
Unique identifier of an import session
-name
Unique name of the existing object (import_session).
-async
Perform asynchronous operation.
enable_destination_volume
[Added in 1.0.2]
Enable the destination volume of an import session. This action can only be used on an agentless
import session that is in the 'Mirror_Enabled' state after the host application using the source
volume is brought offline. The host application can be reconfigured to use the destination volume
of the import session after enabling the destination volume. To prevent accidental writes to the
source volume through the source storage system path due to the incorrect reconfiguration, you
can specify the removal of all host mappings of the source volume in the source storage system.
Was added in version 1.0.2.
Format
import_session { -id <value> | -name <value> } enable_destination_volume [ -async ]
Action qualifiers
-id
Unique identifier of the import session.
-name
Unique name of the existing object (import_session).
-async
Perform asynchronous operation.
86