system controller config show-errors
Display configuration errors
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The system controller config show-errors displays configuration errors.
- node
 - description
 
Parameters
- { [-fields <fieldname>, ...]
 - Selects the fields that you specify.
 - | [-instance ]}
 - Displays detailed information for all the PCI devices.
 - [-node {<nodename>|local}] - Node
 - Displays configuration errors on the specified node.
 - [-verbose [true]] - Verbose Output?
 - The -verbose parameter enables verbose mode, resulting in the display of more detailed output.
 - [-description <text>] - Error Description
 - Displays the node with the specified configuration error.
 
Examples
The example below displays configuration errors on all the nodes in the cluster.
cluster1::> system controller config show-errors
Configuration Info and Errors for Node: cluster1-01
------------------------------------------------------------------------------
T320E 2x10G NIC card (PN X1008A) in slot 1 is not supported on model DM3000/DM5000H/DM7000H
Configuration Info and Errors for Node: cluster1-02
------------------------------------------------------------------------------
PCI-E Dual 10/100/1000 Ethernet G20 card (PN X1039A) in slot 2 is not supported on model DM3000/DM5000H/DM7000H
cluster1::>
cluster1::> system controller config show-errors -verbose
Configuration Info and Errors for Node: cluster1-01
------------------------------------------------------------------------------
sysconfig: Card in slot 2 (7-1275-0008-46848) is not supported.
sysconfig: slot 12 OK: X2067: Proprietary embedded SAS HBA
cluster1::>
        
Give documentation feedback