QuestionQ33

Problem Determination and Management

A hardware component in an AIX system is suspected of failing.

Which option can diagnose and confirm the issue by using the diag command?

  • A Issue errclear 0 and then run the diag -checkdev command
  • B Use diag -d <device> to run diagnostics on the suspected component
  • C Review the errpt output and look for diag related errors issuing errpt | grep diag
  • D Replace the component and check diag to see if the problem arises again
Explanation

The diag -d Device form identifies the hardware resource to test and runs diagnostic tests on that specified device, enabling problem determination for the suspected component.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!