1748275 Members
3937 Online
108761 Solutions
New Discussion юеВ

testing system

 
ziad_4
Advisor

testing system

hello everyone. how can i test a new configured system to see if it has any problems or errore in file system, network,hardawre, security and so on...
if you have any commands or test guide.

thank you in advance.
4 REPLIES 4
Ralf Puchner
Honored Contributor

Re: testing system

hardware:
have a look within the binary errlog (described within the admin guide) and use the test tools delivered with the os (have a look into the admin guide again)

Software:
check log files or use verification commands (see admin guide again)
Help() { FirstReadManual(urgently); Go_to_it;; }
Michael Schulte zur Sur
Honored Contributor

Re: testing system

sys_check creates an html report with a list of installed hardware and software and makes optimization suggestion.

security:
look for patchkits and patches.

hth,

Michael
Ralf Puchner
Honored Contributor

Re: testing system

but sys_check is not a "checking" or "verification" tool it only lists the configuration taken from commands and files.

Help() { FirstReadManual(urgently); Go_to_it;; }
Mohamed  K Ahmed
Trusted Contributor

Re: testing system

As Ralf mentioned above, the errorlog file is the place to check. Use the command
dia -R | more, and you will view events starting from the last one occured.

HTH

Mohamed