From f2c853ea271d6e798eb5880324383450d29e9fbc Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Wed, 21 Jul 2021 13:46:54 -0600 Subject: [PATCH] lf_check.py : notes for rebooting the lanforge : seeing some dhcp exhaustion and high latency values for testbeds that have been running for a while that appear to clear up once the entire testbed is power cycled Signed-off-by: Chuck SmileyRekiere --- py-scripts/tools/lf_check.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/py-scripts/tools/lf_check.py b/py-scripts/tools/lf_check.py index 24faeb44..96cda1b1 100755 --- a/py-scripts/tools/lf_check.py +++ b/py-scripts/tools/lf_check.py @@ -37,6 +37,15 @@ GENERIC NOTES: B. for the kernel version uname -r (just verion ), uname -a build date C. for getting the radio firmware: ethtool -i wlan0 +# may need to build in a testbed reboot at the beginning of a day's testing... +# seeing some dhcp exhaustion and high latency values for testbeds that have been running +# for a while that appear to clear up once the entire testbed is power cycled + +# issue a shutdown command on the lanforge(s) +# ssh root@lanforgex reboot (need to verify) or do a shutdown +# send curl command to remote power switch to reboot testbed +# curl -s http://admin:lanforge@192.168.100.237/outlet?1=CCL -o /dev/null 2>&1 +# ''' import datetime import pprint