免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 4016 | 回复: 1
打印 上一主题 下一主题

在XEN中安装guest os时如何换ISO [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-08-21 23:16 |只看该作者 |倒序浏览
在XEN中完全虚拟化一个机器(我机器支持VT的),我用本地一个目录中的ISO文件,但是系统通常都是有多个ISO的,在第一个ISO安装完之后提示换第二张光盘,应该怎么换呢?本来想可能过一段时间他就可以自己换了,可是还是不行.想SHUTDOWN了换个路径,但是失败了,SHUTDOWN就起不来了.在网上找了很多也不知道到底怎么做,所以来麻烦大家了,望帮忙.

另外加一问如何用XEN复制本虚拟平台的系统?

论坛徽章:
0
2 [报告]
发表于 2007-08-22 09:17 |只看该作者
Hi, 换 ISO 的问题,可以试试 xm 的 block-attach 和 block-detach参数。具体请看:

  1. $ man xm
复制代码


在 man 手册里给出了例子的:

  1. block-attach domain-id be-dev fe-dev mode [bedomain-id]
  2.            Create a new virtual block device.  This will trigger a hotplug event for the guest
  3.            OPTIONS

  4.            domain-id
  5.                The domain id of the guest domain that the device will be attached to.

  6.            be-dev
  7.                The device in the backend domain (usually domain 0) to be exported.  This can be specified
  8.                as a physical partition (phy:sda7) or as a file mounted as loopback
  9.                (file://path/to/loop.iso).

  10.            fe-dev
  11.                How the device should be presented to the guest domain.  It can be specified as either a
  12.                symbolic name, such as /dev/hdc, for common devices, or by device id, such as 0x1400
  13.                (/dev/hdc device id in hex).

  14.            mode
  15.                The access mode for the device from the guest domain.  Supported modes are rw (read/write)
  16.                or ro (read-only).

  17.            bedomain-id
  18.                The back end domain hosting the device.  This defaults to domain 0.

  19.            EXAMPLES

  20.            Mount an ISO as a Disk
  21.                xm block-attach guestdomain file://path/to/dsl-2.0RC2.iso /dev/hdc ro

  22.                This will mount the dsl iso as /dev/hdc in the guestdomain as a read only device.  This
  23.                will probably not be detected as a cdrom by the guest, but mounting /dev/hdc manually will
  24.                work.

  25.        block-detach domain-id devid
  26.            Destroy a domain’s virtual block device. devid must be the device id given to the device by
  27.            domain 0.  You will need to run xm block-list to determine that number.
复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP