Line 35:
Line 35:
plop
plop
</syntaxhighlight>
</syntaxhighlight>
−
==Log==
+
====Log====
−
===Quick Parse of Log===
+
=====Quick Parse of Log=====
a quick parse of your log, but you should read the entire log
a quick parse of your log, but you should read the entire log
less /var/log/messages| grep -iE "uninitialized|WARNING|ERROR"
less /var/log/messages| grep -iE "uninitialized|WARNING|ERROR"
−
===Deep parse Log to find errors===
+
=====Deep parse Log to find errors=====
When you want to test the SME Product it can be useful to see what it occurs
When you want to test the SME Product it can be useful to see what it occurs
This CL can help you, but you should read the entire log
This CL can help you, but you should read the entire log
Line 45:
Line 45:
of course this is for the /var/log/messages
of course this is for the /var/log/messages
−
===Parse all Logs to find errors===
+
=====Parse all Logs to find errors=====
Parse all logs and write (under /root) the output to a text file named with the date of day. For example log012214:
Parse all logs and write (under /root) the output to a text file named with the date of day. For example log012214: