Administrator Guide
Table Of Contents
- Open Networking Hardware Diagnostic Guide April 2016
- About this Guide
- Installation Instructions for ONIE and the Dell OS
- ONIE Overview
- Dell DIAG OS
- Dell DiagOS Tools
- Technical Support

Each device is listed on its own line for that bus in comma separated format:
Name
mux bus
mux level 1 setting in the format of address:value
mux level 2 setting in the format of address:value
device address
Register we can read from
byte count
For example:
I2C devices found on bus #0: 0
I2C devices found on bus #1: 4
Clock GEN ,/dev/i2c-1, - ,0x69,0x00,1
DDR3 VREF Tuning ,/dev/i2c-1, - ,0x2e,0x00,1
SPD0 ,/dev/i2c-1, - ,0x50,0x00,1
SPD1 ,/dev/i2c-1, - ,0x52,0x00,1
I2C devices found on bus #2: 31
CPU Board I2C Mux ,/dev/i2c-2, - ,0x70,0x00,1
CPU Board EEPROM1 ,/dev/i2c-2,0x70:0x0:0x8,0x50,0x00,1
CPU Board EEPROM2 ,/dev/i2c-2,0x70:0x0:0x8,0x51,0x00,1
CPU Board EEPROM3 ,/dev/i2c-2,0x70:0x0:0x8,0x52,0x00,1
CPU Board EEPROM4 ,/dev/i2c-2,0x70:0x0:0x8,0x53,0x00,1
CPU Board EEPROM5 ,/dev/i2c-2,0x70:0x0:0x8,0x54,0x00,1
CPU Board EEPROM6 ,/dev/i2c-2,0x70:0x0:0x8,0x55,0x00,1
CPU Board EEPROM7 ,/dev/i2c-2,0x70:0x0:0x8,0x56,0x00,1
CPU Board EEPROM8 ,/dev/i2c-2,0x70:0x0:0x8,0x57,0x00,1
CPU Board TMP SENS ,/dev/i2c-2,0x70:0x0:0x9:0x74:0x1:0xb:0x73:0x0:0x0:0x72:0x0:0x0,0x48,0x00,1
PSU1 ,/dev/i2c-2,0x70:0x0:0x9:0x74:0x1:0xb:0x73:0x0:0x0:0x72:0x1:0x1,0x58,0x00,1
PSU2 ,/dev/i2c-2,0x70:0x0:0x9:0x74:0x1:0xb:0x73:0x0:0x0:0x72:0x2:0x2,0x58,0x00,1
FAN1 EEPROM ,/dev/i2c-2,0x70:0x0:0x9:0x74:0x1:0xb:0x73:0x0:0x0:0x72:0x4:0x4,0x50,0x00,1
FAN2 EEPROM ,/dev/i2c-2,0x70:0x0:0x9:0x74:0x1:0xb:0x73:0x0:0x0:0x72:0x8:0x8,0x50,0x00,1
FAN3 EEPROM ,/dev/i2c-2,0x70:0x0:0x9:0x74:0x1:0xb:0x73:0x0:0x0:0x72:0x10:0x10,0x50,0x00,1
FAN4 EEPROM ,/dev/i2c-2,0x70:0x0:0x9:0x74:0x1:0xb:0x73:0x0:0x0:0x72:0x20:0x20,0x50,0x00,1
Front Panel GE TMP ,/dev/i2c-2,0x70:0x0:0x9:0x74:0x1:0xb:0x73:0x0:0x0:0x72:0x40:0x40,0x4a,0x00,1
3.2.9 Ledtool
ledtool
The ledtool allows you to control the state of the front and back panel light emitting diodes (LEDs). ASIC and Phys control
the port LEDs and are beyond the scope of this tool.
You can manually control the front and back panel LEDs normally controlled through the CPLD or FPGA access. When set, bits
in these registers control the state of the LED.
Tests
Use the ledtool --test command to test the LEDs.
root@dell-diag-os:/opt/ngos/bin# ./ledtool --test
LED Test Started... Will take few mins to complete.
LED Tool: Overall test results --------------------- >>> Passed
CLI Options
root@dell-diag-os:~# ledtool
Dell Diag - Led Tool
version 1.0, 1.10
build, 2016/01/04,
Syntax: ledtool <option>
--h := show this help
--list := list leds
Dell DiagOS Tools 44