cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1831
Views
2
Helpful
4
Replies

Unity Connection 8.5 - mailbox size per user

Not applicable

Hello

I am wondering if there is some way to find out how much space subscriber mailboxes are taking up on the server?  I can see total space utilization for the mailstore, but I would like to find out how much space is being used by our subscribers.  Access to this information would help me set realistic mailbox size quotas and create a sensible aging policy... thanks!

4 Replies 4

Gajanan Pande
Cisco Employee
Cisco Employee

You can use the 'UserDataDump' utility to accomplish individual User mailbox size.

http://www.ciscounitytools.com/Applications/CxN/UserDataDump/UserDataDump.html

http://www.ciscounitytools.com/Applications/CxN/UserDataDump/Help/UserDataDump.htm

Another CLI command you can try is:

run cuc dbquery unitymbxdb1  select skip 0 first 100

description,bytesize FROM vw_mailbox order by bytesize desc

Pls remember to rate helpful posts, always.

GP.

Hello Gajanan

Thank for your help so far.  I am not very familiar with the CLI - can this, or a similiar query be used in CUDLI instead and would you be able to provide me with another example?

Thank you!

el

Am not familiar with CUDLI, sorry mate.

GP.