• 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

      

  • 相关阅读:
    heat模板
    Leetcode812.Largest Triangle Area最大三角形面积
    Leetcode812.Largest Triangle Area最大三角形面积
    Leetcode811.Subdomain Visit Count子域名访问计数
    Leetcode811.Subdomain Visit Count子域名访问计数
    Leetcode806.Number of Lines To Write String写字符串需要的行数
    Leetcode806.Number of Lines To Write String写字符串需要的行数
    Leetcode819.Most Common Word最常见的单词
    Leetcode819.Most Common Word最常见的单词
    Leetcode783.Minimum Distance Between BST Nodes二叉搜索树结点最小距离
  • 原文地址:https://www.cnblogs.com/jackyzm/p/10400475.html
Copyright © 2020-2023  润新知