The node fails to be pinged, please check the network configuration and status of the node
Please check whether the account and password entered in the migration plan are correct, and check whether the network status is normal
Please confirm whether the configured partition contains illegal characters and paths that are not allowed, and modify it to a legal path
Please confirm the configured SRC_MIGRATE_ROOT_PARTITION path (default /opt) and the permissions and groups of its parent directory either the permission is 755, the group is not required, or the permission is 750, the group is ossgroup. To modify a directory permissions and groups, the command is as follows:(The following commands need to be executed by the root user)
Change directory permissions to 755: chmod 755 {directory name}
Change the directory group to ossgroup: chgrp ossgroup {directory name}
If the node is not hardened, check whether the node sftp can connect. If the node is hardened, please confirm whether the sftp of the migrateftpuser user can connect
Please check if the operating system type of the node matches the actual node
Check whether the IP address of the current node is known based on the details in the migration log. If the IP address is known, perform the operation again (the system automatically ignores this problem). If the IP address is not known, contact the owner of the IP address. After confirmation, you can manually delete the file as prompted or perform the operation again (the system automatically ignores this problem).
The pre-migration check fails because a proxy is configured on the PC where EasySuite resides. In this case, you need to disable the proxy configured on the PC.
{% load static %}Windows 10 is used as an example.
This is a common proxy solution. If there are other proxies on the PC where EasySuite resides, delete them.
Windows Server 2008 is used as an example.
{% load static %}1. If the firewall of Windows OS on the source node is enabled, the network will be disconnected and the migration cannot be performed. Before the migration, ensure that the firewall is disabled.
2. Before performing all operations in this section, log in to Windows OS as the administrator. If security hardening has been performed, use the Windows security hardening account to log in.
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v LocalAccountTokenFilterPolicy /t REG_DWORD /d 1 /f
cmd /c taskkill /f /im explorer.exe&&explorer.exe