show_temp - checks the temperature on a node or collection of nodes
diag
show_temp [ --help ] [ --db <datasource> ] <--simple|--table> <{device|collection}...>
Check the temperature on a node or collection of nodes, by connecting to the console of the node and getting status from the RMC
Since the RMC is reporting the temperature, you need to access the "power" device, not a "node" device. For example: show_temp --simple power.n-1.t-0
All nodes in a collection are done in parallel. Collections named on the command line are done in sequence.
--db <datasource> Database type and connection information. For GDBM, "GDBM:" followed by the filename of the cluster database to use. For LDAP, the syntax is "LDAP:host:port:dbname"
--simple List device names and temperature pairs.
--table Generate tab delimited matrix. Parse names by rack and node.
--help Print manpage.
Paths and other defaults are recorded in CConf.pm.
status