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都不一样



本文转自 bilinyee博客,原文链接:   http://blog.51cto.com/ericfu/1775710     如需转载请自行联系原作者

相关文章
|
Ubuntu 网络安全
Ubuntu 16.04 编译LIVE555 Server
Ubuntu 16.04 编译LIVE555 Server
433 0
|
弹性计算 关系型数据库 网络安全
How to install ProcessWire CMS on Debian 9 – Part 1 LAMP Stack Installation
In this tutorial, we will be installing ProcessWire CMS on an Alibaba Cloud Elastic Compute Service (ECS) instance with Debian 9.
5740 0
How to install ProcessWire CMS on Debian 9 – Part 1 LAMP Stack Installation
|
弹性计算 Ubuntu 安全
How to Set Up an ARK: Survival Evolved Server on Ubuntu OS
In this tutorial, we will be hosting an ARK: Survival Evolved dedicated gaming server using an Alibaba Cloud ECS instance (Ubuntu 16.04).
3699 0
How to Set Up an ARK: Survival Evolved Server on Ubuntu OS
|
Java Linux 网络安全
|
网络协议 Linux 网络安全