Specifications

Table Of Contents
Conguration le format
Find the standard conguration les in the /etc/dn/diag directory. The conguration les are default_eda_script.cfg and
default_eda_extended_script.cfg that hold the scripts for normal and extended tests, respectively.
The conguration le format has a single command on a single line. The edatool does not use the complex shell script constructs in the
conguration le.
root@dell-diag-os:/etc/dn/diag# cat default_eda_script.cfg
cputool --version
fantool --version
gpiotool --version
i2ctool --version
ledtool --version
lpctool --version
memtool --version
nputool --version
nvramtool --version
opticstool --version
pcitool --version
pltool --version
psutool --version
rtctool --version
smbiostool --version
storagetool --version
temptool --version
pcitool --test
i2ctool --test
temptool --test
psutool --test --lpc
fantool --test --lpc
temptool --test --lpc
pltool --test
opticstool --show
memtool --test
rtctool --test
storagetool --list
eepromtool --eeprom=CPUEEPROM1 --test
nputool -i -t 0
root@dell-diag-os:/etc/dn/diag#
root@dell-diag-os:/etc/dn/diag# cat default_eda_extended_script.cfg
ledtool --test
fantool --test --lpc
root@dell-diag-os:/etc/dn/diag#
Do not modify the default scripts as they are used as tests for the general health status of the switch. Instead, you can write your own
scripts and use them through edatool using the --config= and --extended-config= parameters, as shown.
root@dell-diag-os:/etc/dn/diag# edatool --config=/etc/dn/diag/eda.test
The extended tests are only run if the EDA Extended Tests bit is set in the NVRAM using the
nvramtool
EDA Control Bits : offset 0x55 = 0x1
5:4 EDA Verbose Level = 0
3 EDA Extended Tests = 0
2 EDA Verbose Mode = 0
1 EDA Stop on Error = 0
0 EDA Enable = 1
92
Dell EMC DiagOS tools