cancel
Showing results for 
Search instead for 
Did you mean: 

XOS Stack Individual Member Uptime

XOS Stack Individual Member Uptime

Tino
New Contributor III
how can I see the individual uptime of switches in a stack ? We have switches in a stack rebooting and when I telnet into each slot it still only shows the uptime of the system.
6 REPLIES 6

CThompsonEXOS
Extreme Employee

Hi,

you can telnet directly to the slot to get that information. Uptime for a stack will not change unless the stack completely goes down.  Example output below:

System UpTime:    10 days 15 hours 8 minutes 40 seconds

Slot:             Slot-1 *                     Slot-2
                  ------------------------     ------------------------
Current State:    MASTER                       BACKUP (In Sync)

Output after getting the output directly from Slot-2:

#relevant output is boot time:

Slot-1 EXOSTACK.2 # telnet slot 2

Entering character mode
Escape character is '^]'.


telnet session telnet0 on /dev/ptyb0


ExtremeXOS
Copyright (C) 1996-2020 Extreme Networks. All rights reserved.
This product is protected by one or more US patents listed at https://www.extremenetworks.com/company/legal/patents/ along with their foreign counterparts.
==============================================================================


You are connected to a Backup node.  Only a limited command set is supported.
You may use "telnet slot <slot_number>" to connect to the Master node to access
the full set of commands.

Press the <tab> or '?' key at any time for completions.
Remember to save your configuration changes.

There have been 42 successful logins since last reboot and 0 failed logins since last successful login
Last Successful Login was on: Tue Oct 11 08:01:27 2022



Slot-2 EXOSTACK.1 > show sw

SysName:          EXOSTACK
SysLocation:      PHL
SysContact:       GTAC
System MAC:       02:04:96:B9:6E:DA
System Type:      X465-48W (Stack)

SysHealth check:  Enabled (Normal)
Recovery Mode:    All
System Watchdog:  Enabled

Current Time:     Tue Oct 11 08:03:04 2022
Timezone:         [Auto DST Enabled] GMT Offset: -300 minutes, name is not set.
                  DST of 60 minutes is currently in effect, name is not set.
                  DST begins every second Sunday March at 2:00
                  DST ends every first Sunday November at 2:00

Boot Time:        Tue Oct 11 08:00:05 2022
Boot Count:       210
Next Reboot:      None scheduled
System UpTime:    10 days 15 hours 9 minutes 11 seconds

DonD
New Contributor

"show system" always shows the "System Uptime" of the hole stack, but the "Boot Time" (shown three lines above the uptime) is the individual boot time of the respective slot your are logged in to.  The uptime of the node you have to calculate by yourself, I think.

Tino
New Contributor III
Thank you Nikolay, that is much easier than going into each slot individually.

Just tried it and it worked for me.

Tino
New Contributor III
Yes thanks I saw that, but system uptime still shows the master uptime. You have to look at "Boot time" on the output of "show switch". You can see here the switch booted an hour ago but the uptime is still 9 days:

Boot Time: Fri Sep 7 12:46:42 2018
Boot Count: 15
Next Reboot: None scheduled
System UpTime: 9 days 20 hours 43 minutes 56 seconds

In the end you should really have a command that you can use from the master switch, even like show slot 1 should show you uptime in there instead of having to telnet into each slot. annoying.
GTM-P2G8KFN