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 <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-07-21 13:46:54 -06:00
parent 2828bd077b
commit f2c853ea27

View File

@@ -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