1SCSI_TEMPERATURE(8) SG3_UTILS SCSI_TEMPERATURE(8)
2
3
4
6 scsi_temperature - fetch the temperature of a SCSI device
7
9 scsi_temperature [--help] [--verbose] DEVICE [DEVICE]*
10
12 This bash shell script calls the sg_logs utility on each given DEVICE
13 in order to find the device's temperature. The Temperature log page is
14 checked first and if it is not available then the Informational Excep‐
15 tions log page is checked.
16
18 Arguments to long options are mandatory for short options as well.
19
20 -h, --help
21 print out the usage message then exit.
22
23 -v, --verbose
24 increase level or verbosity.
25
27 The exit status of this script is 0 when it is successful. Otherwise
28 the exit status is that of the last sg_logs utility called. See the
29 sg3_utils(8) man page.
30
32 Written by D. Gilbert
33
35 Copyright © 2011-2013 Douglas Gilbert
36 This software is distributed under a FreeBSD license. There is NO war‐
37 ranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR‐
38 POSE.
39
41 sg_logs (sg3_utils)
42
43
44
45sg3_utils-1.36 May 2011 SCSI_TEMPERATURE(8)