Obtain, start, stop, view, and uninstall the SMC client on your migration source.
Get the SMC client
-
When you import a migration source from the console or import a migration source by using the command line, the SMC client is automatically downloaded and installed on the migration source.
-
If you import a migration source by using the client, download the SMC client package for your operating system from the table below.
Operating system
Architecture
SMC client package
Windows
x86_64
x86_32
Linux
x86_64
Linux 64-bit (high-kernel, supports Linux 5.x kernel versions)
x86_32
ARM
View the SMC client
-
If you imported a migration source from the console or command line:
-
On Windows, the default installation directory is
C:\smc. -
On Linux, the default installation directory is
/smc.
-
-
If you downloaded the client manually, the installation directory is where you decompressed the package.
Start and stop the SMC client
The SMC daemon service is installed when you import a migration source. Start or stop the client by controlling the daemon service.
32-bit Windows does not support the daemon service. Run go2aliyun_client.exe directly.
-
Linux
The daemon is located at
/smc/smc_daemon. Run/smc/smc_daemon --statusto check the service status. Possible outputs:RUNNING,STOPPED, orUNINSTALLED.-
Start the SMC client:
/smc/smc_daemon --start -
Stop the SMC client:
/smc/smc_daemon --stop
-
-
Windows
The daemon is located at
C:\smc\smc_daemon.exe. In PowerShell, runC:\smc\smc_daemon.exe --statusto check the service status. Possible outputs:RUNNING,STOPPED, orUNINSTALLED.-
Start the SMC client:
C:\smc\smc_daemon.exe --start -
Stop the SMC client:
C:\smc\smc_daemon.exe --stop
-
Uninstall the SMC client
After a client-based migration, you can uninstall the SMC client.
-
Linux
-
Stop and remove the SMC daemon service.
/smc/smc_daemon --stop /smc/smc_daemon --uninstall -
Clear residual cached data.
./Check/client_check --ssclear smcss -
Delete the SMC client directory.
This example uses the default path.
rm -rf /smc
-
-
Windows
-
In PowerShell, stop and remove the daemon service.
C:\smc\smc_daemon.exe --stop C:\smc\smc_daemon.exe --uninstall -
Delete the SMC installation directory
C:\smc.
-
FAQ
-
Check the SMC client process status
Linux
Replace
<installation_directory_name>with your directory name. This example uses the default path.tail -f /smc/<installation_directory_name>/Logs/go2aliyun_client.outFor example, if the installation directory is
go2aliyun_client3.1.0_new_linux_x86_64, runtail -f /smc/go2aliyun_client3.1.0_new_linux_x86_64/Logs/go2aliyun_client.out.Windows
In PowerShell, run the following command:
Replace
<installation_directory_name>and<log_name>with your values. This example uses the default path.Get-Content C:\smc\<installation_directory_name>\Logs\<log_name> -Wait -Tail 50For example, if the installation directory is
go2aliyun_client3.1.0_windows_x86_64and the log name isgo2aliyun_client_20251010.log, runGet-Content C:\smc\go2aliyun_client3.1.0_windows_x86_64\Logs\go2aliyun_client_20251010.log -Wait -Tail 50.-
Normal operation: The output contains
Import Source Server [s-bp18x8751kgz2oyh****] Successfully!.-
If the migration source is not associated with a migration job, its status changes to Online.
-
If the migration source is associated with a migration job, its status changes to Migrating. If the job status is Error, click Retry Migration Job in the Actions column to resume.
-
-
Error: Troubleshoot the error based on the error code and retry.
[2024-01-10 15:20:08] [Info] ========== Goto Aliyun Client 2.7.3. ========== [2024-01-10 15:20:08] [Info] Load Client Data... [2024-01-10 15:20:08] [Info] Load User Config... [2024-01-10 15:20:09] [Info] Verify User Account... [2024-01-10 15:20:09] [Error] Check System Info Failed, code=S1_105 msg=Get OS Info Failed: [error] grub or grub-install not found. FAILED [2024-01-10 15:20:09] [Warn] Goto Aliyun Not Finished! See Details Info In Log File [/root/go2aliyun_client2.7.3_linux_x86_64/Logs/go2aliyun_client_20240110.log]. Get More Help From Online Docs: (Chinese) https://www.alibabacloud.com/help/product/121538.html (International) https://www.alibabacloud.com/help/product/121538.htm You Can Try Again After The Problem Is Solved. Exit...
-
-
Start and stop the client manually
32-bit Windows does not support the daemon service. Start and stop the client manually. Replace
<installation_directory_name>with the actual directory name.-
To start the SMC client, run
C:\smc\<installation_directory_name>\go2aliyun_client.exe.For example, if the installation directory is
go2aliyun_client3.1.0_windows_x86_64, runC:\smc\go2aliyun_client3.1.0_windows_x86_64\go2aliyun_client.exe. -
To stop the SMC client, run
C:\smc\<installation_directory_name>\go2aliyun_client.exe --abort.For example, if the installation directory is
go2aliyun_client3.1.0_windows_x86_64, runC:\smc\go2aliyun_client3.1.0_windows_x86_64\go2aliyun_client.exe --abort.
-