OK then, I may have been treating the vkdm as an iso. In Redhat usually we start the virtul manager and point to an install location which I was setting as the location of the .vkdm file and I think the virtual manager didn't know what to do with it. This is actually my first shot at setting up a virtual instance of Nagios XI in a virtual environment. My development environment has a system installation of Nagios XI. So I'm in new territory.jdalrymple wrote:That most definitely is a bootable disk. It's not like an iso or anything, it is the system drive (e.g. "C drive") of your Nagios installation. Hundreds of people boot that disk image every day.
I really am not sure about this part.jdalrymple wrote:Are you most certainly configuring it as your root disk. Something like this:
Code: Select all
<disk type='file' device='disk'> <driver name='qemu' type='vmdk' cache='none'/> <source file='/var/lib/libvirt/images/NFS/nagiosxi-2014r2.7-64-disk1.vmdk'/> <backingStore/> <target dev='hda' bus='ide'/> <alias name='ide0-0-0'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk>
Is there a detailed document that I can read through about how to set this up? I know this problem has been solved many times over and I'm sorta embarrassed that I'm hitting trivial road blocks. But this is my first attempt at running Nagios virtually.
==================================
I did find this on Red Hat's community support site:
Issue
Is it possible to convert a standalone vmdk file (image of a VMware guest) as a RHEV guest?
Resolution
Red Hat doesn't support conversion of standalone vmdk files. There should be a VMWare host and management interface for the conversion using virt-v2v.
+++++++++++++++++++++++++++++++++++
Red Hat does offer some steps that follow, however if there is something easier that I can use to start up the VMDK, please let me know.
Thanks.