Use the WSGrid utility to restart jobs that are in the restartable state by using the job ID of the restartable job via the properties file.
For example, if PostingSample:0001 ended in a restartable state, you can restart it by using the restart.props file, which contains restart-job=postingSample:0001.
>wsgrid.sh cntl.props restart.prop
The job specified in restart-prop will be restarted.
Specify a file name using the third argument, as shown in the following:
>wsgrid.sh cntl.props job.props restart.prop
If a job ends in a restartable state, a file named restart.prop is created and the job ID is written as shown in the previous example.