准确--红帽系银河麒麟v10安装VMware tools

如果是基于 红帽 (RHEL) / CentOS 体系的麒麟高级服务器操作系统 V10 (Kylin Advanced Server V10)
同样,推荐使用 Open VM Tools

方法一:使用 Open VM Tools (推荐,适用于红帽系)

步骤:

  1. 打开终端: 在图形界面中找到终端应用,或者通过 SSH 连接。

  2. 安装 Open VM Tools:

    • 如果你使用的是图形桌面环境
      sudo yum install open-vm-tools-desktop -y
      
    • 如果你使用的是无图形界面的服务器版本
      sudo yum install open-vm-tools -y
      
  3. 启动并设置开机自启 VMware Tools 服务:

    sudo systemctl start vmtoolsd.service
    sudo systemctl enable vmtoolsd.service
    

    注意:服务名通常是 vmtoolsd.service

  4. 检查服务状态 (可选):

    systemctl status vmtoolsd.service
    

    确保它显示 “active (running)”。

  5. 重启虚拟机: 为了使所有功能生效,建议重启。

    sudo reboot
    

你可能感兴趣的:(信创,服务器)