.\" Copyright 2020 IBM Corp. .\" s390-tools is free software; you can redistribute it and/or modify .\" it under the terms of the MIT license. See LICENSE for details. .\" .TH LSSTP 8 "Jul 2020" "s390-tools" "Linux Administrator's Manual" .SH NAME .B "lsstp " \- Show STP configuration information .SH SYNOPSIS .BI "lsstp " .SH DESCRIPTION .B lsstp displays information about the current Server Time Protocol (STP) configuration like coordinated time network (CTN) ID, timing state and leap seconds. .SH OUTPUT .TP .B STP online Indication of the online state .TP .B CTN ID The ID of the coordinated time network. If it can be decoded as EBCDIC it is shown as an EBCDIC string, otherwise a hexadecimal representation is shown. .TP .B CTN Type The type of timing network. .IP .B No CTN STP is not configured for attachment to a CTN. .IP .B STP-only STP is configured and attached to a CTN with only STP nodes. .IP .B Mixed STP is configured and attached to a CTN with both STP and external time reference (ETR) nodes. .TP .B Stratum The number of servers in the timing path between the local STP clock and the selected primary time server. .TP .B Timing mode .IP .B Local The Time-of-day (TOD) clock is stepped by the local hardware oscillator and is not steered by the STP facility. .IP .B ETR The TOD clock is synchronized with an attached 9037 Sysplex Timer. .IP .B STP The TOD clock is steered by the STP facility to maintain synchronization with a Coordinated Server Time (CST). .IP .B Uninitialized The TOD clock is not initialized. The STP facility is allowed to perform a step adjustment to the TOD clock for synchronization. .TP .B Timing state The synchronization state of the STP facility. Can be unsynchronized, synchronized or stopped. .TP .B DST offset The daylight savings time offset relative to UTC in minutes. .TP .B Timezone offset The offset of the local time relative to UTC in minutes. .TP .B Time offset The total time offset at the server. This field is only valid in mixed CTN configurations. .TP .B Active leap seconds The number of leap seconds that are currently in effect at the STP facility. .TP .B Leap second at If a leap second insertion or deletion is scheduled in the STP facility, this field shows the day and time of the scheduled change. .SH OPTIONS .TP .BI "-v|--version" Print version number. .TP .BI "-h|--help" Print usage text. .SH AUTHORS Sven Schnelle