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.
Log into the console.
The prompt exinda-appliance > is displayed.
To enter configuration mode, type enable then configure terminal.
The prompt exinda-appliance (config) # is displayed.
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
|
|