When you run simulations on Datarmor, all the simulation files will normally be stored in isis-tmp in your home directory (see Datarmor configuration).
$ qstat
$ qstat –f JobID
For example:
$ qstat –f 1234567[].service0
If a simulation fails, then the log will be found in the file simulation-sim…-output.txt. To read this file:
$ cat simulation-sim…-output.txt
If certain simulations (for example simulations 5 to 10) within a plan need to be re-run, they can be submitted directly:
$ qsub –J 5-10 simulation-sim…-script.seq
If the simulation has completed correctly but the results have not been returned, the simulation file, simulation-sim…-result.zip, can be recovered by copying it to the transfer server.
$ cp *-result.zip /home/navidad/partages/echange/Fred
For an overview of Unix (Linux) commands see https://www.tutorialspoint.com/unix/unix-useful-commands.htm