Tripp Lite PDUMH30ATNET 2.9kW Single-Phase Switched Automatic Transfer Switch PDU, 2 120V L5-30P Inputs, 24 5-15/20R & 1 L5-30R Outputs, 2U, TAA

User’s Guide - Page 137

For PDUMH30ATNET.

PDF File Manual, 220 pages, Read Online | Download pdf file

PDUMH30ATNET photo
Loading ...
Loading ...
Loading ...
137
5. CLI Commands
The following command displays only the temperature and humidity records (enumerated 117 and 119, respectively) for
“Sensor Rack 2A”:
console> log (data) show report sensor “Sensor Rack 2A” columns 117,119
The following command displays only the last 3 days of Data Log records:
console> log (data)> show report last 3 day
The following command displays all Data Log records from May 1, 2020 9:00 AM to May 31, 2020, 5:00 PM:
console> log (data)> show report start-date 5/1/2020 start-time “9:00:00 AM” end-date
5/31/2020 end-time “5:00:00 PM”
The following command displays only Event Log records with a severity level of “critical”:
console> log (event)> show report severity critical
The following command displays only Event Log records - within record range #1000 through #6000 - pertaining to device
“SensorABC”, sorted by severity in descending order:
console> log (event)> show report device Sensor ABC from 1000 to 60000 sort severity
desc
The following command displays - within the last 600 records - records having description beginning with “on”, sorted by date
in ascending order:
console> log (event)> show report description on limit 600 sort date asc
show rollup report
Use the show rollup report command to view the Data Rollup Log. This command applies only to the Data Log.
Syntax
show rollup report [{columns {<metric-id1> | <metric-keyword1>}[,{<metric-id2> | <metric-keyword2>}...
{<metric-idN> | <metric-keywordN>}]] | device <device-name> | sensor <sensor-name>}]
device-name – Filters the log to display only records associated with the specified device.
metric-x – Filters the log to display only data columns specified via a comma-delimited list of enumerated metrics (see the
show log metrics command).
sensor-name – Filters the log to display only records associated with the specified sensor.
Examples
The following command displays only the Output Current and Output Power records (enumerated as 60 and 65, respectively)
in the Data Rollup Log:
console> log (data)> show rollup report columns 60,65
The following command displays only the metrics associated with “Sensor 123” in the Data Rollup Log:
console> log (data)> show rollup report sensor “Sensor 123”
Loading ...
Loading ...
Loading ...