On Fri, Jan 10, 2014 at 10:12 AM, Sven Kieske wrote:
Hi,
yeah of course, there are various scripts for that
i. e.
http://www.dmo.ca/blog/detecting-virtualization-on-linux/
(google is your friend)
the (afaik) fastest way to detect ovirt is:
dmidecode | grep oVirt
but this needs root privileges.
I confirm that on three guest systems: CentOS 5.10, CentOS 6.4 and
Fedora 20 all x86_64 I get:
$ sudo /usr/sbin/dmidecode | grep -A2 "System Information"
System Information
Manufacturer: oVirt
Product Name: oVirt Node
This on oVirt 3.3.2 with Fedora 19 oVirt stable repo.
nice to know.
Thanks,
Gianluca