104
TimeProvider 2300/2700 User’s Guide
098-00564-000 Revision A3 – July, 2013
Chapter 3
TimeProvider 2300/2700 CLI Command Set
show log
This command displays the specified log file from the local storage.
When showing the log content, the Index parameter selects one of the seven
rotated log files. The Head parameter, along with the count value, displays the
specified number of events from the beginning of the file. The Tail parameter, along
with the count value, displays the specified number of events from the end of the
file. If the Index is not specified or set to zero, the current log file is displayed. If
neither Head nor Tail parameter is issued, the 20 most recent entries are displayed.
The log files are:
Alarm-Event Log
Command Log
Security Log
Command Syntax:
show log {alarm-event | command | security}
[<index-value>][{head|tail} <number-of-lines>]
Example 1:
To display the first 5 entries of the alarm-event log (5 lines from the head of current
log):
TP2700> show log alarm-event head 5
Response 1:
2012-11-30 00:00:10 TIMEPROVIDER alarmid: 028,000,MINOR,
GNSS receiver not tracking satellite
2012-11-30 00:00:34 TIMEPROVIDER alarmid: 009,000,MAJOR,
GNSS input poor quality
2012-11-30 00:01:06 TIMEPROVIDER alarmid: 027,000,MINOR,
GNSS receiver communications failed
2012-11-30 00:01:08 TIMEPROVIDER alarmid: 034,000,MINOR,
Management port link down
2012-11-30 00:01:09 TIMEPROVIDER alarmid: 011,000,MAJOR*,
GPS antenna current out of range (6mA)
*-- escalated alarm level
Example 2: