Specifications

Table Of Contents
psutool
The psutool determines which PSUs are in the system, checks the Power Good setting, and reads the eld replaceable unit (FRU)
information. It does not look at the PSU fans and airow direction of the fans.
Tests
The psutool looks for the presence of the PSU and if the PSU is present, it checks the Power Good setting in the CPLD. It does not read
directly from the PSU but reads the CPLD information instead. If the PSU is present and it does not receive a Power Good signal, it does
not know if the power plug is not installed or if the PSU is not operating correctly, so it displays a failure.
CLI options
DellEmc Diag - Power Supply Tool
version 1.4, x.xx.x.x-x
build, 2017/05/23,
Syntax: psutool <option>
Show the Help-text:=
psutool --h (or)
psutool -h
Test using the default config file:=
psutool --test [--supply=<power_supply>] (or)
psutool -t [-S <power_supply>]
Read the register on the Power Supply:=
psutool --read --supply=<power_supply> --reg=<register> (or)
psutool -r -S <power_supply> -r <register>
Write the value into the Power Supply Register:=
psutool --write --supply=<power_supply> --reg=<register> --val=<value> (or)
psutool -w <power_supply> -R <register> -V <value>
Verify PSU by reading SMF registers:=
psutool --lpc (or)
psutool -q
Execute repeatedly command by count:=
psutool --iteration=max/<count> [option1] [option2]... (or)
psutool -I max/<count> [option1] [option2]...
Usage:=
-h, --h Show the help text
-t, --test Test using the pre-programmed configuration or use supplied config
-S, --supply= Power supply
-r, --read Read operation
-w, --write Write operation
-R, --register= Register
-V, --value= Value to be set
-I, --iteration= Iteration command execution
-q, --lpc Verify PSU by reading SMF registers.
This option must be used along with test flag
test option
root@dell-diag-os:~# psutool --test --lpc
Power Supply Test all
Getting details of Power Supply 1 using LPC interface
Power Supply 1 is Present
Power Supply 1 Input Type AC
Power Supply 1 Input Voltage(VIN) : 203.250000 V
Power Supply 1 Output Voltage(VOUT) : 12.210000 V
72
Dell EMC DiagOS tools