table of contents
IPMCTL-START-DIAGNOSTIC(1) | ipmctl | IPMCTL-START-DIAGNOSTIC(1) |
NAME¶
ipmctl-start-diagnostic - Starts a diagnostic test
SYNOPSIS¶
ipmctl start [OPTIONS] -diagnostic [TARGETS]
DESCRIPTION¶
Starts a diagnostic test.
OPTIONS¶
-h, -help
-ddrt
-smbus
Note
The -ddrt and -smbus options are mutually exclusive and may not be used together.
-lpmb
-spmb
Note
The -lpmb and -spmb options are mutually exclusive and may not be used together.
-o (text|nvmxml), -output (text|nvmxml)
TARGETS¶
-diagnostic [Quick|Config|Security|FW]
Note that the test does not have a means of verifying that the installed FW is the optimal version for a given PMem module model just that it has been consistently applied across the system.
-dimm [DimmIDS]
EXAMPLES¶
Starts all diagnostics.
ipmctl start -diagnostic
Starts the quick check diagnostic on PMem module 0x0001.
ipmctl start -diagnostic Quick -dimm 0x0001
LIMITATIONS¶
If a PMem module is unmanageable, then Quick test will report the reason, while Config, Security and FW tests will skip unmanageable PMem modules.
RETURN DATA¶
Each diagnostic generates one or more log messages. A successful test generates a single log message per PMem module indicating that no errors were found. A failed test might generate multiple log messages each highlighting a specific error with all the relevant details. Each log contains the following information.
Test
State
Message
SubTestName
Test Name | Valid SubTest Names |
Quick | 4 • Manageability 4 • Boot status 4 • Health |
Config | 4 • PMem module specs 4 • Duplicate PMem module 4 • System Capability 4 • Namespace LSA 4 • PCD |
Security | 4 • Encryption status 4 • Inconsistency |
FW | 4 • FW Consistency 4 • Viral Policy 4 • Threshold check 4 • System Time |
State
Unresolved directive in ipmctl-start-diagnostic.txt - include::ipmctl-diagnostic-events.txt[leveloffset=+1]
2021-02-17 | ipmctl |