星期三, 5月 16, 2012

Citrix Xenserver 自訂範本

Linux的發行版經常每半年或一年就推出新版本,xencenter內建的範本也就無法跟上最新版本的腳步,如果想裝較新版本的Linux就需要自訂範本。以下以Ubuntu為例

1.複製現有範本再修改
xe vm-clone uuid=old_template_uuid new-name-label=new_template_name
 
2.修改範本參數
xe template-param-set uuid=new_template_uuid \
other-config:install-repository=http://archive.ubuntu.net/ubuntu \ 
other-config:debian-release=發行版名稱
 
發行版名稱為 hardy locid natty 等
install-repository可以設為其它網路連線速度較快的MIRROW站,
URL的網址為dists的上一層 ,如果不設也可以新增VM時再指定。