Article
Problem
When tracing anything in DSTrace via iMonitor, for example an Identity Manager driver problem of the like, often you will use the DSTrace Live option.
There is an odd side effect of DSTrace Live: when you double-click it, you will get the last few seconds of trace, in a shortened form. If you go to the DSTrace History link and click the last DSTrace item, you would expect to see the entire Dstrace history for the last 2-meg file, but the link is actually to:
https://serverIp.Address:8009/nds/trace/live
which does not really help.
Solution
If you go to the second last item in the history list, you will see a URL like this:
https://serverIp.Address/nds/trace/history?file=trace110.htm
Note the last part of the URL, the "?file=trace110.html". It turns out the file we need to get at is the next number in sequence. Therefore, in this case it's this URL:
https://serverIp.Address/nds/trace/history?file=trace111.htm
When you replace "110" with "111", you get the last trace file, not just the last second or so that DSTrace Live is currently showing.
Disclaimer: As with everything else at Cool Solutions, this content is definitely not supported by Novell (so don't even think of calling Support if you try something and it blows up).
It was contributed by a community member and is published "as is." It seems to have worked for at least one person, and might work for you. But please be sure to test, test, test before you do anything drastic with it.
Related Articles
User Comments
- Be the first to comment! To leave a comment you need to Login or Register
- 3050 reads


0