Executing a diagnostic test, Executing a diagnostic test 4 – Dell Emulex Family of Adapters User Manual

Page 1154

Advertising
background image

CIM Provider Package Installation Guide

P010091-01A Rev. A

3. Using the Adapter

Executing a Diagnostic Test

1154

4. Start the CIMOM and enumerate the Emulex classes in the “root/emulex”

namespace.

5. Perform the operation which is not working as expected. The provider logs are

available in </tmp/providerlogs.txt> specified in step 2.

6. Contact an Emulex technical support representative with the provider logs and the

system logs (/var/log/syslog.log).

Executing a Diagnostic Test

Executing a Diagnostic Test with an Emulex UCNA Adapter

To execute a diagnostic test with the Emulex CIM Provider:
1. Get the instance of the managed element (ethernet port). For example:

wbemcli -noverify ein

‘https://root:<password>@<IP>/root/emulex:elxucna_ethernetport’

-nl

2. Get the instance of the ELXUCNA_DiagnosticTest class. For example:

wbemcli -noverify ein

‘https://root:<password>@<IP>/root/emulex:elxucna_diagnostictest

’ -nl

3. Invoke the method RunDiagnosticservice on the elxucna_diagnostictest. For

example:

wbemcli -noverify cm

‘https://root:<password>@<IP>/root/emulex:<Diagnostic Test

instance from step 2>’

RunDiagnosticservice.ManagedElement=<ManagedElement instance

from step 1>’

4. A CIM_ConcreteJob instance is created for each diagnostic test run. For example:

wbemcli -noverify ein

‘https://root:<password>@<IP>/root/emulex:elxucna_concretejob’

-nl

5. Results of the diagnostic test runs are available in

ELXUCNA_DiagnosticCompletionRecord class instances. For example:

wbemcli -noverify ein

‘https://root:<password>@<IP>/root/emulex:elxucna_diagnosticcomp

letionrecord’ -nl

6. The diagnostic logs can be cleared using the ClearLog function of

ELXUCNA_DiagnosticsLog class. For example:

wbemcli -noverify cm

‘https://root:<password>@<IP>/root/emulex:<Corresponding

Diagnostic log instance>’ ClearLog

Advertising