12-01-2008 11:59 AM - edited 03-18-2019 10:04 PM
Helloo Experts!
We want to enable the "store Deleted Messages" option on Unity.
So Deleted messages keep storage in the Message Store for some days...
How can we size if the Hard Drive Size is enough to keep the Deleted Message Stored and for how many days depending on the quantity of users?
Thanks in advance!
12-01-2008 12:41 PM
do the math counting all the VMs you're going to have in inbox and deleted. the unity design guide contains a table that has an aprox of how much space it takes 1 minute of recording based on the codec.
you would need to take an average message length x codec size to know how much disk space they would take.
in any case you determine the space allocated in exchange so you could simply allocate x amount of minutes based on the size of the mailbox. you cannot determine you're going to allow Y number of VMs since it's based on the size.
HTH
java
if this helps, please rate
12-01-2008 01:00 PM
Thank you for your Answer! it is very helpfull
Do you know if there is a Tool in Unity to verify the average message length of the inbox?
Thanks in advance
12-01-2008 01:31 PM
I'm sure some Exchange mailstore reports could be used for this (you can filter on messages of class IPM.Note.Voice.Unity to get only voice messages). There's the Message STore Manager tools as well:
http://www.ciscounitytools.com/App_MSM.htm
the Message Store STatus dump report cranks out a huge amount of data about the messages in each user's mailbox includng the deleted message count and deleted message size which you can use to get the average you're looking for. Been a long time since I've fired up MSM but I recall this report can take a while to run given all the information it's extracting and it's best to run it off hours because it hammers the Exchange mailstore pretty good if memory serves.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide