我试图调整 XenServer 6.2 的说明,了解如何为新安装的 XenServer 6.5 主机创建本地 ISO 库。但是命令...
xe sr-create name-label=LocalIso type=iso device-config:legacy-mode=true device-config:location=/var/iso content-type=iso
...失败,并显示以下错误代码和消息...
Error code: SR_BACKEND_FAILURE_222
Error parameters: , Could not mount the directory specified in Device Configuration,
活动逻辑卷已安装在“/var/iso”上。因此该目录应该可以访问。
# lvscan
ACTIVE '/dev/VG_XenStorage-<id>/MGT' [4.00 MB] inherit
ACTIVE '/dev/VG_XenStorage-<id>/ISO' [32.00 GB] inherit
# df -T
Filesystem Type 1K-blocks Used Available Use% Mounted on
[...]
/dev/mapper/VG_XenStorage--<id>-ISO
ext3 33027952 766592 30583640 3% /var/iso
不知道从那里该怎么做,所以非常感谢任何帮助!
答案1
这里有一个关于如何执行此操作的教程,其中包含有关如何在单独分区上创建 ISO 存储的附加信息: http://adamscheller.com/server-administration/xenserver-local-iso-storage-new-partition/
答案2
您应该 ssh 到您的 xen 并执行以下操作:
cd /var/run/sr-mount/<your uuid>
mkdir ISO <or whatever>
xe sr-create name-label=ISO type=iso device-config:location=/var/run/sr-mount/<your uuid>/ISO device-config:legacy_mode=true content-type=iso
然后我建议将 winscp 到你的 xen @cd /var/run/sr-mount/<your uuid>/<your iso>