Page 1 of 1
System Status
Posted: Sun Feb 28, 2021 9:09 am
by timb
Hi,
The System Status from within a lab or from the main menu never changes from 1% CPU and 2% Memory used even if running several hungry nodes like ISE, FMC, etc. I am running EVE NG Pro bare metal on a rack mount server.
Any idea how to fix this?
Thanks,
Re: System Status
Posted: Sun Feb 28, 2021 10:49 am
by Uldis (UD)
Next release update will be fix
Re: System Status
Posted: Sun Feb 28, 2021 4:43 pm
by timb
Ok, thanks Uldis. There was one other issue that you may be interested in. Creating qemu disk with this command only create a disk of 193KB:
/opt/qemu/bin/qemu-img create -f qcow2 virtioa.qcow2 60G
I had to add the following:
/opt/qemu/bin/qemu-img create -f qcow2 virtioa.qcow2 -o size=60G,preallocation=metadata
After this everything worked ok. Not sure if you have seen this issue before.
I really like EVE Pro so far, it is great.
Re: System Status
Posted: Sun Feb 28, 2021 5:44 pm
by Uldis (UD)
no, it is not true
if you are using
/opt/qemu/bin/qemu-img create -f qcow2 virtioa.qcow2 60G
it creates HDD frame (with max size of 60Gb), but this file is shown as 193Kb.
Linux do recognize it as full size of 60gb.
that metadata even no need
Re: System Status
Posted: Sun Feb 28, 2021 5:47 pm
by timb
Ok, I only test it out once with win-server install. It seemed to find the 60G disk, but after install it could not find any OS so I thought maybe an issue with that. I did not test it out with others.
Re: System Status
Posted: Mon Mar 01, 2021 8:48 am
by Uldis (UD)
any winserver starting from 2003-2019 works just fne.
Use MS original ISOs and you will face no problems
Re: System Status
Posted: Mon Feb 05, 2024 1:55 pm
by upexxx
Hi Guys,
this seems to be still an issue in which version is this going to be fixed?
Best regards.