タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

xenに関するhon_yaのブックマーク (2)

  • Debian GNU/Linux 5.0(Lenny)でのXenの設定メモ

    設定後、思い出しながら書いたので間違いがあった場合ご容赦ください。 XenのKernelをインストールする apt-get install xen-linux-system-~(環境に合わせて) インストール後新しいKernelで再起動。 xen-tools(DomUのディスクイメージの作成等のツール)のインストール apt-get install xen-tools 今回はloopbackデバイスとしてDomUのディスクイメージを作成する。その場合loopbackデバイスの数がデフォルトでは8で制限されているため修正する。 A - /etc/modulesに下記の行を追加。もしくは修正 loop max_loop=255 B - /etc/modprobe.d/loopに下記の行を追加。もしくは修正 options loop max_loop=255 C - moduleの再起動 rmm

  • Xen - Debian Wiki

    Xen on Debian This is the first page of a series, which may or not be read sequentially. Introduction and overview (this page) Install, boot and config Manage and audit ?DomUs configuration, install and debug ?Interacting with domUs ?PV drivers, USB- and PCI-passthrough QEMU deprivilege ?Getting help It's a WIP, missing pages are partially written but in plain text, so need to be imported then con

    hon_ya
    hon_ya 2011/05/19
    [xen]
  • 1