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

bonnie++
bonnie++ is a test suite for storage devices that runs more comprehensive tests than the standard file system tests using the
storagetool. You can run bonnie++ outside of the storagetool, but for logging purposes, Dell Networking recommends
using
bonnie++ within storagetool.
usage: bonnie++ [-d scratch-dir] [-s size(Mb)[:chunk-size(b)]]
[-n number-to-stat[:max-size[:min-size][:num-directories]]]
[-m machine-name]
[-r ram-size-in-Mb]
[-x number-of-tests] [-u uid-to-use:gid-to-use] [-g gid-to-use]
[-q] [-f] [-b] [-p processes | -y]
Version: 1.03
We run bonnie++ in the system using the parameters
./bonnie++ -u root:0 -s 400 -n 32 -r 200 -d /tmp
temptool
The temptool reads from the temperature devices and reports back the temperatures.
The temperature sensors on the board are commonly connected through i2c busses. The configuration files specify the type
of the device, the sensor name, the instance in that device, its location on the board, and the thresholds for reporting low,
normal, and critical temperatures. To gather the information from the devices and report the values, the temptool uses the
i2ctool.
Tests
The tool retrieves the data from the devices and validates that the temperatures are within the acceptable range.
CLI Options
NOTE: Prior to using any commands, you must set the MUX settings to select the bus segments the temperature sensors
are on.
Dell Diag - Temperature Tool
version 2.0
admin, 2014-10-01, bamboo-build-num
Syntax: ./temptool <option>
--h := show this help
--test --config=<config_file> := test the pre-programmed configuration
--show --config=<config_file> := show current temp device values for
• test — Tests the sensors to make sure they are within the acceptable range.
• show — Shows the current temperature values.
Output
test Output
root@dell-diag-os:/opt/ngos/bin# ./temptool --test --lpc
Testing Temp sensor devices:
No. of sensors in the system :6
Temperature Sensor 1 temperature value is 34.7 C and temperature is normal
Dell DiagOS Tools 81