How to reduce the size of EvSharePointArchiveTask Dtrace log when performing troubleshooting.

book

Article ID: 100038250

calendar_today

Updated On:

Description

Description

During an archive run the dtrace log data can grow very quickly and take up a large amount of disk space.  To reduce the size of the log file(s) the following filter exclusion can be added.  This can signficantly reduce the size of the dtrace file(s). 

1. Launch Dtrace on the Enterprise Vault server running the SharePoint archiving task.

2. At the DT> prompt enter the following:

filter exclude "AddSidToDacl"

filter exclude "AddSidsToDacl"

For more information on Dtrace refer to the link in the Related Articles section.

 

 

Issue/Introduction

How to reduce the size of EvSharePointArchiveTask Dtrace log when performing troubleshooting.