Forum Discussion
crosson_16669
Aug 13, 2013Nimbostratus
Basic Crontab setup
I can't seem to get my bigip to run a simple cron. Below is the script run
config_sync_script.py
!/usr/bin/python
import os
failover_status = os.popen("b failover show").read().split()[1]
sync_...
JRahm
Aug 13, 2013Admin
You might go with tmsh show sys failover instead of b failover show to future proof that script, b commands are gone in 11.x. Also in 11.x, the second command is tmsh show cm sync-status.
For now, could you try something like:
18 9 * * * root /usr/bin/python /config/config_sync_script.py 1>/var/tmp/configsync.log 2>&1
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects