cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
762
Views
0
Helpful
3
Replies

UnityDb_log.LDF file size issue

chrisb
Level 1
Level 1

Unity 4.0(5) UM, Win2k SP4, Partner server Exch2k3 SP1. File size is out of proportion. I ran into a similar issue with SQL and Call Manager. That fix was to zero-out the file. Suggestions? Thank you.

3 Replies 3

lindborg
Cisco Employee
Cisco Employee

Check out the maintenance guide for 4.0(5):

http://www.cisco.com/en/US/products/sw/voicesw/ps2237/products_maintenance_guide_book09186a008043ea51.html

if you're doing full backups with Veritas or the like, those logs will be truncated. If you're doing doing full backups (you really should be) then you'll want to turn on circular logging.

wait - I'm thinking of the Exchange transaction logs - sounds like maybe your SQL nightly/weekly backup jobs Unity configures at install time are not running properly - here's a thread with some details on how to run that down:

http://forums.cisco.com/eforum/servlet/NetProf?page=netprof&forum=IP%20Communications%20and%20Video&topic=Unified%20Communications&CommCmd=MB%3Fcmd%3Dpass_through%26location%3Doutline%40%5E1%40%40.1dd904f3/1#selected_message

this thread talks about it as well:

http://forum.cisco.com/eforum/servlet/NetProf?page=netprof&CommCmd=MB?cmd=pass_through&location=outline@^1@@.1dd64ab9/1#selected_message

go to command prompt

go to CMD

osql -E
1> use UnityDB

2> go
1> backup log UnityDB with no_log
2> go
1> dbcc shrinkdatabase(UnityDB)
2> go
1>exit

to delete ReportDb_log.LDF

the same steps

osql -E
1> use ReportDB
2> go
1> backup log ReportDB with no_log
2> go
1> dbcc shrinkdatabase(ReportDB)
2> go
1>exit

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: