How To Guides > Edge Cache Pre-Population > Schedule a Pre-Population Job Through the CLI

Schedule a Pre-population Job in the CLI

Scheduling a pre-population job can be done from the Exinda Web UI or through the CLI. The following example schedules a pre-population request daily at 12:30AM for the “Documentation” job configured in an earlier section of this guide.

  1. Click System > Tools and click Console.
  2. Log into the console.

    The prompt exinda-appliance > is displayed.

  3. To enter configuration mode, type enable then configure terminal.

    The prompt exinda-appliance (config) # is displayed.

  4. To schedule the pre-population job type the following commands:

    exinda-appliance (config) # job <job_number> command <command_number> "acceleration prepopulate <prepopulation_name> start"

    For example:

    exinda-appliance (config) # job 100 command 1 “acceleration prepopulate Documentation start”

    exinda-appliance (config) # job 100 schedule daily time 00:30:00