- To see the list of all projects present in the server:
dsjob –lprojects
- To see the list of jobs in a particular project:
dsjob –ljobs project_name
- To see the list of all the stages used in your job for a particular project:
dsjobs –lstages project_name job_name
- To see the list of all the links used in your job for a particular project:
dsjobs –links project_name job_name
- To see the list of all the paramete used in your job for a particular project:
dsjobs –lparams project_name job_name
- To see a basic job information of a particular project:
dsjob -jobinfo project_name job_name
- To see a detailed leve report of job information of a particular project:
dsjob -report project job_name BASIC|DETAIL|XML
- To see the list of latest 5 fatal errors from the log of the job that was just run:
dsjob -logsum –type FATAL –max 5 project_name job_name