My problem is that I can get a dump for System / application / Security, but unable to get other log dumps from the Event veiwer. Is there a tool or a way that I can get these logs.
where s specifies the name of the machine whose event logs you want to dump (in the example, MyServer), l specifies which log to dump (e.g., security, application, system), e is a filtering switch that specifies the event ID to be filtered out, and f specifies the name of the file to which dumpel .exe will write the dump results.
<ip> is not a valid event log name. "l specifies which log to dump (e.g., security, application, system)"
From Technet:
Dump Event Log Tool (Dumpel.exe)
Dump Event Log is a command-line tool, included in the Windows 2000 Server Resource Kit, Supplement One (Microsoft Press, ISBN: 0-7356-1279-X). It will dump an event log for a local or remote system into a tab separated text file. This file could then be imported into a spreadsheet or database for further investigation. The tool can also be used to filter for or filter out certain event types.
The following syntax is used by the dumpel.exe tool:
• -f file. Specifies the file name for the output file. There is no default for -f, so you must specify the file.
• -s server. Specifies the server for which you want to dump the event log. Leading backslashes on the server name are optional.
• -l log. Specifies which log (system, application, security) to dump. If an invalid log name is specified, the application log is dumped.
• -m source. Specifies in which source (such as redirector (rdr), serial, and so on) to dump records. Only one source can be supplied. If this switch is not used, all events are dumped. If a source is used that is not registered in the registry, the application log is searched for records of this type.
• -e n1 n2 n3. Filters for event ID nn (up to 10 can be specified). If the -r switch is not used, only records of these types are dumped; if -r is used, all records except records of these types are dumped. If this switch is not used, all events from the specified sourcename are selected. You cannot use this switch without the -m switch.
• -r. Specifies whether to filter for specific sources or records, or to filter them out.
• -t. Specifies that individual strings are separated by tabs. If -t is not used, strings are separated by spaces.
• -d x. Dumps events for the past x days.
Note: Dumpel can only retrieve content from the system, application, and security log files. You cannot use Dumpel to query content from the File Replication Service, Domain Name System (DNS), or Directory Service event logs.
<ip> is not a valid event log name. "l specifies which log to dump (e.g., security, application, system)" I think you want to use the -m switch for the ip address as well as the event source descriptor.
From Technet:
Dump Event Log Tool (Dumpel.exe)
Dump Event Log is a command-line tool, included in the Windows 2000 Server Resource Kit, Supplement One (Microsoft Press, ISBN: 0-7356-1279-X). It will dump an event log for a local or remote system into a tab separated text file. This file could then be imported into a spreadsheet or database for further investigation. The tool can also be used to filter for or filter out certain event types.
The following syntax is used by the dumpel.exe tool:
• -f file. Specifies the file name for the output file. There is no default for -f, so you must specify the file.
• -s server. Specifies the server for which you want to dump the event log. Leading backslashes on the server name are optional.
• -l log. Specifies which log (system, application, security) to dump. If an invalid log name is specified, the application log is dumped.
• -m source. Specifies in which source (such as redirector (rdr), serial, and so on) to dump records. Only one source can be supplied. If this switch is not used, all events are dumped. If a source is used that is not registered in the registry, the application log is searched for records of this type.
• -e n1 n2 n3. Filters for event ID nn (up to 10 can be specified). If the -r switch is not used, only records of these types are dumped; if -r is used, all records except records of these types are dumped. If this switch is not used, all events from the specified sourcename are selected. You cannot use this switch without the -m switch.
• -r. Specifies whether to filter for specific sources or records, or to filter them out.
• -t. Specifies that individual strings are separated by tabs. If -t is not used, strings are separated by spaces.
• -d x. Dumps events for the past x days.
Note: Dumpel can only retrieve content from the system, application, and security log files. You cannot use Dumpel to query content from the File Replication Service, Domain Name System (DNS), or Directory Service event logs.
I think you could achieve what you want by filtering events and using a different tool than Dumpel:
EventCombMT
EventCombMT is a multi-threaded tool that will parse event logs from many servers at the same time, spawning a separate thread of execution for each server that is included in the search criteria. EventCombMT is included with the Microsoft Windows Server 2003 Resource Kit Tools, for more information see:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.