Dell N3200-ON Open Networking Hardware Diagnostic Guide July 2022 - Page 32

Output, Test output, Fans are from 1 to Max System Fans.

Page 32 highlights

Set the fan(s) to the speed:= fantool --set --fan= --speed= (or) fantool -s -F -p Run short test := fantool --short-test (or) fantool -S Execute repeatedly command by count:= fantool --iteration=max/ [option1] [option2]... (or) fantool -I max/ [option1] [option2]... Read the Register from the fan controller:= fantool --read --fan= --reg= (or) fantool -r -F -R Write the Register in the Fan Controller:= fantool --write --fan= --reg= --val= (or) fantool -w -F -R -V Set the FPGA into normal mode:= fantool --reset-fpga-mode (or) fantool -Y -M Usage:= -h, --h Show the help text -i, --init Initilize to default -t, --test Test using the pre-programmed configuration or use supplied config -g, --get Get operation -s, --set Set operation -r, --read Read operation -w, --write Write operation -I, --iteration= Iteration command execution -F, --fan= Fan Id -R, --reg= Register -V, --val= Value to be set -p, --speed= Speed of the fan -S, --short-test Run the short test -Y, --reset-fpga-mode Set FPGA to normal mode *Fans are from 1 to Max System Fans. root@dellemc-diag-os:~# The fantool uses long options which requires two hyphens in front of the options. Options are required, optional, or none. If you require a parameter, specify it and include an equal sign. If a parameter is optional, enclose it with square brackets to show that it is optional, but do not type the brackets at the CLI. For example, --fan is optional and enter it as --fan=1 or --fan=all, and so forth. Parameters with angle brackets are required but have multiple options for the input. Do not type the angle brackets or the vertical line character in the CLI. Only use one option per command; for example, --fan=1 or --fan=all. ● test-Runs through the speeds for the fan, from highest to lowest, and checks that the fan can run at the speeds of the test. If a single fan is listed on the CLI, that fan is tested. If you use the all option, all fans are tested. The number in the parentheses during the test is the speed the system tries to reach during the test. If a fan cannot reach the desired speed within an acceptable range after 10 checks, the fan fails for that speed and the system moves on to the next fan. ● get-Gets the speed of the fan and returns it in the rate process module (RPM). ● set-Sets the speed of the fan in the RPM. NOTE: Commonly, fan speeds are in two registers and must be written in a specific order. The write command cannot change the fan speeds; use the set command. Output Test output root@dellemc-diag-os:~# fantool --test Fan Controller Test Setting speed for Fan 1 to 12000 Setting speed for Fan 2 to 12000 Setting speed for Fan 3 to 12000 Checking Fan Speeds Fan 1 Speed: 18814 (12000) 32 Dell DIAG-OS tools

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81

Set the fan(s) to the speed:=
fantool --set --fan=<fan | all> --speed=<speed in RPM>
(or)
fantool -s -F <fan | all> -p <speed in RPM>
Run short test :=
fantool --short-test
(or)
fantool -S
Execute repeatedly command by count:=
fantool --iteration=max/<count> [option1] [option2]...
(or)
fantool -I max/<count> [option1] [option2]...
Read the Register from the fan controller:=
fantool --read --fan=<fan | all> --reg=<register | all>
(or)
fantool -r -F <fan | all> -R <register | all>
Write the Register in the Fan Controller:=
fantool --write --fan=<fan | all> --reg=<register> --val=<value> (or)
fantool -w -F <fan | all> -R <register> -V <value>
Set the FPGA into normal mode:=
fantool --reset-fpga-mode
(or)
fantool -Y -M
Usage:=
-h, --h
Show the help text
-i, --init
Initilize to default
-t, --test
Test using the pre-programmed configuration or use supplied
config
-g, --get
Get operation
-s, --set
Set operation
-r, --read
Read operation
-w, --write
Write operation
-I, --iteration=
Iteration command execution
-F, --fan=
Fan Id
-R, --reg=
Register
-V, --val=
Value to be set
-p, --speed=
Speed of the fan
-S, --short-test
Run the short test
-Y, --reset-fpga-mode Set FPGA to normal mode
*Fans are from 1 to Max System Fans.
root@dellemc-diag-os:~#
The
fantool
uses long options which requires two hyphens in front of the options. Options are required, optional, or none.
If you require a parameter, specify it and include an equal sign. If a parameter is optional, enclose it with square brackets to
show that it is optional, but do not type the brackets at the CLI. For example,
--fan
is optional and enter it as
--fan=1
or
--fan=all
, and so forth. Parameters with angle brackets are required but have multiple options for the input. Do not
type the angle brackets or the vertical line character in the CLI. Only use one option per command; for example,
--fan=1
or
--fan=all
.
test
—Runs through the speeds for the fan, from highest to lowest, and checks that the fan can run at the speeds of the
test. If a single fan is listed on the CLI, that fan is tested. If you use the
all
option, all fans are tested. The number in the
parentheses during the test is the speed the system tries to reach during the test. If a fan cannot reach the desired speed
within an acceptable range after 10 checks, the fan fails for that speed and the system moves on to the next fan.
get
—Gets the speed of the fan and returns it in the rate process module (RPM).
set
—Sets the speed of the fan in the RPM.
NOTE:
Commonly, fan speeds are in two registers and must be written in a specific order. The
write
command cannot
change the fan speeds; use the
set
command.
Output
Test output
root@dellemc-diag-os:~# fantool --test
Fan Controller Test
.......................................
Setting speed for Fan 1 to 12000
Setting speed for Fan 2 to 12000
Setting speed for Fan 3 to 12000
Checking Fan Speeds
Fan 1 Speed: 18814 (12000)
32
Dell DIAG-OS tools