技術ブログ
Compute Nodeは、x86アーキテクチャの仮想マシンです。仮想化基盤には、Xen 4.3が使用されているようです。
-bash-4.1# dmesg | grep -i xen
Xen: 0000000000000000 - 00000000000a0000 (usable)
Xen: 00000000000a0000 - 0000000000100000 (reserved)
Xen: 0000000000100000 - 00000001e0800000 (usable)
xen: setting RW the range fce000 - 1000000
xen: setting RW the range fffff000 - 100000000
Booting paravirtualized kernel on Xen
Xen version: 4.3.1OVM (preserve-AD) ←★
[ 0.000000] Xen: using vcpuop timer interface
[ 0.000000] installing Xen timer for CPU 0
[ 0.023296] installing Xen timer for CPU 1
[ 0.042124] PCI: setting up Xen PCI frontend stub
[ 0.043217] xen_balloon: Initialising balloon driver with page order 0.
[ 0.044015] xen-balloon: Initialising balloon driver.
[ 0.045101] Switching to clocksource xen
[ 0.155258] input: Xen Virtual Keyboard as /devices/virtual/input/input0
[ 0.155696] input: Xen Virtual Pointer as /devices/virtual/input/input1
[ 0.202771] XENBUS: Device with no driver: device/vbd/51728
[ 0.203151] XENBUS: Device with no driver: device/vbd/51744
[ 0.203513] XENBUS: Device with no driver: device/vbd/51760
[ 0.203862] XENBUS: Device with no driver: device/vbd/51776
[ 0.204205] XENBUS: Device with no driver: device/vbd/51792
[ 0.204539] XENBUS: Device with no driver: device/vif/0
[ 4.607142] Initialising Xen virtual ethernet driver.
おそらく、Oracle VM for x86を使用しているでしょうから、Xenのバージョンより、Oracle VM for x86のバージョンは3.3.xであると推測できます。
Xen hypervisor upgraded to version 4.3.
また、上記dmesg出力から、Compute Nodeは仮想化モードとしてPVMで構成されていることがわかります。
PVHVMかと思っていましたが、意外です。