Schedule a Pre-population Job in the CLI

Scheduling a pre-population job can be done from the Exinda Web UI or through the CLICommnad line interface. 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. On your browser, open the Exinda Web UI (https://Exinda_IPInternet protocol_address).
  2. Key-in the User and Password.
  3. Click Login.
  1. Click Configuration > 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"

EXAMPLE

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

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