Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
# Only run router_check.sh if net_check.sh succeeds to avoid power cycling modem if the problem is with t
he ethernet connection
5,35 * * * * net_check.sh eth0 192.168.0 192.168.0.1 && router_check.sh 8 www.eol.ucar.edu www.google.com
# Every 4 hours, run router_check.sh by itself, in case the router needs
# power cycling to get the ethernet working
10 */4 * * * router_check.sh 8 www.eol.ucar.edu www.google.com

Rsync transfers , with compression enabled, from the Titan to FLAB are running at about 61 KB/sec. This was a transfer libnidas.so with compression enabled, of binary files (shareable libraries):

Code Block
sent 294 bytes  received 5998216 bytes  61523.18 bytes/sec
total size is 16029060  speedup is 2.67

...