Hi everyone,
I'm having a hard time manually changing hardware information for a device using zendmd.
What I was able to do so far, is changing the totalMemory field for a device using:
device.hw.totalMemory=4294967296
Which sets the value of the totalMemory field to 4.0GBs (As displayed in the "Memory Utilization Report").
I still need to figure out how to set the following in the "Memory Utilization Report":
Available, BufferedMemory, and %Util
As well as setting the following fields in the "Filesystem Util Report":
Total bytes, Used bytes, Free bytes, %Util
Does anyone know how to do this?
Thanks.