Purpose
The list_job_steps command displays all of the steps in a job plan. Use this information in a start command to control which steps to start.
If you specify the original job name for the list_job_steps command, the original job steps listed may be outdated. Specify the job execution name to view the exact job steps.
Syntax
Data Mover XML SchemasParameters
See Parameter Order.
- dir
- [Optional] Output directory for the list of job steps. A directory will be created if one does not already exist.
- dm.rest.endpoint
- [Optional] Enter a Data Mover REST server URL to overwrite the default value specified in the commandline.properties file in order to connect to a different REST server (and therefore a different daemon) at runtime.
- filename
- [Optional] Output file name for the list of job steps. If the file already exists, it will be overwritten.
- job_name
- Name of the job.
- security_password
- [Optional] Password for the super user or authorized Viewpoint user.
- security_password_encrypted
- [Optional] Encrypted password for the super user.
- security_username
- [Optional] User ID of the super user or authorized Viewpoint user. The user ID of the super user is dmcl_admin and cannot be changed.
XML File Example
For the list_job_steps command, type datamove list_job_steps -f parameters.xml.
In the following example, the parameters file writes job steps for 12333KZIHRT to /home/datamover/steps/12333KZIHRT_jobSteps.xml.
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <dmListJobSteps> <job_name>12333KZIHRT</job_name> <dir>/home/datamover/steps</dir> <filename>12333KZIHRT_jobSteps.xml</filename> </dmListJobSteps>