Changes between Version 22 and Version 23 of CORNET/HowToUseCORNET

Show
Ignore:
Timestamp:
10/20/15 11:01:07 (9 years ago)
Author:
maroje
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CORNET/HowToUseCORNET

    v22 v23  
    177177 
    178178=== Time Synchronization === 
    179 CORNET uses a dedicated NTP server to provide time synchronization between the nodes, but it is not enabled by default.  To enable time synchronization, log into the node(s) and run the following command: 
     179All nodes are time synchronized with NTP. , but it is not enabled by default. 
    180180 
    181 {{{ 
    182 # sudo ntpdate 192.168.1.103 
    183 }}}   
    184  
    185 It may take up to a minute for the nodes to synchronize, depending on network congestion.  To test if the nodes are synchronized, view the output of the following command - it should give a value within a second or two on each node (the difference should only be the amount of time between executing the command on each node): 
    186  
    187 {{{ 
    188 # date +%s 
    189 }}}  
    190181 
    191182=== Node Software ===