system controller fru show
Display Information About the FRUs in the Controller
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The system controller fru show command displays information about all the controller specific Field Replaceable Units (FRUs) in the cluster. By default, the command displays the following information about all the FRUs in the cluster:
- Node
- FRU name
- Health monitor subsystem
- Health monitor status
Parameters
- { [-fields <fieldname>, ...]
- Selects the fields that you specify.
- | [-instance ]}
- Displays detailed information about the controller specific FRUs in the cluster.
- [-node {<nodename>|local}] - Node
- Selects information about the FRUs in the specified node.
- [-subsystem <Subsystem>] - Subsystem
- Selects information about the FRUs of the specified subsystem.
- [-serial-number <text>] - FRU Serial Number
- Selects information about the FRU with the specified serial number.
- [-fru-name <text>] - Name of the FRU
- Selects information about the FRU with the specified FRU name.
- [-type {controller|psu|fan|dimm|bootmedia|ioxm|nvram|nvdimm}] - FRU Type
- Selects information about the FRU with the specified FRU type.
- [-name <text>] - FRU Name
- Selects information about the FRU with the specified unique name.
- [-state <text>] - FRU State
- Selects information about the FRU with the specified state.
- [-status {ok|ok-with-suppressed|degraded|unreachable|unknown}] - Status
- Selects information about the FRU with the specified health monitor status.
- [-display-name <text>] - Display Name for the Fru
- Selects information about the FRU with the specified display name.
- [-monitor {node-connect|system-connect|system|controller|chassis|cluster-switch|example|ethernet-switch}] - Monitor Name
- Selects information about the FRU with the specified health monitor type.
- [-model <text>] - Model Type
- Selects information about the FRU with the specified model.
- [-chassis-id <text>] - Chassis ID
- Selects information about the FRU with the specified chassis ID.
- [-location <text>] - Location of the FRU
- Selects information about the FRU with the specified FRU location.
- [-additional-info <text>] - Additional Information About the FRU
- Selects information about the FRU with the specified additional information.
Examples
The example below displays information about all controller specific FRUs in the cluster.
cluster1::> system controller fru show
Node FRU Name Subsystem Status
------------------ ---------------------------- ------------------ -----------
node1 PSU1 FRU Environment ok
node1 PSU2 FRU Environment ok
node1 DIMM-NV1 Memory ok
node1 DIMM-1 Memory ok
node1 Micron Technology 0x655 (ad.0) Motherboard ok
node2 PSU1 FRU Environment ok
node2 PSU2 FRU Environment ok
node2 DIMM-NV1 Memory ok
node2 DIMM-1 Memory ok
node2 Micron Technology 0x655 (ad.0) Motherboard ok
10 entries were displayed.
cluster1::> system controller fru show -instance -serial-number AD-01-1306-2EA01E9A
Node: node1
Subsystem: Memory
FRU Serial Number: AD-01-1306-2EA01E9A
Name of the FRU: DIMM-1
FRU Type: dimm
FRU Name: DIMM-1
FRU State: ok
Status: ok
Display Name for the Fru: DIMM-1
Monitor Name: controller
Model Type: none
Chassis ID: 4591227214
Location of the FRU: Memory Slot: 1
Additional Information About the FRU: Part No: HMT82GV7MMR4A-H9
Give documentation feedback