Manages the internal table entries that define configuration tasks.
SYNOPSIS
job { [ ‑add | ‑delete | ‑list | ‑modify] | [ ‑usage | ‑help ] }
DESCRIPTION
When a configuration task (called a
job) runs, it creates one of the following objects depending on the properties of the job:
A job can run one time or repeatedly.
SUBCOMMANDS
- ‑add
- Creates a job.
- ‑delete
- Removes one or more jobs.
- ‑list
- Displays information for any job or for all jobs.
- ‑modify
- Changes the properties of a job.
GLOBAL OPTIONS
- ‑help
Displays command usage and additional help about the command.
- ‑usage
Returns a summary of the subcommands that are available for this command.
EXAMPLE
- Task
Add a new job using a point-in-time snapshot of a LUN.
- Parameters
The name of the job: job_1
The date and time when the job is to run: 2014-08-01
The name of the Clone LUN: clone_1
The (FQN) of the source volume to use when cloning: /lun_1
$ fscli job ‑add ‑name job_1 ‑oneTime 2014‑08‑01 ‑addCloneLun ‑cloneName clone_1 ‑source /lun_1