
# 检查源端系统兼容性
请检查源端待迁移主机的操作系统是否在SMS支持迁移的系统列表中。有关SMS支持的Linux文件级迁移系统列表，请参见[支持Linux文件级迁移的系统列表](https://support.huaweicloud.com/productdesc-sms/sms3_01_0012.html#section0)。
通过以下步骤可以查看主机操作系统版本信息：
1. 在源端主机按下Ctrl + Alt + T键，打开终端窗口。
2. 在终端窗口中输入以下任一命令，然后按Enter键：
   - 输入如下命令，在输出信息中查看操作系统的发行版信息，包括发行商、版本号、代号等。
     ```
     lsb_release -a
     ```
     ![](https://support.huaweicloud.com/bestpractice-sms/zh-cn_image_0000002506591592.png)
     
   
   - 输入如下命令，在输出信息中查看详细的操作系统版本信息，包括操作系统版本、内核版本、主机名、系统状态等。
     ```
     hostnamectl
     ```
     ![](https://support.huaweicloud.com/bestpractice-sms/zh-cn_image_0000002538311459.png)
     
   
   - 输入如下命令，在输出信息中查看简略的操作系统版本信息。
     ```
     cat /etc/issue
     ```
     ![](https://support.huaweicloud.com/bestpractice-sms/zh-cn_image_0000002538391485.png)
     
    
 
