NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

Different Uptime/ Node Shell vs Cluster Shell

bogdan
4,791 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
4,611 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
1,945 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