Hello all,
I had a doubt in the volume shadow copy service of M$. This service provides
a tool which is used to trace vss. This tool temporarily enables vss tracing
and generates several logs files. I had a doubt in the format of the
trace.txt file.
Can some one help me in identifying the first four values in the trace
statements. I have put down some of trace statements here…
[1136779734,0x0019c0:0x1af8:0x5fa4e2bc] modules\tracing\vs_trace.cxx(0376):
****************************************************************
[1136779734,0x0019c0:0x1af8:0x5fa4e2bc] modules\tracing\vs_trace.cxx(0378):
** TRACING STARTED - ProcessId: 0x19c0, ContextId: 0x5fa4e2bc
[1136779734,0x0019c0:0x1af8:0x5fa4e2bc] modules\tracing\vs_trace.cxx(0389):
** Current time: 3/14/2006 6:40:07 PM
[1136779734,0x0019c0:0x1af8:0x5fa4e2bc] modules\tracing\vs_trace.cxx(0390):
** Command-line: “C:\Program Files (x86)\VERITAS\VERITAS Object
Bus\bin\vxsvc.exe”
[1136779734,0x0019c0:0x1af8:0x5fa4e2bc] modules\tracing\vs_trace.cxx(0391):
** Product version: 5.2.3790.1830
[1136779734,0x0019c0:0x1af8:0x5fa4e2bc] modules\tracing\vs_trace.cxx(0392):
** VSS SKU ID: 0x02
[1136779734,0x0019c0:0x1af8:0x5fa4e2bc] modules\tracing\vs_trace.cxx(0393):
****************************************************************
[1136783078,0x0019c0:0x1ac4:0x5fa4e2bc] ENTER {CreateVssBackupComponents}:
[1136783078,0x0019c0:0x1ac4:0x5fa4e2bc] ENTER {HasPrivilege}:
[1136783078,0x0019c0:0x1ac4:0x5fa4e2bc] ENTER {GetCurrentAccessToken}:
[1136783078,0x0019c0:0x1ac4:0x5fa4e2bc] EXIT {GetCurrentAccessToken}: hr:
0x00000000
[1136783078,0x0019c0:0x1ac4:0x5fa4e2bc] EXIT {HasPrivilege}: hr: 0x00000000
[1136783078,0x0019c0:0x1ac4:0x5fa4e2bc] ENTER {IsInGroup}:
[1136783078,0x0019c0:0x1ac4:0x5fa4e2bc] EXIT {IsInGroup}: hr: 0x00000000
[1136783078,0x0019c0:0x1ac4:0x5fa4e2bc] ENTER {IsInGroup}:
[1136783078,0x0019c0:0x1ac4:0x5fa4e2bc] EXIT {IsInGroup}: hr: 0x00000000
[1136783078,0x0019c0:0x1ac4:0x5fa4e2bc] EXIT {CreateVssBackupComponents}:
hr: 0x00000000
[1136783078,0x0019c0:0x1ac4:0x5fa4e2bc] ENTER
{CVssBackupComponents::InitializeForBackup}:
What I understand is the following:
1136779734, -> time in milliseconds?
0x0019c0: -> process ID ?
0x1af8: -> may be thread id
0x5fa4e2bc -> context Id.
Can some one confirm wether what I understand from the four values is
correct or not. ?
I believe this could be some standard tracing format of M$ !!
-Shailesh