新安装的CentOS虚拟机是没有安装XenServer Tools的,在虚拟机的“常规”选项卡中可以看到相关的提示信息,如下图:
点击该提示文字,则XenCenter管理工具会自动将“XenServer Tools”光盘映像插入到该虚拟机的光驱中,接下来的工作就简单了,就是SSH方式登录到该虚拟机,执行剩余的安装步骤。操作步骤如下:
# cd /mnt/ # mkdir -p xs-tools # mount /dev/cdrom /mnt/xs-tools/ mount: /dev/sr0 写保护,将以只读方式挂载 # cd /mnt/xs-tools/Linux/ # ./install.sh Detected `CentOS Linux release 7.2.1511 (Core) ' (centos version 7). The following changes will be made to this Virtual Machine: * update arp_notify sysctl. * packages to be installed/upgraded: - xe-guest-utilities-7.1.0-41.x86_64.rpm - xe-guest-utilities-xenstore-7.1.0-41.x86_64.rpm Continue? [y/n] y 准备中... ################################# [100%] 正在升级/安装... 1:xe-guest-utilities-xenstore-7.1.0################################# [ 50%] 2:xe-guest-utilities-7.1.0-41 ################################# [100%] You should now reboot this Virtual Machine.
最后就是不要忘了将虚拟机重启一下。
原文链接:https://www.f2er.com/centos/378472.html