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.
- On your browser, open the Exinda Web UI (
https://Exinda_IPInternet protocol_address
). - Key-in the User and Password.
- Click Login.
- Click Configuration > System > Tools and click Console.
- Log into the console. The prompt
exinda-appliance >
is displayed. - To enter configuration mode, type
enable
thenconfigure terminal
. The promptexinda-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"
EXAMPLE
exinda-appliance (config) # job 100 command 1 “acceleration prepopulate Documentation start”
exinda-appliance (config) # job 100 schedule daily time 00:30:00