FAQs
How can i report a problem or get more information about NUXIS?
There is a mailing list about NUXIS http://mailman.nuxis.com/cgi-bin/mailman/listinfo/nuxis-users where you can send us bug reports, questions or request more information.
It is possible to get source code of NUXIS?
Yes it is. The source code is available in: https://github.com/eurotux/ETVA
It is possible to import VMWare virtual machine?
Yest it is. To import VMware virtual machine, we need to convert the server disks to raw format.
For do that, we may use the following command:
qemu-img convert -f vmdk -O raw disco-*vmdk novodisco.raw
Note: in some cases, it may need to convert VMware disk to compatible qemi-img version
vmware-vdiskmanager -r disco.vmdk -t 0 novodisco.vmdk
|