やはり3.2.6でVM Managerを使わず素のLinux VMを作りそこにManagerを入れるしか道はあるまい。しかしxenbr0の謎が立ちはだかる。Xenを知らねばならぬ。昔やりかけたけど、CentOSKVMになったんで放置してたんだよな。
ただ、キーボードとディスプレイを繋ぎかえるのが面倒なんだよな…。いったんDom0が起動してsshでつながるようになれば楽なんだけどそこまでが。何とか小宇宙を高め、再インストールくらいは本日中にやらねば…。
⇒余ってたキーボードを接続。インストールしてしまえばほとんど使わないんだが、何度もインストールすることになりそうなので。これで大分敷居が低くなるだろう。
とりあえず素のOracle LinuxVMテンプレートをDLしてそのまま一切弄らずそのままxenコマンドでVM起動してみる。

[root@ovs-d7-14-e3 seed_pool]# xm create -c /OVS/seed_pool/OVM_OL5U7_X86_PVM_10GB/vm.cfg
Using config file "/OVS/seed_pool/OVM_OL5U7_X86_PVM_10GB/vm.cfg".
Using <class 'grub.GrubConf.GrubConfigFile'> to parse /grub/menu.lst


    pyGRUB  version 0.6
 lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk
 x Oracle Linux Server (2.6.32-200.13.1.el5uek)                           x
 x Oracle Linux Server (2.6.18-274.0.0.0.1.el5xen)                        x
 x                                                                        x
 x                                                                        x
 x                                                                        x
 x                                                                        x
 x                                                                        x
 x                                                                        x
 mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj
     Use the ^ and v keys to select which entry is highlighted.
     Press enter to boot the selected OS, 'e' to edit the
     commands before booting, 'a' to modify the kernel arguments
     before booting, or 'c' for a command line.




     Will boot selected entry in  1 seconds


[root@ovs-d7-14-e3 seed_pool]# Error: Device 0 (vif) could not be connected. Could not find bridge, and none was specified

うむ、やはり昨日と同様、Dom0側に仮想ブリッジを作る事が必須っぽい。
Xen徹底入門 第2版 (CD-ROM付)のP216に「xenbr0」の解説、P218〜に設定方法が記載されている。xend-config.sxpファイルを弄るそうな。Oracle VMでのファイル名は不明。

[root@ovs-d7-14-e3 /]# find . -name 'xend-config.sxp' -print
./etc/xen/xend-config.sxp

にあった。

[root@ovs-d7-14-e3 xen]# brctl show
bridge name     bridge id               STP enabled     interfaces

うむ、無い。