zoukankan      html  css  js  c++  java
  • Centos7安装xenserver tools

    mount /dev/cdrom /mnt

    [root@192 ~]# mount /dev/cdrom /mnt
    mount: /dev/sr0 写保护,将以只读方式挂载
    [root@192 ~]# cd /mnt
    [root@192 mnt]# ll
    总用量 62094
    -r--r--r--. 1 root root 66 8月 24 16:03 AUTORUN.INF
    -r--r--r--. 1 root root 31 8月 24 16:03 copyright.txt
    -r--r--r--. 1 root root 50449456 8月 24 16:03 dotNetFx40_Full_x86_x64.exe
    -r--r--r--. 1 root root 29717 8月 24 16:03 EULA
    dr-xr-xr-x. 2 root root 4096 8月 24 16:03 Linux
    -r--r--r--. 1 root root 5586944 8月 24 16:03 managementagentx64.msi
    -r--r--r--. 1 root root 5554176 8月 24 16:03 managementagentx86.msi
    -r--r--r--. 1 root root 1184 8月 24 16:03 README.txt
    -r--r--r--. 1 root root 148808 8月 24 16:03 Setup.exe
    -r--r--r--. 1 root root 1665495 8月 24 16:03 xenlegacy.exe
    -r--r--r--. 1 root root 141497 8月 24 16:03 xluninstallerfix.exe
    [root@192 mnt]# cd Linux/
    [root@192 Linux]# ll
    总用量 7181
    -r-xr-xr-x. 1 root root 16746 8月 24 16:03 install.sh
    -r--r--r--. 1 root root 146 3月 22 2018 versions.deb
    -r--r--r--. 1 root root 242 3月 22 2018 versions.rpm
    -r--r--r--. 1 root root 143 3月 22 2018 versions.tgz
    -r-xr-xr-x. 1 root root 1492864 8月 24 16:03 xe-daemon
    -r--r--r--. 1 root root 1163555 3月 22 2018 xe-guest-utilities_7.10.0-1_all.tgz
    -r--r--r--. 1 root root 1161424 3月 22 2018 xe-guest-utilities_7.10.0-1_amd64.deb
    -r--r--r--. 1 root root 1161422 3月 22 2018 xe-guest-utilities_7.10.0-1_i386.deb
    -r--r--r--. 1 root root 652367 3月 22 2018 xe-guest-utilities-7.10.0-1.i386.rpm
    -r--r--r--. 1 root root 652325 3月 22 2018 xe-guest-utilities-7.10.0-1.x86_64.rpm
    -r--r--r--. 1 root root 516858 3月 22 2018 xe-guest-utilities-xenstore-7.10.0-1.i386.rpm
    -r--r--r--. 1 root root 516818 3月 22 2018 xe-guest-utilities-xenstore-7.10.0-1.x86_64.rpm
    -r-xr-xr-x. 1 root root 13525 8月 24 16:03 xe-linux-distribution
    -r--r--r--. 1 root root 209 8月 24 16:03 xe-linux-distribution.service
    -r--r--r--. 1 root root 114 8月 24 16:03 xen-vcpu-hotplug.rules
    [root@192 Linux]# ./install.sh
    Detected `CentOS Linux release 7.5.1804 (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.10.0-1.x86_64.rpm
    - xe-guest-utilities-xenstore-7.10.0-1.x86_64.rpm

    Continue? [y/n] y

    准备中... ################################# [100%]
    正在升级/安装...
    1:xe-guest-utilities-xenstore-7.10.################################# [ 50%]
    2:xe-guest-utilities-7.10.0-1 ################################# [100%]

    You should now reboot this Virtual Machine.
    [root@192 Linux]#umount /mnt

      

  • 相关阅读:
    Memcached 内存分配机制介绍
    PHP与Memcached服务器交互的分布式实现源码分析
    yii 操作cookie
    Python urllib2递归抓取某个网站下图片
    mysql 知识 show status
    要读的书培根说:历史使人明智,诗词使人巧慧,算学使人精密,哲理使人深刻,伦理学人庄重,逻辑修辞使人善辩。
    思考的技术懒于求知的人没有生存空间
    相约星期二记录
    谁是最重要的人
    Netstat命令详解
  • 原文地址:https://www.cnblogs.com/jackyzm/p/10400475.html
Copyright © 2011-2022 走看看