Previous Topic: ism-copyPolicy Command--Copy a Policy (Funclet)

Next Topic: ism-deleteJobTemplate Command--Delete a Job Template (Funclet)


ism-createJobTemplate Command--Create a Job Template (Funclet)

The ism-createJobTemplate command creates a job template from an existing job. This command returns the template ID of the created job.

This command has the following format:

ism-createJobTemplate -name new_template_name 
-jobID existing_job_ID
-name new_template_name

Defines the name of the template.

-jobID job_ID existing_job_ID

Specifies the existing job UUID or friendly ID.

Example: Create a Job Template

The following example creates a job template, Job_template_08 from the existing job ID, J00004.

ism-createJobTemplate -name Job_template_08 -jobID J00004