NAME | SYNOPSIS | DESCRIPTION | OPTIONS | EXAMPLES | SEE ALSO
When used without options, the fan command displays the speed and power status of the fans. When used with the -s or -p option, it changes their speed or power status. You can use -l and -t with -p off to specify which fans are to be turned off. fan -p on turns on all fans.
Each Sun Enterprise 10000 system has four fan shelves, two in the front of the cabinet and two in the rear. Each shelf contains four fan trays, for a total of 16 fan trays. Each fan tray can contain two fans (numbered 0 and 1), for a maximum of 32 fans per system.
The fan trays are organized as follows:
Shelf 0 at rear-center of the cabinet
Shelf 1 at rear-bottom of the cabinet
Shelf 2 at front-center of the cabinet
Shelf 3 at front-bottom of the cabinet
Every fan tray has an opposite counterpart on a different shelf, but on the same side; one tray sucks air into the cabinet, the other blows it out. For example, Tray 3 of Shelf 0 is opposite Tray 7 of Shelf 1, and Tray 9 of Shelf 2 is opposite Tray 13 of Shelf 3.
The following options are supported:
Turn on power to all fans.
Turn off power to all fans. See also -l and -t, which you can use with -p off to turn off specific fans. In case of conflict, the fans specified by -l take precedence over those specified by -t. See the examples, below.
Turn off power to only the specified front or rear fan shelf and, if applicable, to the fan trays specified by -t. Use this option only with power -p off.
Turn off power to only the specified fan trays and, if applicable, the shelf specified by -l. FanTrayList is a space-separated list of fan tray numbers expressed as integers, 0 to 15 inclusive. Use this option only with power -p off.
Set the speed of all fans to either nominal or fast, as specified. All fans in the system run at the same speed. Once you change the fan speed, it remains in effect until changed again via the fan -s command. The default speed is nominal.
The following command sets the speed of all fans to fast.
fan -s fast |
The following command turns off all fans on the two front fan shelves. The command specifies both a fan shelf (-l) and a list of fan trays (-t), and the former takes precedence.
fan -p off -l front -t 0 1 2 |
NAME | SYNOPSIS | DESCRIPTION | OPTIONS | EXAMPLES | SEE ALSO