| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

「Xen コマンド」の版間の差分

提供: MyMemoWiki
ナビゲーションに移動 検索に移動
(ページの作成:「==Xen コマンド== {{include_html banner_html, "!Xen"}} ===ドメインを起動 (xm create)=== 設定ファイルに基づいてドメインを起動 *xm create […」)
 
1行目: 1行目:
==Xen コマンド==
+
==[[Xen コマンド]]==
{{include_html banner_html, "!Xen"}}
+
{{include_html [[banner_html]], "!Xen"}}
 
===ドメインを起動 (xm create)===
 
===ドメインを起動 (xm create)===
 
設定ファイルに基づいてドメインを起動
 
設定ファイルに基づいてドメインを起動
9行目: 9行目:
 
  # xm create garuda
 
  # xm create garuda
 
  Using config file "/etc/xen/garuda".
 
  Using config file "/etc/xen/garuda".
  Going to boot Fedora Core (2.6.19-1.2895.fc6xen)
+
  Going to boot [[Fedora Core]] (2.6.19-1.2895.fc6xen)
 
   kernel: /vmlinuz-2.6.19-1.2895.fc6xen
 
   kernel: /vmlinuz-2.6.19-1.2895.fc6xen
 
   initrd: /initrd-2.6.19-1.2895.fc6xen.img
 
   initrd: /initrd-2.6.19-1.2895.fc6xen.img
19行目: 19行目:
 
  # xm console garuda
 
  # xm console garuda
 
             :
 
             :
  Fedora Core release 6 (Zod)
+
  [[Fedora Core]] release 6 (Zod)
 
  Kernel 2.6.19-1.2895.fc6xen on an i686
 
  Kernel 2.6.19-1.2895.fc6xen on an i686
 
   
 
   
39行目: 39行目:
  
 
----
 
----
{{include_html banner_html, "!Xen"}}
+
{{include_html [[banner_html]], "!Xen"}}

2020年2月16日 (日) 04:35時点における版

Xen コマンド

{{include_html banner_html, "!Xen"}}

ドメインを起動 (xm create)

設定ファイルに基づいてドメインを起動

  • xm create [ドメイン名]
  • xm create -c
    • 同時にドメインのコンソールに接続
  1. # xm create garuda
  2. Using config file "/etc/xen/garuda".
  3. Going to boot Fedora Core (2.6.19-1.2895.fc6xen)
  4. kernel: /vmlinuz-2.6.19-1.2895.fc6xen
  5. initrd: /initrd-2.6.19-1.2895.fc6xen.img
  6. Started domain garuda

ドメインのコンソールに接続 (xm colsole)

  • xm colsole [ドメイン名]
  1. # xm console garuda
  2. :
  3. Fedora Core release 6 (Zod)
  4. Kernel 2.6.19-1.2895.fc6xen on an i686
  5.  
  6. garuda.typea.dip.jp login:

ドメインの稼動状況をモニタ (xm top)

  • xm top

1480 xen-1.jpg

ドメインをリスト (xm list)

  • xm list

1481 xen-2.jpg

ドメインを終了 (xm shutdown | destory )

  • xm shutdown [ドメイン名]
    • 通常
  • xm destroy [ドメイン名]
    • 直ちに終了

{{include_html banner_html, "!Xen"}}