CLI Guide

Table 69. Details of inlettemphistory (continued)
-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.
NOTE: This command supports both IPV4 and IPV6 formats. IPV6 is applicable for CIFS and NFS type
remote shares.
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 a remote NFS share.
racadm inlettemphistory export -f Mylog.csv -l 1.2.3.4:/home/user -t csv
Export the log to a remote FTP share.
racadm inlettemphistory export -f Mylog.csv -u ftpuser -p ftppwd -l
ftp://test.com/share -t csv
Export the log to a remote TFTP share.
racadm inlettemphistory export -f Mylog.csv -l tftp://test.com/share -t
csv
Export the log to local file system using Local RACADM.
racadm inlettemphistory export -f Mylog.xml -t xml
Export the log to management station using Remote RACADM.
racadm -r 1.2.3.4 -u user -p xxx inlettemphistory export -f Mylog.csv -
t csv
View the inlet temperature history.
racadm inlettemphistory get
Duration Above Warning Threshold as Percentage = 0.0%
Duration Above Critical Threshold as Percentage = 0.0%
Average Temperatures
Last Hour = 23C ( 73.4F )
Last Day = 24C ( 75.2F )
Last Week = 24C ( 77.0F )
Last Month = 25C ( 77.0F )
Last Year = 23C ( 73.4F )
Peak Temperatures
Last Hour = 23C ( 73.4F ) [At Wed, 21 May 2017 11:00:57]
Last Day = 25C ( 77.0F ) [At Tue, 21 May 2017 15:37:23]
Last Week = 27C ( 80.6F ) [At Fri, 20 May 2017 10:38:20]
RACADM Subcommand Details
93