Table of Contents |
---|
Introduction
zentrale Sammlung von Logdateien.
kann über die Ereignisanzeige (englisch: Event Viewer) eingesehen werden.
In dem Protokoll verzeichnet Windows beispielsweise, wann das Betriebssystem gestartet wurde, welche Geräte nicht richtig funktionieren und wo Netzwerk- und Software-Fehler aufgetreten sind.
Eine Logdatei (auch Protokolldatei, Ereignisprotokolldatei; englisch log file) enthält das automatisch geführte Protokoll aller oder bestimmter Aktionen von Prozessen auf einem Computersystem.
Außer dem Betriebssystem selbst schreiben meist Hintergrundprogramme (z. B. ein E-Mail-Server, ein Proxyserver und anderes) in Logdateien, um Aktionsmeldungen, Fehlermeldungen und Hinweise persistent (dauernd) oder temporär verfügbar zu halten. Ähnliches gilt für Installationsprogramme, Firewalls, Virenscanner und dergleichen.
Prinzipiell enthält eine Protokollzeile in einer Logdatei meist ein Ereignis sowie das dazugehörige Datum und die dazugehörige Uhrzeit als Zeitstempel.
Drücken Sie zuerst die Tastenkombination The Windows Event Viewer shows a collection of Logfiles.
In an event logfile, Windows records, for example, when the operating system was started, which devices are not working properly and where network and software errors have occurred.
It contains logs of all or certain actions of processes.
In addition to the operating system, background programs usually write log files to keep action messages, error messages and information available.
The same applies for example to installation programs, firewalls, virus scanners...
Windows Event Viewer
To open the Windows Event Viewer, press [Windows]+ [R], um den Ausführen-Dialog zu öffnen. Anschließend tippen Sie in den Ausführen-Dialog den Befehl eventvwr ein.
In der linken Spalte greifen Sie auf Protokolle verschiedener Systembereiche zu, in der mittleren Spalte werden Ihnen alle Ereignisse eines Protokolls angezeigt und in der rechten Spalte können Sie verschiedene Aktionen auswählen, um das Protokoll zu bearbeiten.
.evtx file will be created
Deinstallieren sie SyCon.net erneut (eine einfache Deinstallation genügt diesmal) und installieren es mit folgendem Befehl, welcher eine Logdatei der installation erstellt, neu:
"SYCON.net V<setup version> Setup.exe" /V"/L*v to open the run dialog.
Run the eventvwr command here.
- In the left column, logs from various system areas can be accessed.
- In the middle column, all events of a log are displayed.
- In the right column, various actions can be selected.
Create Windows Event Log File .EVTX
An .EVTX File allows opening the provided logs on another System.
For example, in case of an issue during software installation, an .evtx File is needed for the Hilscher support team to do further analysis.
The .EVTX File can be created by selecting the needed System Area in the left column and "Actions → System → "save all Events..." on the right column.
Create a Log file .LOG
To create a log file while installing for example Sycon.net, please use the following command in the run dialog [Windows]+ [R]:
Code Block |
---|
"C:\SYCON.net V1.0500.200819.33439 Setup.exe" /V"/L*V C:\Setup.log" |
Example: "SYCON.net V1.0400.170125.19044 Setup.exe" /V" - is used to pass more than one argument
/L*v CV - This command will create a verbose log, offering a lot of information about the installation.
The exported Logfile (in this case C:\Setup.log") can now be provided to the Hilscher Support team, for further analysis.