What Do I Do If the Message "check float ip failed" Is Displayed?

Check whether the IP address planned for the failed node is a floating IP address. If it is a floating IP address, change it to a non-floating IP address.

What Do I Do If the Message "check ip message failed" Is Displayed?

Check whether the actual type of the failed node is consistent with the node type specified in the migration configuration.

What Do I Do If the Message "su:warning:cannot change directory to /home/migrateftpuser:No such or directory" Is Displayed?

Check whether the migration is performed repeatedly in the current environment. If the migration has been performed repeatedly in the current environment, the migrationftpuser user may be occupied by a thread. As a result, the migrationftpuser user may not be deleted. Perform the following operations to rectify the fault:

Log in to the transit node and check whether the /home/migrateftpuser directory exists. If the directory does not exist, perform the following operations:

1. Run the command userdel migrateftpuser to manually delete the user. Perform the following steps to 'Check whether the OS username and password are correct'

2.If the user fails to be deleted, obtain the process ID based on the returned information and run the command kill -9 process ID to manually end the process. Perform the following steps to 'Check whether the OS username and password are correct'