I have asked our VM maintainer to run the command
# virsh -r dumpxml vm-name_blah //as Super user
But no output : No matching domains found that was the TTY output on that rhevm node when I executed the command.
Then I tried to execute # virsh list // it doesn't list any VMs !!! ( How come this ? Does the Rhevm node need to enable any CLI with License key or something to list Vms or to dumpxml with virsh ? or its CLI commands ?
Any way I want to know what I have to ask the maintainer to provide a working a working CLI or ? which do the tasks expected to do with command line utilities in rhevm.
I have one more question : Which command can I execute on an rhevm node to manually export ( not through GUI portal) a VMs to required format ?
For example; 1. I need to get one VM and disks attached to it as raw images. Is this possible how?
and another 2. VM and disk attached to it as Ova or( what other good format) which suitable to upload to glance ?
Each VMs are around 200 to 300 GB with disk volumes ( so where should be the images exported to which path to specify ? to the host node(if the host doesn't have space or NFS mount ? how to specify the target location where the VM image get stored in case of NFS mount ( available ?)
Thanks in advance