Setup Guide

Output
root@dellemc-diag-os:~# smbiostool --biosversion
x.xx.x.x-x
root@dellemc-diag-os:~#
root@dellemc-diag-os:~# smbiostool --biosflashdetect
Warning: BIOS region SMM protection is enabled!
Warning: Setting Bios Control at 0xdc from 0xaa to 0x89 failed.
New value is 0xaa.
Warning: SPI Configuration Lockdown activated.
FREG2: Warning: Management Engine region (0x00001000-0x01595fff) is locked.
Not all flash regions are freely accessible by flashrom. This is most likely
due to an active ME. Please see http://flashrom.org/ME for details.
PR0: Warning: 0x01860000-0x01e6efff is read-only.
PR1: Warning: 0x01e70000-0x01ffffff is read-only.
Found Macronix flash chip "MX25L25635F" (32768 kB, Programmer-specific) at physical address
0x0.
root@dellemc-diag-os:~#
storagetool
The storagetool tests mounted storage media.
The tool searches for any device in /dev/hd*, sda, sdb, or sdc and tests using them. The tests are file-copy tests to the device in the
mounted file system. The files are written, compared and removed, leaving the file system as it was before the test. You can run more
tests using the bonnie++ tool and the tool reads SMART data from the device using the smart option.
Tests
The standard test creates a directory on the file system, opens a file for write, copies the file, compares the files, and reports errors.
The test repeats 10 times. After the test completes successfully, storagetool removes all the test files.
CLI options
root@dellemc-diag-os:~# storagetool
DellEmc Diag - Storage Tool
version 2.0, x.xx.x.x-x
build, 2019/07/03,
Syntax: storagetool <option>
Show the help-text:=
storagetool --h (or)
storagetool -h
Mount usb device when inserted (mandatory):=
storagetool --mountusb [--dev=<device>] (or)
storagetool -m [-D <device>]
Unmount usb device before removed (mandatory):=
storagetool --unmountusb [--dev=<device>] (or)
storagetool -u [-D <device>]
List devices:=
storagetool --list (or)
storagetool -l
Test devices(empty for all):=
storagetool --test [--dev=<device>] (or)
storagetool -t [-D <device>
Test devices(empty for all) with bootorder:=
storagetool --test [--bootorder] (or)
storagetool -t [-b]
Get the smart status for a device
storagetool --smart --dev=<device> (or)
storagetool -S -D <device>
Get the emmc parameters for a device
storagetool --mmc --dev=<device> (or)
storagetool -M -D <device>
Execute repeatedly command by count:=
70
Dell EMC DIAG-OS tools