XenServer如何架设本地ISO镜像呢?网络私房菜教你一键架设XenServer 6.2本地ISO。
1. 通过SSH登录Xenserver查看卷组信息
#vgdisplay
#lvcreate -L 50G -n isofile VG_XenStorage-8201e819-c425-17e1-d513-f16b9357cfc8
#mkfs.ext3 /dev/VG_XenStorage-8201e819-c425-17e1-d513-f16b9357cfc8/isofile
#mkdir /isofile
#vi /etc/fstab
/dev/VG_XenStorage-8201e819-c425-17e1-d513-f16b9357cfc8/isofile /isofile ext3 defaults 0 0
6.命令行创建本地iso SR
#xe sr-create name-label=isofile type=iso device-config:location=/isofile device-config:legacy_mode=true contente-type=iso
#mount /isofile
如果XenCenter中连接XenServer后isofile中没有可用iso镜像就尝试更新一下
#xe-mount-iso-sr /isofile
#xe-toolstack-restart
转自网络私房菜http://www.networktalking.com/thread-7010-1-1.html