Security | Security | Logon/logoff | 682 | Session reconnected |
Security | Security | Logon/logoff | 683 | Session disconnected |
System | TermService | None | 9007 | Autoclient reconnect |
System | TermService | None | 9006 | Autoclient failed (cookie) |
The following 2 command lines were used to extract these events in comma delimited format from the security and system logs on the farm servers.
For /f %i in ('qfarm /load ^| find /I "tml"') do dumpel –s \\%i –l security –m security –e 682 683 –c >> farm_seclog.txt
For /f %i in ('qfarm /load ^| find /I "tml"') do dumpel –s \\%i –l system –m termservice –e 9007 –c >> farm_syslog.txt
The stuff we extracted were things like:
Top Ten Affected Users
User | WS Type | IP Address | ICA client build | Disconnects |
cdraper | PC | | 90 | |
charris | WT | 931 | 100 | |
dmorris * | PC | 21825 | 250 | |
gbousgas | PC | 1050 | 137 | |
jelder | PC | 21825 | 156 | |
kdoyle | PC | 21825 | 117 | |
mmckavanagh | PC | | 115 | |
mparry | PC | | 75 | |
scarter | PC | 21825 | 235 | |
tpratt | PC | 21825 | 125 |
We also did a disconnections by site and disconnections by server frequency. As stated earlier, it turned out to be a router at head office. To find that took someone doing network packet capture between a server and one of the most heavily affected users.
regards,
Rick
We are in the process of trying to look thru our W2K3 Security logs to identify how many times clients are connecting/dropping/reconnecting again.
It seems like mountains of data and I was just wondering if there is a simple solution to gathering this data.
The sort of thing I would like something like:
UserA
Date - logon
Date - logoff (or other such thing, drop/disconnect…)
UserB
….We are going thru this exercise because we have clients who are reporting drops and we want to get a better picture of how bad this is.
Any scripts out there or tools that can do this would be greatly appreciated.
Regards,
Doug Stratton, Shared Service BC
Service Desk Email: 77000@gov.bc.ca
Service Desk Tel: (250)387-7000
--
Ulrich Mack
Quest Software
Provision Networks Division
No comments:
Post a Comment