You have to collect information about your Oracle Linux 6 system, such as hardware
configuration, installed software packages, configuration, and operational state send it to
Oracle Support. Which tool will help you gather this information for sending it to Oracle
Support?
A.
iostat
B.
systemstat
C.
kdump
D.
sosreport
E.
strace
Explanation:
Explanation:
sosreport – Generate debugging information for this system
sosreport generates a compressed tarball of debugging information for the system it is run on that
can be sent to technical support reps that will give them a more complete view of the overall
system status.
Incorrect:
Not B:The iostat command is used for monitoring system input/output device loading by observing
the time the devices are active in relation to their average transfer rates. The iostat command
generates reports that can be used to change system configuration to better balance the
input/output load between physical disks.
Not C:kdump.conf is a configuration file for the kdump kernel crash collection service.
kdump.conf provides post-kexec instructions to the kdump kernel. It is stored in the initrd file
managed by the kdump service. If you change this file and do not want to restart before it takes
effect, restart the kdump service to rebuild to initrd.
Not D:strace – trace system calls and signals