B
beeb
Hi,
We will use for the first time XPE on a compact flash with EWF RAM Reg.
The CF will be write protected with EWF, a hard disk (not protected)
will be used to store application data.
I have tested the amount of RAM used for the EWF, the size grows then
seems to be stabilized . But I'm not sure how it will be on the customer
plant: the application will be a 24h/24h 7/7 application.
I try to make (or find) a tool that:
- Launch at startup and display a warning if the CF is no more write
protected (I know how to do using EWF API).
- Check the amount of RAM used by EWF at regular interval (I know how to
do but what will be the best interval: each 24 hours ?)
- If the available RAM becomes critically low, write a log on the
unprotected partition of the hard drive and reboot (a reboot seems
better than a crash). So I need to also check the total amount of
available RAM. What will be the limit for "critically low"?
Maybe I can get this information directly from XPE as an event; this
will avoid my tool to continuously check the RAM.
- The log created before the reboot should report the actual amount of
RAM used for EWF and the list of the files that are in the RAM overlay.
This last point is the most important for me to be able to solve the
problem but I do not have really any idea how to make that.
(We buy an industrial PC with XPE already installed on the CF and we do
not have the possibility of creating a new XPE image)
regards
Beeb
We will use for the first time XPE on a compact flash with EWF RAM Reg.
The CF will be write protected with EWF, a hard disk (not protected)
will be used to store application data.
I have tested the amount of RAM used for the EWF, the size grows then
seems to be stabilized . But I'm not sure how it will be on the customer
plant: the application will be a 24h/24h 7/7 application.
I try to make (or find) a tool that:
- Launch at startup and display a warning if the CF is no more write
protected (I know how to do using EWF API).
- Check the amount of RAM used by EWF at regular interval (I know how to
do but what will be the best interval: each 24 hours ?)
- If the available RAM becomes critically low, write a log on the
unprotected partition of the hard drive and reboot (a reboot seems
better than a crash). So I need to also check the total amount of
available RAM. What will be the limit for "critically low"?
Maybe I can get this information directly from XPE as an event; this
will avoid my tool to continuously check the RAM.
- The log created before the reboot should report the actual amount of
RAM used for EWF and the list of the files that are in the RAM overlay.
This last point is the most important for me to be able to solve the
problem but I do not have really any idea how to make that.
(We buy an industrial PC with XPE already installed on the CF and we do
not have the possibility of creating a new XPE image)
regards
Beeb