Carbon Copy's New Debugging Tool: ATrace
Carbon Copy Solution 6.2 comes with a new debugging tool called ATrace, which can be run manually via its "C:\Program Files\Altiris\Carbon Copy\ATraceCfg.exe" file.
Wouldn't it be nice to be able to enable its debugging features remotely to multiple computers at the same time? If you answered YES, then please read on.
ATrace can be controlled by modifying its DWORD called Level which can be found in the following registry location:
HKEY_LOCAL_MACHINE\SOFTWARE\Altiris\eXpress\ATrace\CC
This means that you can quite easily create a registry file which can then be deployed via DS, SWD or any other method that you like to use.
- Create a registry file containing the following:
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Altiris\eXpress\ATrace\CC]
- Choose which Level you wish to use, and then add the appropriate line in order to complete the registry file:
Information plus all options:
"Level"=dword:ffe4ffffWarnings plus all options:
"Level"=dword:ffe7ffffErrors plus all options:
"Level"=dword:ffedffffTrace plus all options:
"Level"=dword:ffe4ffffVerbose plus all options:
"Level"=dword:fff5ffffInformation and Warnings plus all options:
"Level"=dword:ffe6ffffInformation, Warnings and Errors plus all options:
"Level"=dword:ffeeffffInformation, Warnings, Errors and Trace plus all options:
"Level"=dword:ffefffffInformation, Warnings, Errors and Verbose plus all options:
"Level"=dword:fffeffffAll trace levels with all options:
"Level"=dword:ffffffff
