Was this page helpful?

RHEL5 - xm create/shutdown command

  • You do not have permissions to view this page - please try logging in.
內容表格
沒有標頭

如果我們用的是 virt-manager 基本上 Guest Os 開機時幾乎沒有辦法看到 Bottloader(GRUB).不過還是有辦法透過 virtual console 的方式進入 GRUB 修改一些參數!

使用指令 #xm creat -c domainID
-c 的參數就是開機時會將 kernel 輸出導入到 virtual console.

[root@benjr ~]# xm list
Name                                      ID Mem(MiB) VCPUs State   Time(s)
Domain-0                                   0     1231     4 r-----    150.1
rhel4.6                                    2      255     1 -b----      0.1
rhel5                                      4      511     1 -b----      2.2

目前正在運行的 Guest 有兩個 RHEL4.6 / RHEL5 我想用 RHEL4.6 ,所以先將 RHEL4.6 關機吧!!

[root@benjr ~]# xm shutdown rhel4.6
or #xm shutdown domain(domain ID)
[root@benjr ~]# xm shutdown 2

這動作相當於按下 Guest OS 的 power button

[root@benjr ~]# xm create -c rhel4.6

出現這畫面按下任意鍵就可以在 GRUB 進行參數設定了.

Using config file "/etc/xen/rhel4.6".
Started domain rhel4.6
不過預設 RHEL 是沒有 console ,請參考 RHEL5 - xen console command - http://benjr.tw/?q=node/375

完整版內容請看 : http://benjr.tw/?q=node/374

Was this page helpful?
標籤 (Edit tags)
  • No tags
您必須 登入 才能發佈評論。
Powered by MindTouch Core