4268 Storage partition migration is paused due to configuration error.

Explanation

This error gets raised for any host or controller validation failure encountered during storage partition migration.
Event ID 051032
This event gets raised for offline or hosts having insufficient logins at target system.
Event ID 051422
This event gets raised if the all the controllers in the system are not online which affects the availability post migration.

User response

Perform the following actions to fix the respective event:
For Event ID 051032

If you have fixed the issues on the target cluster, use the following command to continue the migration:

chpartition -migrationaction fixeventwithchecks <partition_id>

This continues the migration procedure from source system with the host validations checks.

If you want to continue the migration even if the host validation fails (in scenarios where the hosts are known to be down or to load balance partitions across the systems), use the following command to force the storage partition migration overriding any host validations:
chpartition -migrationaction fixeventskipchecks <partition_id>
If you do not want to continue the migration or need some time to fix the host and networking issues on the target and reattempt the migration at a later point, use the following command to trigger the rollback operation at the target system:
chpartition -override -location <source_system> <partition_id>
For Event ID 051422

If all the reported issues are fixed, use the following command to continue with the migration:

chpartition -migrationaction fixeventwithchecks <partition_id>

If you do not want to migrate, use the following command to cancel the migration:

chpartition -override -location <source_system> <partition_id>