How do I perform a rollback on a target in an operation?

Purpose

You can trigger the rollback action on an execution in an operation, which will perform the rollback workflow defined for the operation on the target of that execution. After a rollback has been performed, the target of the rollback is marked as failed for the remainder of the operation, no further executions can be performed on the target, and previous executions cannot be retried.

Before you can perform the rollback action, a rollback workflow must be defined in the mapping file for the operation, and the rollback_allowed parameter must be true. When you perform a rollback on an execution in a completed phase, the phase enters the in-progress state, and other phases cannot start until the rollback is complete.

Some operations can be configured to automatically perform a rollback on failed targets, using the Rollback Type setting. Automatic rollback is only available for operations with the rollback_type parameter in the mapping file for the operation configured to automatic. Not all operations support automatic rollback. Contact a Nokia support representative for assistance with modifying an operation to use automatic rollback.

Steps
 

Open Device Management, All Operations. A list of current and completed operations appears.


Choose an operation and click More png1.png, and select View. A list of executions appears.


Click on the chip filter for the phase containing the execution you need to rollback. The list displays the executions for that phase.


Choose one or more executions, then click More png1.png, and select Rollback. The chosen executions are placed in an in-progress state, and the rollback workflow defined in the operation is performed on the chosen targets.

End of steps