Originally posted by: peturb
Hi, I was wondering if someone knew the answer to this, because I couldn't find documentation about it.
On a default aix 5.3 install, crontab has entries that look like this,
code
-
SSA warning : Deleting the next two lines may cause errors in redundant
-
SSA warning : hardware to go undetected.
01 5 * * * /usr/lpp/diagnostics/bin/run_ssa_ela 1>/dev/null 2>/dev/null
0 * * * * /usr/lpp/diagnostics/bin/run_ssa_healthcheck 1>/dev/null 2>/dev/null
-
SSA warning : Deleting the next line may allow enclosure hardware errors to go undetected
30 * * * * /usr/lpp/diagnostics/bin/run_ssa_encl_healthcheck 1>/dev/null 2>/dev/null
-
SSA warning : Deleting the next line may allow link speed exceptions to go undetected
30 4 * * * /usr/lpp/diagnostics/bin/run_ssa_link_speed 1>/dev/null 2>/dev/null
[/code]
Is there any reason to have these entries in crontab if you are not using SSA?
Or are the checks also useful for detecting errors in other external storage?
#AIX-Forum