码迷,mamicode.com
首页 > 其他好文 > 详细

xen server 6.2 install patch

时间:2016-05-22 00:55:53      阅读:321      评论:0      收藏:0      [点我收藏+]

标签:xen server 6.2 install patch

在下载补丁的时候 会有详细说明
Customers running the licensed version of XenServer can apply the hotfix using XenCenter or the XenServer Command Line Interface (CLI). Customers running the unlicensed version of XenServer can only use the CLI to apply the hotfix.
没有license的XenCenter只能用CLI打补丁,而且有详细说明怎么使用。
其实很简单 ,就是麻烦了一点。我用CLI打了四个补丁,没任何问题
1.下载并解压补丁包,例如XS62E002补丁包,解压到D盘
2.打开cmd ,进入到XenCenter安装目录,例如 C:\Program Files\Citrix\XenCenter
3.执行命令  xe patch-upload -s 10.9.100.100 -u root -pw 123456 file-name=D:\XS62E002\XS62E002.xsupdate
(其中10.9.100.100是XenServer的IP地址,你也可以用主机名。123456是root对应的密码。)执行完毕会出现一串字符例如:59128f15-92cd-4dd9-8fbe-a0115d1b07a2  
4. 执行命令 xe -s 10.9.100.100 -u root -pw 123456 patch-pool-apply uuid=59128f15-92cd-4dd9-8fbe-a0115d1b07a2 (最后这串字符是第三步生成的)
 每一补丁包产生的uuid都不一样

本文出自 “Erick WAY” 博客,谢绝转载!

xen server 6.2 install patch

标签:xen server 6.2 install patch

原文地址:http://ericfu.blog.51cto.com/416760/1775710

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!