ONTAP Discussions

Different Uptime/ Node Shell vs Cluster Shell

bogdan
3,089 Views

Hello,

 

Why there are a discrepancy when i check the uptime for a specific node ?

 

For ex:

 

system node show -uptime >10   20 days

‌‌

‌‌system node run -node nodename -command uptime  520days

 

Thank you

2 REPLIES 2

mlroberts99
2,909 Views

Hi!

 

Sorry for the late reply on this, after browsing through the Netapp SAN documentation, I discovered that the command 'system node run -node [node name] uptime' displays how long the FC protocol has been running

 

Hope this helps!

 

Matt

Ashun
243 Views

hi

 

system node show * -fields uptime Displays the time since the last reboot or failover of a system or cluster node
run-node nodename -command uptime Displays the uptime of the operating system of a specified node, that is, the time that the operating system has been running since the last reboot

Public