Results 1 to 3 of 3

Thread: Bitlocker MBAM: Why svclog file is filling server hard drive?

  1. #1
    Join Date
    Nov 2011
    Posts
    61

    Bitlocker MBAM: Why svclog file is filling server hard drive?

    well recently I have installed Bitlocker MBAM installed on my 2 of server configuration. The application/web server are supposed to keep filing up with RecoveryAndHardwareService.svclog at regular interval of the time. In case I stop the software service the log is getting roll over and I can delete previous log. But I could not find out the reason why data might be getting purged before it is getting writing into the database. Is rolling over and purging happening automatically? Or what should be the expected behavior? Let me know if you are having any idea to fix the matter.

  2. #2
    Join Date
    Mar 2011
    Posts
    387

    re: Bitlocker MBAM: Why svclog file is filling server hard drive?

    In order to fix the matter of yours I recommend following steps which you can try.
    • You should connect to MBAM server in which you have installed MBAM Admin as well as Monitoring Server role.
    • You have to launch IIS Manager on MBAM Server and simply open IIS and MBAM Websites.
    • You should simply delete the svclog files from the folder.

    1. C:\inetpub\Malta BitLocker Management Solution\Logs\Recovery And Hardware Service
    2. C:\inetpub\Malta BitLocker Management Solution\Logs\Compliance Status Service
    3. C:\inetpub\Malta BitLocker Management Solution\Logs\Administration Service

    • You have to change switchValue from Warning,ActivityTracing to Warning and Information,ActivityTracing to Warning in the below mentioned codes.


    • You should browse and modify following lines.

    Code:
    C:\inetpub\Malta BitLocker Management Solution\MBAM Administration Service\web.config 
    
    <sources>
      <source name="System.ServiceModel" switchValue="Warning,ActivityTracingWarning" propagateActivity="true">
          <listeners>
              <add name="ServiceModelTraceListener">
                   </add>
           </listeners>
    </source>
     <source name="Microsoft.Mbam.ApplicationSupportService" switchValue="Information,ActivityTracingWarning"propagateActivity="true">
          <listeners>
            <add name="ServiceModelTraceListener">
                </add>
           </listeners>
     </source>
    </sources>
    Now you have to go for following lines.
    Code:
    C:\inetpub\Malta BitLocker Management Solution\MBAM Compliance Status Service\web.config
    
    <sources>
      <source name="System.ServiceModel" switchValue="Warning,ActivityTracingWarning" propagateActivity="true">
            <listeners>
              <add name="ServiceModelTraceListener">
              </add>
            </listeners>
          </source>
      <source name="Microsoft.Mbam.ReportingService" switchValue="Information,ActivityTracingWarning" propagateActivity="true">
            <listeners>
              <add name="ServiceModelTraceListener">
              </add>
            </listeners>
          </source>
        </sources>
    Finally you have to go for following lines.
    Code:
    C:\inetpub\Malta BitLocker Management Solution\MBAM Recovery And Hardware Service\web.config
    
    <sources>
      <source name="System.ServiceModel" switchValue="Warning,ActivityTracingWarning" propagateActivity="true">
            <listeners>
              <add name="ServiceModelTraceListener">
              </add>
            </listeners>
          </source>
      <source name="Microsoft.Mbam.CoreService" switchValue="Information,ActivityTracingWarning" propagateActivity="true">
            <listeners>
              <add name="ServiceModelTraceListener">
              </add>
            </listeners>
          </source>
        </sources>
    Now you should save the web.config file. After that start IIS and MBAM web services on your system.

  3. #3
    Join Date
    Jul 2011
    Posts
    419

    Re: Bitlocker MBAM: Why svclog file is filling server hard drive?

    I wanted to tell you that Microsoft BitLocker Administration and Monitoring is supposed to gather information and activity tracing information for the WCF and MBAM services and that is the reason svc log file is supposed to increase quickly.

Similar Threads

  1. Locking hard drive using bitlocker
    By Measurer in forum Networking & Security
    Replies: 6
    Last Post: 11-08-2011, 09:14 PM
  2. Windows 7: bitlocker decrypt external hard drive
    By pUNIM in forum Operating Systems
    Replies: 3
    Last Post: 28-01-2011, 06:32 PM
  3. Replies: 4
    Last Post: 18-12-2010, 11:53 AM
  4. hard drive filling up by itself
    By Andrew in forum Vista Hardware Devices
    Replies: 3
    Last Post: 16-01-2010, 11:40 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,132,622.52530 seconds with 16 queries