Chassis Management Module Commands
This chapter provides a description, syntax, and examples of CMM feature commands:
You can retrieve the same set of information through SNMP that these commands display. This MIB is defined in CMM-CHASSIS-MIB.txt:
IP Infusion Inc. enterprise identifier | 36673 |
Chassis MIB identifier | 100 |
The MIB definition is available at:
• https://github.com/IPInfusion/OcNOS/branches
Navigate to the directory for the version of OcNOS that you are using.
Note: Critical logs in the console are equivalent to alert traps and alert logs on the console is equivalent to critical trap in SNMP.
cpu-core-usage
Use this command to set threshold percentage values for monitoring CPU core use.
Use the no form of this command to set the default thresholds.
Command Syntax
cpu-core-usage warning <51-100> alarm <91-100>
no cpu-core-usage
Parameters
<51-100>
Warning threshold percentage
<91-100>
Alarm threshold percentage
Default
Check the default thresholds using the
show system-information command with the
cpu-load parameter.
Command Mode
Config Mode
Applicability
This command was introduced in OcNOS version 1.3.6.
Example
(config)#cpu-core-usage warning 56 alarm 97
(config)#end
#show system-information cpu-load
System CPU-Load Information
===========================
Uptime : 64 Days 18 Hours 20 Minutes 12 Seconds
Load Average(1 min) : 4.24% (Crit Thresh : 40%, Alert Thresh : 50%)
Load Average(5 min) : 2.87% (Crit Thresh : N/A, Alert Thresh : 50%)
Load Average(15 min) : 3.37% (Crit Thresh : N/A, Alert Thresh : 50%)
Avg CPU Usage : 2.02%
CPU core 1 Usage : 0.89% (Crit Thresh : 56%, Alert Thresh : 97%)
CPU core 2 Usage : 0.00% (Crit Thresh : 56%, Alert Thresh : 97%)
CPU core 3 Usage : 5.41% (Crit Thresh : 56%, Alert Thresh : 97%)
CPU core 4 Usage : 2.68% (Crit Thresh : 56%, Alert Thresh : 97%)
#con t
Enter configuration commands, one per line. End with CNTL/Z.
(config)#no cpu-core-usage
(config)#end
#show system-information cpu-load
System CPU-Load Information
===========================
Uptime : 64 Days 18 Hours 21 Minutes 46 Seconds
Load Average(1 min) : 2.44% (Crit Thresh : 40%, Alert Thresh : 50%)
Load Average(5 min) : 2.49% (Crit Thresh : N/A, Alert Thresh : 50%)
Load Average(15 min) : 3.27% (Crit Thresh : N/A, Alert Thresh : 50%)
Avg CPU Usage : 1.82%
CPU core 1 Usage : 0.00% (Crit Thresh : 50%, Alert Thresh : 90%)
CPU core 2 Usage : 0.00% (Crit Thresh : 50%, Alert Thresh : 90%)
CPU core 3 Usage : 4.59% (Crit Thresh : 50%, Alert Thresh : 90%)
CPU core 4 Usage : 1.82% (Crit Thresh : 50%, Alert Thresh : 90%)
#
debug cmm
Use this command to enable or disable debugging for CMM.
Command Syntax
debug cmm
no debug cmm
Parameters
None
Default
By default, CMM debugging is disabled.
Command Mode
Configuration mode and exec mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
#configure terminal
(config)#debug cmm
(config)#no debug cmm
disk-activity-monitoring interval
Use this command to set the disk activity monitoring interval in seconds.
Use the no form of this command to set the disk activity monitoring interval to its default value of 600 seconds.
Command Syntax
disk-activity-monitoring interval <30-1200>
no disk-activity-monitoring interval
Parameters
<30-1200>
Monitoring interval in seconds.
Default
The default monitoring interval is 600 seconds.
Command Mode
Configuration mode
Applicability
This command was introduced in OcNOS version 5.2.
Example
(config)#disk-activity-monitoring interval 60
(config)#commit
#
disk-activity-monitoring threshold
Use this command to set the threshold activity value for disk reads or writes. When the device reaches the threshold level, operator logs, SNMP traps, and NetConf notifications are displayed/sent. A threshold value of zero means that the monitoring is disabled.
Use the no form of this command to set the threshold activity for reads or writes in the default value of zero.
Command Syntax
disk-activity-monitoring threshold (read <1-20000> | write <1-20000>)
no disk-activity-monitoring threshold (read | write)
Parameters
read
Threshold level for reads.
<1-20000>
Threshold level in KBps.
write
Threshold level for writes.
<1-20000>
Threshold level in KBps.
Default
The default threshold activity value for reads and writes is zero (disabled).
Command Mode
Configuration mode
Applicability
This command was introduced in OcNOS version 5.2.
Example
(config)#disk-activity-monitoring threshold read 3000
(config)#commit
#
(config)#disk-activity-monitoring threshold write 4500
(config)#commit
locator led
Use this command to turn on the locator LED.
Use the no form of this command to turn off the locator LED.
Command Syntax
locator-led on
no locator-led
Parameters
None
Default
By default, the locator LED is turned off.
Command Mode
Configuration mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
#configure terminal
(config)#locator-led on
(config)#no locator-led
temperature threshold
Use this command to set the temperature threshold.
Use the no form of this command to use the default HW threshold.
Command Syntax
temperature threshold <sensor ID>
no temperature threshold <sensor ID>
Parameters
None
Default
None
Command Mode
Configuration mode
Applicability
This command was introduced before OcNOS version 6.5.3.
Example
#configure terminal
(config)#temperature threshold 2
emer max
Use this command to set the emergency maximum value.
Use the no form of this command to use the default maximum value.
Command Syntax
emer max <value>
no emer max <value>
Parameters
None
Default
None
Command Mode
Temperature Sensor mode
Applicability
This command was introduced before OcNOS version 6.5.3.
Example
#configure terminal
(config-temperature-threshold)#emer-max 78
emer min
Use this command to set the emergency minimum value.
Use the no form of this command to use default minimum value.
Command Syntax
emer min <value>
no emer min <value>
Parameters
None
Default
None
Command Mode
Temperature Sensor mode
Applicability
This command was introduced before OcNOS version 6.5.3.
Example
#configure terminal
(config-temperature-threshold)#emer-min 1
alrt max
Use this command to set the alert maximum value.
Use the no form of this command to use the default value.
Command Syntax
alrt max <value>
no alrt max <value>
Parameters
None
Default
None
Command Mode
Temperature Sensor mode
Applicability
This command was introduced before OcNOS version 6.5.3.
Example
#configure terminal
(config-temperature-threshold)#alrt-max 78
alrt min
Use this command to set the alert minimum value.
Use the no form of this command to use the default value.
Command Syntax
alrt min <value>
no alrt min <value>
Parameters
None
Default
None
Command Mode
Temperature Sensor mode
Applicability
This command was introduced before OcNOS version 6.5.3.
Example
#configure terminal
(config-temperature-threshold)#alrt-min 11
crit max
Use this command to set the alert critical maximum value.
Use the no form of this command to use the default critical maximum value.
Command Syntax
crit max <value>
no crit max <value>
Parameters
None
Default
None
Command Mode
Temperature Sensor mode
Applicability
This command was introduced before OcNOS version 6.5.3.
Example
#configure terminal
(config-temperature-threshold)#crit-max 69
crit min
Use this command to set the alert critical minimum value.
Use the no form of this command to use the default critical minimum value.
Command Syntax
crit min <value>
no crit min <value>
Parameters
None
Default
None
Command Mode
Temperature Sensor mode
Applicability
This command was introduced before OcNOS version 6.5.3.
Example
#configure terminal
(config-temperature-threshold)#crit-min 13
show hardware-information
Use this command to display hardware information.
Command Syntax
show hardware-information (memory|fan|temperature|led|power (|monitoring-thresholds)|transceiver|system-status|all)
Parameter
all
Hardware details of all modules.
fan
Fan status of the boards.
led
LED status of the boards.
memory
Memory information of the boards.
power
PSU information.
monitoring-thresholds
Monitoring thresholds (if provided by hardware).
temperature
Temperature sensor information of the boards.
transceiver
Transceiver presence status and supported list of transceivers.
system-status
System fault status.
Default
None
Command Mode
Exec mode
Applicability
This command was introduced before OcNOS version 1.3. The monitoring-thresholds and system-status parameters were added in OcNOS version 5.2.
Example
#show hardware-information all
-------------------------------------------------------
RAM INFORMATION
-------------------------------------------------------
Total : 15930 MB
Used : 1073 MB (7 %)
Free : 14857 MB (93 %)
Shared : 25 MB
Buffers : 153 MB
Total Swap : 0 MB
Free Swap : 0 MB
Current Processes : 253
Total High Memory : 0 MB
Available High Memory : 0 MB
Unit Size : 1 Bytes
Alert Threshold : 90 %
Critical Threshold : 80 %
-------------------------------------------------------
HARD DISK INFORMATION
-------------------------------------------------------
Serial Number : 99009190902000000103
Model Number : ATP I-Temp M.2 2242
Firmware Revision : R0822A ATP I-Temp M.2 2242
Cylinders : 16383
Heads : 16
Sectors : 250000000
Unformatted Bytes/Track : 0
Unformatted Bytes/Sector : 0
Revision No : 1008.0
Usage Alert Threshold : 90 %
Usage Critical Threshold : 80 %
----------------------------------------------------------
Filesystem Total Used Free Use%
----------------------------------------------------------
/ 114365 10889 103476 10%
/cfg 476 79 397 17%
/installers 4911 282 4629 6%
----------------------------------------------------------
------------------------------------------------System Sensors---------------------------------------------------------
Codes: LNR - Lower Non-Recoverable
LCR - Lower Critical
LNC - Lower Non-Critical
UNC - Upper Non-Critical
UCR - Upper Critical
UNR - Upper Non-Recoverable
Note: For discrete sensor, thresholds and value columns are not applicable.
SENSOR | VALUE | UNITS | LNR | LCR | LNC | UNC | UCR | UNR | STATE
--------------------------------------------------------------------------------------------------------------------------
Temp_MAC | 41.000 | degrees C | na | na | na | 96.000 | 101.000 | 106.000 | ok
Temp_CPU | 39.000 | degrees C | na | na | na | 92.000 | 97.000 | 102.000 | ok
Temp_BMC | 33.000 | degrees C | na | na | na | 80.000 | 85.000 | 89.000 | ok
Temp_10GPHY | 35.000 | degrees C | na | na | na | 92.000 | 95.000 | 98.000 | ok
Temp_DDR4 | 31.000 | degrees C | na | na | na | 85.000 | 90.000 | 92.000 | ok
Temp_FANCARD1 | 29.000 | degrees C | na | na | na | 80.000 | 85.000 | 89.000 | ok
Temp_FANCARD2 | 28.000 | degrees C | na | na | na | 80.000 | 85.000 | 89.000 | ok
PSU0_Temp | 38.000 | degrees C | na | na | na | 86.000 | 90.000 | 95.000 | ok
PSU1_Temp | 27.000 | degrees C | na | na | na | 86.000 | 90.000 | 95.000 | ok
VSENSE_BMC_P12V | 12.200 | Volts | 11.200 | 11.400 | na | na | 12.600 | 12.750 | ok
VSENSE_HEATER | 0.000 | Volts | na | na | na | 9.900 | 10.000 | 10.100 | ok
VSENSE_BMC_P2V5 | 2.520 | Volts | 2.320 | 2.360 | na | na | 2.640 | 2.680 | ok
VSENSE_1VDDR | 1.010 | Volts | 0.900 | 0.940 | na | na | 1.060 | 1.080 | ok
VSENSE_BMC_P5VT | 5.040 | Volts | 4.680 | 4.740 | na | na | 5.250 | 5.310 | ok
VSENSE_P5V_SB | 5.010 | Volts | 4.680 | 4.740 | na | na | 5.250 | 5.310 | ok
VSENSE_BMC_1.26V | 1.260 | Volts | 1.150 | 1.200 | na | na | 1.320 | 1.360 | ok
VSENSE_BMC_1.53V | 1.550 | Volts | 1.380 | 1.460 | na | na | 1.610 | 1.690 | ok
VSENSE_BMC_P3V3 | 3.280 | Volts | 3.020 | 3.140 | na | na | 3.480 | 3.640 | ok
FAN_0 | 12400.000 | RPM | 2400.000 | 3200.000 | 6000.000 | na | na | na | ok
FAN_1 | 12500.000 | RPM | 2400.000 | 3200.000 | 6000.000 | na | na | na | ok
FAN_2 | 11600.000 | RPM | 2400.000 | 3200.000 | 6000.000 | na | na | na | ok
FAN_3 | 11900.000 | RPM | 2400.000 | 3200.000 | 6000.000 | na | na | na | ok
FAN_4 | 12200.000 | RPM | 2400.000 | 3200.000 | 6000.000 | na | na | na | ok
PSU0_FAN | 8190.000 | RPM | 3330.000 | 3600.000 | 3960.000 | na | na | na | ok
PSU1_FAN | 0.000 | RPM | 3330.000 | 3600.000 | 3960.000 | na | na | na | Lower Non-Recov
erable
HWM_VCORE_IN | 1.000 | Volts | 0.910 | 0.940 | na | na | 1.060 | 1.090 | ok
HWM_P1V0_VIN | 1.000 | Volts | 0.900 | 0.950 | na | na | 1.050 | 1.070 | ok
HWM_P1V2_VIN | 1.180 | Volts | 1.110 | 1.140 | na | na | 1.260 | 1.290 | ok
HWM_P1V25_VIN | 1.240 | Volts | 1.150 | 1.190 | na | na | 1.310 | 1.340 | ok
HWM_P1V8_VIN | 1.770 | Volts | 1.660 | 1.710 | na | na | 1.900 | 1.950 | ok
HWM_P3V3_VIN | 3.280 | Volts | 3.040 | 3.120 | na | na | 3.480 | 3.580 | ok
HWM_Temp_MAC | 34.000 | degrees C | -45.000 | -42.000 | -40.000 | 86.000 | 90.000 | 95.000 | ok
HWM_Temp_Heater | 39.000 | degrees C | -45.000 | -42.000 | -40.000 | 73.000 | 75.000 | 78.000 | ok
HWM_Temp_BMC | 34.000 | degrees C | -45.000 | -42.000 | -40.000 | 80.000 | 85.000 | 89.000 | ok
HWM_Temp_CPU | 33.000 | degrees C | -45.000 | -42.000 | -40.000 | 86.000 | 90.000 | 95.000 | ok
HWM_Temp_AMB | 28.000 | degrees C | -45.000 | -42.000 | -40.000 | 76.000 | 80.000 | 84.000 | ok
HWM_Temp_PHY3 | 33.000 | degrees C | -45.000 | -42.000 | -40.000 | 86.000 | 90.000 | 95.000 | ok
CPU_PROC_HOT | 0x0 | discrete | na | na | na | na | na | na | Limit Not Excee
ded
CPU_CAT_ERROR | 0x0 | discrete | na | na | na | na | na | na | State Deasserte
d
CPU_THERMAL_TRIP | 0x0 | discrete | na | na | na | na | na | na | Limit Not Excee
ded
CPU_TO_BMC_INT | 0x0 | discrete | na | na | na | na | na | na | State Deasserte
d
Thermal_NMI | 0x0 | discrete | na | na | na | na | na | na | Limit Not Excee
ded
Thermal_BMC_ALRT | 0x0 | discrete | na | na | na | na | na | na | Limit Not Excee
ded
Thermal_PHY_ALRT | 0x0 | discrete | na | na | na | na | na | na | Limit Not Excee
ded
Thermal_MAC_ALRT | 0x0 | discrete | na | na | na | na | na | na | Limit Not Excee
ded
Thermal_DDR_ALRT | 0x0 | discrete | na | na | na | na | na | na | Limit Not Excee
ded
CPLD_NMI | 0x0 | discrete | na | na | na | na | na | na | State Deasserte
d
VCORE_Fault | 0x0 | discrete | na | na | na | na | na | na | State Deasserte
d
FAN_CARD_INT | 0x0 | discrete | na | na | na | na | na | na | State Deasserte
d
BMC_LOADDEFAULT | 0x0 | discrete | na | na | na | na | na | na | State Deasserte
d
CPU_BOOT_Done | 0x0 | discrete | na | na | na | na | na | na | Device Enabled
CPU_Presence | 0x0 | discrete | na | na | na | na | na | na | Device Present
Fan0_Presence | 0x0 | discrete | na | na | na | na | na | na | Device Present
Fan1_Presence | 0x0 | discrete | na | na | na | na | na | na | Device Present
Fan2_Presence | 0x0 | discrete | na | na | na | na | na | na | Device Present
Fan3_Presence | 0x0 | discrete | na | na | na | na | na | na | Device Present
Fan4_Presence | 0x0 | discrete | na | na | na | na | na | na | Device Present
CPU_POWEROK | 0x0 | discrete | na | na | na | na | na | na | Device Enabled
MB_POWEROK | 0x0 | discrete | na | na | na | na | na | na | Device Enabled
PSU0_Presence | 0x0 | discrete | na | na | na | na | na | na | Device Present
PSU1_Presence | 0x0 | discrete | na | na | na | na | na | na | Device Present
PSU0_POWEROK | 0x0 | discrete | na | na | na | na | na | na | Device Enabled
PSU1_POWEROK | 0x0 | discrete | na | na | na | na | na | na | Device Disabled
PSU0_INT1 | 0x0 | discrete | na | na | na | na | na | na | State Deasserte
d
PSU1_INT1 | 0x0 | discrete | na | na | na | na | na | na | State Deasserte
d
PSU0_VIN | 118.000 | Volts | na | na | na | na | na | na | ok
PSU0_VOUT | 11.900 | Volts | na | na | na | na | na | na | ok
PSU0_IIN | 0.850 | Amps | na | na | na | na | na | na | ok
PSU0_IOUT | 2.480 | Amps | na | na | na | na | na | na | ok
PSU1_VIN | 0.000 | Volts | na | na | na | na | na | na | ok
PSU1_VOUT | 0.000 | Volts | na | na | na | na | na | na | ok
PSU1_IIN | 0.000 | Amps | na | na | na | na | na | na | ok
PSU1_IOUT | 0.000 | Amps | na | na | na | na | na | na | ok
-------------------------------------------------
LED COLOR DESCRIPTION
-------------------------------------------------
POWER GREEN PSU operates Normally
SYSTEM GREEN Normal
GNSS GREEN GNSS in Normal State
SYNCE GREEN Synchronized to external timing source
-----------------------------------------------------
Transceiver DDM support list
-----------------------------------------------------
Type :SFP
Vendor Name :FINISAR CORP.
Vendor Part Number :FTLF8519P2BNL
DDM Supported :Yes
Type :SFP
Vendor Name :EVERTZ
Vendor Part Number :SFP10G-TR13S
DDM Supported :Yes
Type :SFP
Vendor Name :FS
Vendor Part Number :SFP-10GSR-85
DDM Supported :Yes
Type :SFP
Vendor Name :FS
Vendor Part Number :SFP-10G-BX40
DDM Supported :Yes
Type :SFP
Vendor Name :FS
Vendor Part Number :SFP-10G-BX
DDM Supported :Yes
Type :SFP
Vendor Name :FS
Vendor Part Number :SFP-10GZRC-55
DDM Supported :Yes
Type :SFP
Vendor Name :FS
Vendor Part Number :SFP-10G-BX80
DDM Supported :Yes
Type :SFP
Vendor Name :JDSU
Vendor Part Number :PLRXPLSCS4322N
DDM Supported :Yes
Type :SFP
Vendor Name :DELL
Vendor Part Number :CN04HG0091IAA1B
DDM Supported :Yes
Type :SFP
Vendor Name :DELL
Vendor Part Number :WTRD1
DDM Supported :Yes
Type :SFP
Vendor Name :FINISAR CORP.
Vendor Part Number :FTLF1318P3BTL-FC
DDM Supported :Yes
Type :SFP
Vendor Name :DELL
Vendor Part Number :RN84N
DDM Supported :Yes
Type :SFP
Vendor Name :E.C.I.NETWORKS
Vendor Part Number :EN-SFP10G-LRi
DDM Supported :Yes
Type :SFP
Vendor Name :E.C.I.NETWORKS
Vendor Part Number :EN-SFP10G-SRi
DDM Supported :Yes
Type :SFP
Vendor Name :E.C.I.NETWORKS
Vendor Part Number :EN-SFP1G-SX
DDM Supported :Yes
Type :SFP
Vendor Name :E.C.I.NETWORKS
Vendor Part Number :EN-SFP1G-LX
DDM Supported :Yes
Type :SFP
Vendor Name :E.C.I.NETWORKS
Vendor Part Number :EN-SFP1G-EX
DDM Supported :Yes
Type :SFP
Vendor Name :E.C.I.NETWORKS
Vendor Part Number :EN-SFP1G-ZX
DDM Supported :Yes
Type :SFP
Vendor Name :E.C.I.NETWORKS
Vendor Part Number :EN-SFP10G-SR
DDM Supported :Yes
Type :SFP
Vendor Name :E.C.I.NETWORKS
Vendor Part Number :EN-SFP10G-LR
DDM Supported :Yes
Type :SFP
Vendor Name :E.C.I.NETWORKS
Vendor Part Number :EN-SFP10G-ER
DDM Supported :Yes
Type :SFP
Vendor Name :E.C.I.NETWORKS
Vendor Part Number :EN-SFPP-ER
DDM Supported :Yes
Type :SFP28
Vendor Name :E.C.I.NETWORKS
Vendor Part Number :EN-SFP28-SR
DDM Supported :Yes
Type :SFP28
Vendor Name :E.C.I.NETWORKS
Vendor Part Number :EN-SFP28-LR
DDM Supported :Yes
Type :SFP
Vendor Name :E.C.I.NETWORKS
Vendor Part Number :EN-SFP1G-SXi
DDM Supported :Yes
Type :SFP
Vendor Name :E.C.I.NETWORKS
Vendor Part Number :EN-SFP1G-LXi
DDM Supported :Yes
Type :SFP+
Vendor Name :OCLARO,INC.
Vendor Part Number :TRS7081AHCPA00A
DDM Supported :Yes
Type :SFP
Vendor Name :FINISAR CORP.
Vendor Part Number :FTLX8574D3BCL
DDM Supported :Yes
Type :SFP
Vendor Name :FINISAR CORP.
Vendor Part Number :FCLF8522P2BTL
DDM Supported :NO
Type :SFP
Vendor Name :Edgecore
Vendor Part Number :ET5402-AOC-10M
DDM Supported :Yes
Type :SFP
Vendor Name :Hisense
Vendor Part Number :LTE3680P-BH+
DDM Supported :Yes
Type :SFP
Vendor Name :Hisense
Vendor Part Number :LTF5308B-BHA+
DDM Supported :Yes
Type :SFP
Vendor Name :Hisense
Vendor Part Number :LTF7226B-BHA+
DDM Supported :Yes
Type :QSFP
Vendor Name :AVAGO
Vendor Part Number :AFBR-79E4Z
DDM Supported :Yes
Type :QSFP
Vendor Name :FINISAR CORP
Vendor Part Number :FCCN410QD3C
DDM Supported :Yes
Type :QSFP
Vendor Name :FINISAR CORP
Vendor Part Number :FTL410QE4C
DDM Supported :Yes
Type :QSFP
Vendor Name :DELL
Vendor Part Number :119N6
DDM Supported :Yes
Type :QSFP
Vendor Name :Skylane Optics
Vendor Part Number :QFP85P1040PD000
DDM Supported :Yes
Type :QSFP
Vendor Name :Skylane Optics
Vendor Part Number :QFPQL010400D000
DDM Supported :Yes
Type :QSFP
Vendor Name :Skylane Optics
Vendor Part Number :QFPQL010400B000
DDM Supported :Yes
Type :QSFP
Vendor Name :Skylane Optics
Vendor Part Number :QFPQL002400D000
DDM Supported :Yes
Type :QSFP
Vendor Name :Skylane Optics
Vendor Part Number :QFP85P3040PD000
DDM Supported :Yes
Type :QSFP
Vendor Name :Skylane Optics
Vendor Part Number :QFP85P1040PB000
DDM Supported :Yes
Type :QSFP
Vendor Name :Skylane Optics
Vendor Part Number :DAPQQC504000000
DDM Supported :NO
Type :QSFP
Vendor Name :Skylane Optics
Vendor Part Number :DAPQQM014000000
DDM Supported :NO
Type :QSFP
Vendor Name :Skylane Optics
Vendor Part Number :DAPQQM034000000
DDM Supported :NO
Type :QSFP
Vendor Name :Skylane Optics
Vendor Part Number :DAPQQM054000000
DDM Supported :NO
Type :QSFP
Vendor Name :Skylane Optics
Vendor Part Number :QFP1301040PD000
DDM Supported :Yes
Type :QSFP
Vendor Name :Skylane Optics
Vendor Part Number :QFPQL040400D000
DDM Supported :Yes
Type :QSFP
Vendor Name :E.C.I.NETWORKS
Vendor Part Number :IPIENQSFP40GSR4
DDM Supported :Yes
Type :QSFP28
Vendor Name :DELL
Vendor Part Number :4WJ41
DDM Supported :Yes
Type :QSFP28
Vendor Name :FINISAR CORP
Vendor Part Number :FCBN425QE1C
DDM Supported :Yes
Type :QSFP28
Vendor Name :FINISAR CORP.
Vendor Part Number :FTLC1151RDPL
DDM Supported :Yes
Type :QSFP28
Vendor Name :FINISAR CORP
Vendor Part Number :FTLC9551REPM
DDM Supported :Yes
Type :QSFP28
Vendor Name :INPHI CORP
Vendor Part Number :IN-Q2AY2
DDM Supported :Yes
Type :QSFP28
Vendor Name :FS
Vendor Part Number :QSFP28-SR4-100G
DDM Supported :Yes
Type :QSFP28
Vendor Name :FS
Vendor Part Number :QSFP-PC03
DDM Supported :NO
Type :QSFP28
Vendor Name :E.C.I.NETWORKS
Vendor Part Number :EN-QSFP28-SR4
DDM Supported :Yes
Type :QSFP28
Vendor Name :E.C.I.NETWORKS
Vendor Part Number :EN-QSFP28-LR4
DDM Supported :Yes
Type :QSFP28
Vendor Name :Skylane Optics
Vendor Part Number :Q28QD010C07D000
DDM Supported :Yes
Type :QSFP28
Vendor Name :Skylane Optics
Vendor Part Number :Q2885P30C0PF000
DDM Supported :Yes
Type :QSFP28
Vendor Name :Skylane Optics
Vendor Part Number :Q28QD020C00D000
DDM Supported :Yes
Type :QSFP28
Vendor Name :Skylane Optics
Vendor Part Number :DAOQQM01C00D000
DDM Supported :Yes
Type :QSFP28
Vendor Name :Skylane Optics
Vendor Part Number :DAOQQM02C00D000
DDM Supported :Yes
Type :QSFP28
Vendor Name :Skylane Optics
Vendor Part Number :DAOQQM03C00D000
DDM Supported :Yes
Type :QSFP28
Vendor Name :Skylane Optics
Vendor Part Number :DAOQQM05C00D000
DDM Supported :Yes
Type :QSFP28
Vendor Name :Skylane Optics
Vendor Part Number :DAOQQM07C00D000
DDM Supported :Yes
Type :QSFP28
Vendor Name :Skylane Optics
Vendor Part Number :DAOQQM10C00D000
DDM Supported :Yes
Type :QSFP28
Vendor Name :Skylane Optics
Vendor Part Number :DAOQQM20C00D000
DDM Supported :Yes
Type :QSFP28
Vendor Name :Skylane Optics
Vendor Part Number :DAOQQM30C00D000
DDM Supported :Yes
Type :QSFP28
Vendor Name :Skylane Optics
Vendor Part Number :DAOQQP10C00D000
DDM Supported :Yes
Type :QSFP28
Vendor Name :Skylane Optics
Vendor Part Number :Q2885P10C0PF000
DDM Supported :Yes
Type :QSFP28
Vendor Name :Skylane Optics
Vendor Part Number :Q28QD040C00F000
DDM Supported :Yes
Type :QSFP28
Vendor Name :Skylane Optics
Vendor Part Number :Q28QD010C00D000
DDM Supported :Yes
Type :QSFP28
Vendor Name :Skylane Optics
Vendor Part Number :Q28QD010C04D000
DDM Supported :Yes
Type :QSFP28
Vendor Name :Skylane Optics
Vendor Part Number :Q28QD040C05F000
DDM Supported :Yes
Type :QSFP28
Vendor Name :Skylane Optics
Vendor Part Number :Q28QD040C05D000
DDM Supported :Yes
Type :QSFP28
Vendor Name :Skylane Optics
Vendor Part Number :DAPQQM03C000000
DDM Supported :NO
Type :QSFP28
Vendor Name :Skylane Optics
Vendor Part Number :DAPQQM01C000000
DDM Supported :NO
Type :QSFP28
Vendor Name :Skylane Optics
Vendor Part Number :DAPQQM02C000000
DDM Supported :NO
Type :QSFP28
Vendor Name :Skylane Optics
Vendor Part Number :DAPQQM05C000000
DDM Supported :NO
Type :QSFP28
Vendor Name :Skylane Optics
Vendor Part Number :DAPQQC50C000000
DDM Supported :NO
Type :QSFP28
Vendor Name :Skylane Optics
Vendor Part Number :Q28QL002C00F000
DDM Supported :Yes
Type :QSFP28
Vendor Name :Skylane Optics
Vendor Part Number :Q2C31002C00F000
DDM Supported :Yes
Type :QSFP28
Vendor Name :Skylane Optics
Vendor Part Number :Q2C31P50C00F000
DDM Supported :Yes
Type :QSFP28
Vendor Name :Skylane Optics
Vendor Part Number :Q2B85M70C00D000
DDM Supported :Yes
Type :QSFP28
Vendor Name :Skylane Optics
Vendor Part Number :Q28QD080C05F000
DDM Supported :Yes
Type :QSFP28
Vendor Name :E.C.I.NETWORKS
Vendor Part Number :IPIENQSFP28SR4
DDM Supported :Yes
TX : Transmit status
RX-Los : Receive status
RESET : Normal (Out of reset), Reset (In reset)
POWER : Power level Low/High
- : NotApplicable
SFP:[0-27]
----------------------------------------------
PORT PRESENCE Tx Rx-Los
----------------------------------------------
0 Not Present Off -
1 Not Present Off -
2 Not Present Off -
3 Present On -
4 Present On -
5 Not Present Off -
6 Present On -
7 Present On Off
8 Not Present Off -
9 Not Present Off -
10 Present On -
11 Present On -
12 Present On On
13 Not Present Off -
14 Not Present Off -
15 Present On Off
16 Present On Off
17 Not Present Off -
18 Present On -
19 Present On Off
20 Present On Off
21 Not Present Off -
22 Present On -
23 Present On -
24 Not Present Off -
25 Not Present Off -
26 Not Present Off -
27 Not Present Off -
QSFP:[0-1]
--------------------------------------------------------------------------------------------
PORT PRESENCE RESET POWER LANE
--------------------------------------------------------------------------------------------
1 2 3 4
--------------------------------------------------------------------------------------------
0 Not Present Reset Low Tx off off off off
Rx-Los Off Off Off Off
Tx-Los Off Off Off Off
1 Present Normal High Tx on on on on
Rx-Los Off Off Off Off
Tx-Los Off Off Off Off
System Over all status : Normal
---------------------------
Components status
---------- ----------------
CPU : Normal
RAM : Normal
DISK : Normal
SOFTWARE : Normal
Codes: H-Mi- High Minor H-Ma- High Major L-Mi- Low Minor L-Ma- Low Major
Component Fault Timestamp Thresh Violation-Status
--------- ----- --------- ------ ----------------
Table 1-9 explains the show command output fields.
Table 1-9: show hardware-information all output
Field | Description |
---|
Ram Information | Used memory, free memory, shared, buffers, total swap, and free swap memory. |
Hard Disk Information | Hard drive serial number, model, firmware revision, cylinders, heads, and sectors, as well as revision number and total size. |
Fans | Fan tray numbers, numbers of fans per tray, and their speed in RPM. |
Board Temp Sensors Temperature | Sensor type, current temperature, and operating range. |
BCM Chip Internal Temperature | Broadcom chip current internal temperature, Operating range and average temperature. |
System Power Information | System power Information. Shows Voltage on all rails, and whether the power is up or has failed. |
PSU | Main power supply statistics: Volts in, volts out, current in and out amperes, power in and out in watts, temperature of each power supply, and fan speed in RPM. |
LED | What the LEDs represent, what state the LEDs mean, and a description of what the LEDs current color means. |
Transceiver DDM support list | Transceivers: type, vendor name, part number, and whether Digital Diagnostic Monitoring (DDM) is supported. |
Port Number | Port numbers, port type (SFP, QSFP, etc) and whether a transceiver is in the port. |
#show hardware-information power
-----------------------------------------------------
Hardware Thresholds
-----------------------------------------------------
PSU1 [Input Voltage]
-----------------------------
Shutdown(O) : 62.00 Volts
Resume(O) : 60.00 Volts
Shutdown(U) : 38.00 Volts
Resume(U) : 36.00 Volts
PSU1 [Temperature 1]
-----------------------------
Shutdown(O) : 85.00 Celsius
Resume(O) : 80.00 Celsius
PSU2 [Input Voltage]
-----------------------------
Shutdown(O) : 62.00 Volts
Resume(O) : 60.00 Volts
Shutdown(U) : 38.00 Volts
Resume(U) : 36.00 Volts
-----------------------------------------------------
System Power Information
-----------------------------------------------------
CMM_PS1_12V_PG : FAIL
CMM_PS2_12V_PG : GOOD
CMM_PS1_AC_ALERT : FAIL
CMM_PS2_AC_ALERT : GOOD
Codes: * Not Supported by device NA Not Applicable O Over U Under
PSU VOLT-IN VOLT-OUT CURR-IN CURR-OUT PWR-IN PWR-OUT TEMP-1 TEMP-2 FAN-1 FAN-2 PWR_
OUT_MAX
(Volt) (Volt) (Ampere) (Ampere) (Watt) (Watt) (Celsius) (Celsius) (Rpm) (Rpm)
-----------------------------------------------------------------------------------------------------------------------------
------
2 225.00 12.00 1.47 25.50 330.00 306.00 27.00 31.00 4512 NA* NA*
#
Table 1-10 explains the
show hardware-information power command output fields.
Table 1-10: show hardware-information power output fields
Field | Description |
---|
PSU Input Voltage | Shutdown and resume over and under voltages |
PSU Temperature | Shutdown and resume over temperatures |
System Power Information | Overall status of each PSU |
PSU | Power supply unit identifier |
VOLT-IN | Input voltage |
VOLT-OUT | Output voltage |
CURR-IN | Input current (ampere) |
CURR-OUT | Output current (ampere) |
PWR-IN | Input power (watts) |
PWR-OUT | Output power (watts) |
TEMP-1 | Temperature (Celsius) |
TEMP-2 | Temperature (Celsius) |
FAN-1 | FAN 1 RPM |
FAN-2 | FAN 2 RPM |
PWR_OUT_MAX | Power out maximum |
#show hardware-information power monitoring-thresholds
-----------------------------------------------------
Input Voltage [PSU1]
-----------------------------------------------------
High Alarm : 60.00 Volts
Low Alarm : 40.00 Volts
High Warning : 58.00 Volts
Low Warning : 42.00 Volts
-----------------------------------------------------
Temperature 1 [PSU1]
-----------------------------------------------------
High Alarm : 75.00 Celsius
Low Alarm : -10.00 Celsius
High Warning : 73.00 Celsius
Low Warning : -8.00 Celsius
-----------------------------------------------------
Input Voltage [PSU2]
-----------------------------------------------------
High Alarm : 60.00 Volts
Low Alarm : 40.00 Volts
High Warning : 58.00 Volts
Low Warning : 42.00 Volts
Table 1-11 explains the
show hardware-information power monitoring-thresholds command output fields.
Table 1-11: show hardware-information power monitoring-thresholds output fields
Field | Description |
---|
Input Voltage | Voltages for high alarm, low alarm, high warning, and low warning thresholds |
Temperature | Temperatures for high alarm, low alarm, high warning, and low warning thresholds |
#show hardware-information system-status
System Over all status : Normal
---------------------------
Components status
---------- ----------------
CPU : Normal
RAM : Normal
DISK : Normal
FAN : Normal
POWER : Normal
SOFTWARE : Normal
Codes: H-Mi- High Minor H-Ma- High Major L-Mi- Low Minor L-Ma- Low Major
Component Fault Timestamp Thresh Violation-Status
--------- ----- --------- ------ ----------------
DISK H-Mi 12-02-2021 18:39:32 > 80.00 84.00%
POWER L-Mi 12-02-2021 18:43:46 < 42.00 Psu [1] of VOLT-IN is 42.00
12-02-2021 18:42:35 Psu [2] of VOLT-IN is 42.00
L-Ma 12-02-2021 18:41:44 < 40.00 Psu [1] of VOLT-IN is 24.00
H-Ma 12-02-2021 18:44:27 > 75.00 Psu [1] of TEMP1 is 80.00
#
Table 1-12 explains the
show hardware-information system-status command output fields.
Table 1-12: show hardware-information system-status output fields
Field | Description |
---|
System Over all status | Self explantory |
Components status | Status of CPU, RAM, disk, fan, power, and software |
Component | Component name |
Fault | Type of fault: H-Mi- High Minor H-Ma- High Major L-Mi- Low Minor L-Ma- Low Major |
Timestamp | Date and time of the faullt |
Thresh | Threshold limit |
Violation-Status | Explanation of violation |
show system fru
Use this command to display Field Replaceable Unit (FRU) information controlled by the baseboard management controller (BMC).
Command Syntax
show system fru
Parameter
None
Command Mode
Execution mode
Applicability
This command was introduced before OcNOS version 3.0.
Example
#show system fru
--------------System FRUs------------------
FRU Device Description : MAINBOARD_FRU
Board Mfg Date : 2018-09-17 13:34:00
Board Mfg : UFISPACE
Board Product : S9500-30XS-Board
Board Serial : WB2N9470004
Product Manufacturer : UFISPACE
Product Name : S9500-30XS
Product Version : PVT
Product Serial : WE61A47S00016
Product Asset Tag : 00
FRU Device Description : PSU0_FRU
Product Manufacturer : FSPGROUP
Product Name : VICTO451AM
Product Part Number : YNEB0450
Product Version : BM-2R01P10
Product Serial : T0A060Y322009000053
Product extra 1 : P3H800A03
Product extra 2 : A
FRU Device Description : PSU1_FRU
Product Manufacturer : FSPGROUP
Product Name : VICTO451AM
Product Part Number : YNEB0450
Product Version : BM-2R01P10
Product Serial : T0A060Y322009000052
Product extra 1 : P3H800A03
Product extra 2 : A
show system-information
Use this command to display system information.
Command Syntax
show system-information (all|fan|psu|os|cpu|bios|cpu-load|board-info)
Parameter
all
System information of all modules.
bios
BIOS information.
board-info
Board EEPROM details.
cpu
Processor information.
cpu-load
CPU load information.
fan
Fan Field Replaceable Units (FRU) EEPROM information.
os
OS and Kernel version information.
psu
Power Supply Field Replaceable Units (FRU) EEPROM information.
Default
None
Command Mode
Exec mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
#show system-information psu
System PSU FRU Information
=========================
PSU 2 Country of Origin : CN
PSU 2 PPID Part Number : 0T9FNW
PSU 2 PPID Part Number Rev : A00
PSU 2 Manufacturer ID : 28298
PSU 2 Date Code : 52R
PSU 2 Serial Number : 0298
PSU 2 Part Number : 0T9FNW
PSU 2 Part Number Revision : A00
PSU 2 Number of Fans in the tray : 1
PSU 2 Type : AC Normal
PSU 2 Service Tag : AEIOU
The following tables explain the show command output fields.
Table 1-13: show system-information topics
Topic | Description |
---|
all | Show all topics of system information.. |
bios | Display BIOS information. |
board-info | Display information related to the board. |
cpu | Displays Central Processing Unit information |
cpu-load | Displays the load on the system’s CPU. |
fan | Displays fan information contain in the EEPROM. |
os | Displays information regarding the host operating system |
psu | Displays information regarding Field Replaceable Units (FRU). |
Table 1-14: Show fan topic displays
System Fan FRU Information | Description |
---|
Fan Tray “#” PPID Part Number | The vendor’s part number for the fan. |
Fan Tray Serial Number | As stated |
Service Tag | The Service Tag can help identify your device for on-line support and upgrading drivers |
Vendor Name | As stated |
Table 1-15: Show system BIOS information
BIOS Information | Description |
---|
# dmidecode | The dmidecode is a tool for dumping a computer's DMI table contents in a human-readable format. This table contains a description of the system's hardware components, as well as other useful pieces of information such as serial numbers and BIOS revisions. |
SMBIOS | The System Management BIOS (SMBIOS) defines data structures (and access methods) that can be used to read management information produced by the BIOS of a computer. Also, it is involved with the DMI Address – |
Handle 0x0000, DMI type 0, 24 bytes | Handle of the Desktop Management Interface (DMI) and the DMI type, where type value identifies what the DMI contains. DMI = 0 indicates the following information is specific to BIOS properties, and is 24 bytes long. |
BIOS Physical Information | • Vendor – The manufacture of the BIOS. • Version – The Version number. • Release Date – as stated. • Address – starting address (in memory) of the BIOS. |
Characteristics | • Is PCI supported. • Is BIOS upgradeable. • Is boot from a CD supported. • Is selectable boot devices supported. • Is BIOS ROM socketed. • Is Enhanced Disk Drive (EDD) vectoring supported. • Is 5.25"/1.2 MB floppy services supported (int 13h) • Is 3.5"/720 kB floppy services supported (int 13h) • Is 3.5"/2.88 MB floppy services supported (int 13h) • Is Print screen service supported (int 5h) • Is 8042 keyboard services supported (int 9h) • Is Serial services supported (int 14h) • Is Printer services supported (int 17h) • Is Advanced Configuration and Power Interface (ACPI) supported • Is USB legacy supported • Is BIOS boot specification supported • Is Targeted content distribution supported • Is Unified Extensible Firmware Interface (UEFI) supported |
BIOS Revision | The BIOS revision number. |
Handle 0x0043, DMI type 13, 22 bytes | Handle of the Desktop Management Interface (DMI) and the DMI type, where type value identifies what the DMI contains. DMI = 13 indicates the following information is specific to BIOS language information, and is 22 bytes long. |
BIOS Language Informantion | • Language Description Format – A term that describes the number of bits used to represent the BIOS Language information parameters. • Installable Languages – The number of languages that can be used by the BIOS at any time. • Currently Installed Language – United States English (or Latin-1) as described by the ISO standard, en|US|iso8859-1. |
Table 1-16: Show CPU information
System CPU Information | Description |
---|
processor | The processor number of each CPU |
model name | Details about each CPU. For example, Intel(R) Atom(TM) CPU C2538 @ 2.40GHz. |
Table 1-17: Show system CPU load information
Load Information | Description |
---|
Uptime | As stated in days, hours, minutes, and seconds. |
Load Average for past 1min | As stated in percent. |
Load Average for past 5 min | As stated in percent. |
Load Average for past 15 min | As stated in percent. |
CPU Usage at this instant | As stated in percent. |
Max threshold for CPU-usage | As stated in percent. |
Table 1-18: Show system board information
System Information | Description |
---|
Product Name | Model number of the device. |
Serial Number | As stated |
Base MAC Address | As stated |
Manufacture Date | As state |
Platform Name | The platform on which the product is based. |
ONIE Version | The version of the Open Network Install Environment (ONIE). |
MAC addresses | Number of MAC addresses related to the device. |
Manufacture | As stated |
Country Code | The code that represents the country of manufacture. For example, US = United States, TW = Taiwan, and so on. |
Diag Version | As stated |
CRC-32 | Cyclic Redundancy Check value. |
Switch Chip Revision | As stated |
MAIN BOARD REVISION | As stated |
CPU CPLD VERSION | The version of the Complex Programmable Logic Device (CPLD) use by the CPU. |
SW CPLD VERSION | The version of the Complex Programmable Logic Device (CPLD) use by the switch. |
MAIN BOARD TYPE | An identifying string for the main board. |
CPU BOARD ID | An identifying string for the CPU board. |
CPU BOARD VERSION | As stated |
SW BOARD ID | NA |
SW BOARD VERSION | As stated |
VCC 5V | The state of the VCC 5V power rail (Enabled \ Disabled) |
MAC 1V | The state of the MAC 1V power rail Enabled \ Disabled |
VCC 1.8V | The state of the VCC 1.8V power rail (Enabled \ Disabled) |
MAC AVS 1V | The state of the MAC AVS 1V power rail (Enabled \ Disabled) |
HOT SWAP1 | Enabled \ Disabled |
HOT SWAP2 | Enabled \ Disabled |
Table 1-19: Show host system details
Host Information | Description |
---|
OS Distribution | The operating system on which the device is to run. |
Kernel Version | A string that identifies the operating kernel. |
show system sensor
Use this command to display the system sensors controlled by the baseboard management controller (BMC).
Command Syntax
show system sensor
Parameter
None
Command Mode
Execution mode
Applicability
This command was introduced before OcNOS version 3.0.
Example
#show system sensor
------------------------------------------------System Sensors---------------------------------------------------------
Codes: LNR - Lower Non-Recoverable
LCR - Lower Critical
LNC - Lower Non-Critical
UNC - Upper Non-Critical
UCR - Upper Critical
UNR - Upper Non-Recoverable
Note: For discrete sensor, thresholds and value columns are not applicable.
SENSOR | VALUE | UNITS | LNR | LCR | LNC | UNC | UCR | UNR | STATE
--------------------------------------------------------------------------------------------------------------------------
Temp_MAC | 43.000 | degrees C | na | na | na | 96.000 | 101.000 | 106.000 | ok
Temp_CPU | 40.000 | degrees C | na | na | na | 92.000 | 97.000 | 102.000 | ok
Temp_BMC | 32.000 | degrees C | na | na | na | 80.000 | 85.000 | 89.000 | ok
Temp_10GPHY | 35.000 | degrees C | na | na | na | 92.000 | 95.000 | 98.000 | ok
Temp_DDR4 | 33.000 | degrees C | na | na | na | 85.000 | 90.000 | 92.000 | ok
Temp_FANCARD1 | 29.000 | degrees C | na | na | na | 80.000 | 85.000 | 89.000 | ok
Temp_FANCARD2 | 27.000 | degrees C | na | na | na | 80.000 | 85.000 | 89.000 | ok
PSU0_Temp | 37.000 | degrees C | na | na | na | 86.000 | 90.000 | 95.000 | ok
PSU1_Temp | 28.000 | degrees C | na | na | na | 86.000 | 90.000 | 95.000 | ok
VSENSE_BMC_P12V | 12.050 | Volts | 11.200 | 11.400 | na | na | 12.600 | 12.750 | ok
VSENSE_HEATER | 0.000 | Volts | na | na | na | 9.900 | 10.000 | 10.100 | ok
VSENSE_BMC_P2V5 | 2.500 | Volts | 2.320 | 2.360 | na | na | 2.640 | 2.680 | ok
VSENSE_1VDDR | 1.020 | Volts | 0.900 | 0.940 | na | na | 1.060 | 1.080 | ok
VSENSE_BMC_P5VT | 5.040 | Volts | 4.680 | 4.740 | na | na | 5.250 | 5.310 | ok
VSENSE_P5V_SB | 4.980 | Volts | 4.680 | 4.740 | na | na | 5.250 | 5.310 | ok
VSENSE_BMC_1.26V | 1.250 | Volts | 1.150 | 1.200 | na | na | 1.320 | 1.360 | ok
VSENSE_BMC_1.53V | 1.540 | Volts | 1.380 | 1.460 | na | na | 1.610 | 1.690 | ok
VSENSE_BMC_P3V3 | 3.280 | Volts | 3.020 | 3.140 | na | na | 3.480 | 3.640 | ok
FAN_0 | 12900.000 | RPM | 2400.000 | 3200.000 | 6000.000 | na | na | na | ok
FAN_1 | 13000.000 | RPM | 2400.000 | 3200.000 | 6000.000 | na | na | na | ok
FAN_2 | 12400.000 | RPM | 2400.000 | 3200.000 | 6000.000 | na | na | na | ok
FAN_3 | 12300.000 | RPM | 2400.000 | 3200.000 | 6000.000 | na | na | na | ok
FAN_4 | 11800.000 | RPM | 2400.000 | 3200.000 | 6000.000 | na | na | na | ok
PSU0_FAN | 8280.000 | RPM | 3330.000 | 3600.000 | 3960.000 | na | na | na | ok
PSU1_FAN | 0.000 | RPM | 3330.000 | 3600.000 | 3960.000 | na | na | na | Lower Non-Recoverable
HWM_VCORE_IN | 1.000 | Volts | 0.910 | 0.940 | na | na | 1.060 | 1.090 | ok
HWM_P1V0_VIN | 1.000 | Volts | 0.900 | 0.950 | na | na | 1.050 | 1.070 | ok
HWM_P1V2_VIN | 1.210 | Volts | 1.110 | 1.140 | na | na | 1.260 | 1.290 | ok
HWM_P1V25_VIN | 1.250 | Volts | 1.150 | 1.190 | na | na | 1.310 | 1.340 | ok
HWM_P1V8_VIN | 1.780 | Volts | 1.660 | 1.710 | na | na | 1.900 | 1.950 | ok
HWM_P3V3_VIN | 3.300 | Volts | 3.040 | 3.120 | na | na | 3.480 | 3.580 | ok
HWM_Temp_MAC | 35.000 | degrees C | -45.000 | -42.000 | -40.000 | 86.000 | 90.000 | 95.000 | ok
HWM_Temp_Heater | 39.000 | degrees C | -45.000 | -42.000 | -40.000 | 73.000 | 75.000 | 78.000 | ok
HWM_Temp_BMC | 33.000 | degrees C | -45.000 | -42.000 | -40.000 | 80.000 | 85.000 | 89.000 | ok
HWM_Temp_CPU | 33.000 | degrees C | -45.000 | -42.000 | -40.000 | 86.000 | 90.000 | 95.000 | ok
HWM_Temp_AMB | 28.000 | degrees C | -45.000 | -42.000 | -40.000 | 76.000 | 80.000 | 84.000 | ok
HWM_Temp_PHY3 | 35.000 | degrees C | -45.000 | -42.000 | -40.000 | 86.000 | 90.000 | 95.000 | ok
CPU_PROC_HOT | 0x0 | discrete | na | na | na | na | na | na | Limit Not Exceeded
CPU_CAT_ERROR | 0x0 | discrete | na | na | na | na | na | na | State Deasserted
CPU_THERMAL_TRIP | 0x0 | discrete | na | na | na | na | na | na | Limit Not Exceeded
CPU_TO_BMC_INT | 0x0 | discrete | na | na | na | na | na | na | State Deasserted
Thermal_NMI | 0x0 | discrete | na | na | na | na | na | na | Limit Not Exceeded
Thermal_BMC_ALRT | 0x0 | discrete | na | na | na | na | na | na | Limit Not Exceeded
Thermal_PHY_ALRT | 0x0 | discrete | na | na | na | na | na | na | Limit Not Exceeded
Thermal_MAC_ALRT | 0x0 | discrete | na | na | na | na | na | na | Limit Not Exceeded
Thermal_DDR_ALRT | 0x0 | discrete | na | na | na | na | na | na | Limit Not Exceeded
CPLD_NMI | 0x0 | discrete | na | na | na | na | na | na | State Deasserted
VCORE_Fault | 0x0 | discrete | na | na | na | na | na | na | State Deasserted
FAN_CARD_INT | 0x0 | discrete | na | na | na | na | na | na | State Deasserted
BMC_LOADDEFAULT | 0x0 | discrete | na | na | na | na | na | na | State Deasserted
CPU_BOOT_Done | 0x0 | discrete | na | na | na | na | na | na | Device Enabled
CPU_Presence | 0x0 | discrete | na | na | na | na | na | na | Device Present
Fan0_Presence | 0x0 | discrete | na | na | na | na | na | na | Device Present
Fan1_Presence | 0x0 | discrete | na | na | na | na | na | na | Device Present
Fan2_Presence | 0x0 | discrete | na | na | na | na | na | na | Device Present
Fan3_Presence | 0x0 | discrete | na | na | na | na | na | na | Device Present
Fan4_Presence | 0x0 | discrete | na | na | na | na | na | na | Device Present
CPU_POWEROK | 0x0 | discrete | na | na | na | na | na | na | Device Enabled
MB_POWEROK | 0x0 | discrete | na | na | na | na | na | na | Device Enabled
PSU0_Presence | 0x0 | discrete | na | na | na | na | na | na | Device Present
PSU1_Presence | 0x0 | discrete | na | na | na | na | na | na | Device Present
PSU0_POWEROK | 0x0 | discrete | na | na | na | na | na | na | Device Enabled
PSU1_POWEROK | 0x0 | discrete | na | na | na | na | na | na | Device Disabled
PSU0_INT1 | 0x0 | discrete | na | na | na | na | na | na | State Deasserted
PSU1_INT1 | 0x0 | discrete | na | na | na | na | na | na | State Deasserted
PSU0_VIN | 99.000 | Volts | na | na | na | na | na | na | ok
PSU0_VOUT | 11.900 | Volts | na | na | na | na | na | na | ok
PSU0_IIN | 0.420 | Amps | na | na | na | na | na | na | ok
PSU0_IOUT | 0.850 | Amps | na | na | na | na | na | na | ok
PSU1_VIN | 0.000 | Volts | na | na | na | na | na | na | ok
PSU1_VOUT | 0.000 | Volts | na | na | na | na | na | na | ok
PSU1_IIN | 0.000 | Amps | na | na | na | na | na | na | ok
PSU1_IOUT | 1.950 | Amps | na | na | na | na | na | na | ok
#
system-load-average
Use this command to set threshold percentage values for monitoring the system load average for the last 1 minute, 5 minutes, and 15 minutes.
Use the no form of this command to set the default thresholds.
Command Syntax
system-load-average (1min warning <41-100> alarm <51-100> 5min alarm <51-100> 15min alarm <51-100>)
no system-load-average
Parameters
1min warning
Load average for last 1 minute
<41-100>
Warning threshold in percent
alarm
Alarm
<51-100>
Alarm threshold in percent
5min alarm
Load average for last 5 minutes
<51-100>
Alarm threshold in percent
15min alarm
Load average for last 15 minutes
<51-100>
Alarm threshold in percent
Default
Check the default thresholds using the
show system-information command with the
cpu-load parameter.
Command Mode
Config Mode
Applicability
This command was introduced in OcNOS version 1.3.6.
Example
(config)#system-load-average 1min warning 45 alarm 55 5min alarm 65 15min alarm 75
(config)#end
#show system-information cpu-load
System CPU-Load Information
===========================
Uptime : 64 Days 17 Hours 56 Minutes 22 Seconds
Load Average(1 min) : 5.74% (Crit Thresh : 45%, Alert Thresh : 55%)
Load Average(5 min) : 3.71% (Crit Thresh : N/A, Alert Thresh : 65%)
Load Average(15 min) : 3.21% (Crit Thresh : N/A, Alert Thresh : 75%)
Avg CPU Usage : 4.67%
CPU core 1 Usage : 4.42% (Crit Thresh : 50%, Alert Thresh : 90%)
CPU core 2 Usage : 2.68% (Crit Thresh : 50%, Alert Thresh : 90%)
CPU core 3 Usage : 6.19% (Crit Thresh : 50%, Alert Thresh : 90%)
CPU core 4 Usage : 5.36% (Crit Thresh : 50%, Alert Thresh : 90%)
#con t
Enter configuration commands, one per line. End with CNTL/Z.
(config)#no system-load-average
(config)#end
#show system-information cpu-load
System CPU-Load Information
===========================
Uptime : 64 Days 18 Hours 16 Minutes 34 Seconds
Load Average(1 min) : 0.63% (Crit Thresh : 40%, Alert Thresh : 50%)
Load Average(5 min) : 1.90% (Crit Thresh : N/A, Alert Thresh : 50%)
Load Average(15 min) : 3.11% (Crit Thresh : N/A, Alert Thresh : 50%)
Avg CPU Usage : 2.07%
CPU core 1 Usage : 1.83% (Crit Thresh : 50%, Alert Thresh : 90%)
CPU core 2 Usage : 0.00% (Crit Thresh : 50%, Alert Thresh : 90%)
CPU core 3 Usage : 6.36% (Crit Thresh : 50%, Alert Thresh : 90%)
CPU core 4 Usage : 0.93% (Crit Thresh : 50%, Alert Thresh : 90%)