CLI Guide

inlettemphistory
Table 63. Details of inlettemphistory
Description
Displays the average and the peak temperatures during the last hour, day, week, month, or year. Also Exports the
inlet temperature history data file. The file can be exported to a remote file share, local file system, or the
management station.
NOTE: For FM120x4 systems, this subcommand provides the historical data for system board
temperature.
Synopsis
racadm inlettemphistory export –f <filename> –t <type> [–u <username of the
network share>] [–p <password for the remote share>] [-i <network share
location>]
racadm inlettemphistory get
This command does not support setting the proxy parameters if the share location (-l) is HTTP/HTTPS. To perform
the operation with HTTP or HTTPS through a proxy, the proxy parameters must be first configured using the
lifecyclecontroller.lcattributes. Once these proxy parameters are configured, they become the part of default
configuration; the proxy attributes should be cleared to end use of the HTTP/HTTPS proxy.
The valid lifecyclecontroller.lcattributes HTTP/HTTPS proxy parameters are:
UserProxyUserName
UserProxyPassword
UserProxyServer
UserProxyPort
UserProxyType
To view the list of proxy attributes, use racadm get lifecycleController.lcAttributes.
Input
-f — Exports inlet temperature history filename. The maximum length of this parameter is 64 characters.
NOTE: If a file with the specified filename exists, then the older file is replaced with the new
history file.
-u — User name of the remote share to export the file. Specify user name in a domain as domain or username.
-p — Password for the remote share to where the file must be exported.
-l — Network share location to where the inlet temperature history must be exported. The maximum length of
this parameter is 256 characters.
NOTE: The supported network locations are CIFS, NFS, HTTP, and HTTPS.
-t — Specifies the exported file type. Valid values are xml and csv. These values are case-insensitive.
NOTE: From firmware RACADM, only export to a remote share is supported. The behavior of remote
share is not defined when the path specified (-l) contains special characters.
Example
Export the log to a remote CIFS share.
racadm inlettemphistory export -f Mylog.xml -u admin -p xxx -l //1.2.3.4/
share -t xml
Export the log to a remote HTTP share.
racadm inlettemphistory export -f Mylog.xml -u httpuser -p httppwd\n -l
http://test.com -t xml
Export the log to a remote HTTPS share.
racadm inlettemphistory export -f Mylog.xml -u httpsuser -p httpspwd\n -l
https://test.com -t xml
Export the log to local file system using Local RACADM.
racadm inlettemphistory export -f Mylog.xml -t xml
86 RACADM Subcommand Details