Switching

 View Only
last person joined: 3 days ago 

Ask questions and share experiences about EX and QFX portfolios and all switching solutions across your data center, campus, and branch locations.
  • 1.  EX4300-48P crontab persistance across reboots

    Posted 11-28-2022 13:22
    How do I make my crontab additions persist across  reboots.   Should I updating the crontab.sys file as well?

    ------------------------------
    James Ronald
    ------------------------------


  • 2.  RE: EX4300-48P crontab persistance across reboots

    Posted 11-28-2022 15:15
    Junos has a built in feature to execute scripts on a schedule called event automation.  You create either a time of day or time interval trigger and then  run the script when it occurs.

    event-options
    generate-event {
       testEvent time-of-day "10:42:00 +0000";
    }
    These can then run python or slax scripts.

    ------------------------------
    Steve Puluka BSEET - Juniper Ambassador
    IP Architect - DQE Communications Pittsburgh, PA (Metro Ethernet & ISP - Retired)
    http://puluka.com/home
    ------------------------------