#667 Issue closed: recovery stalls when using TSM

Labels: enhancement, fixed / solved / done

gloserg opened issue at 2015-10-09 06:02:

Hi,

I have encountered an issue where the above-mentioned happens. I have traced the problem to "dsmc q fi" not exiting automatically when the number of lines in the output is greater than 20. To workaround/fix it, i added the "-scrollprompt=no" parameter in the verify script "40_verify_tsm.sh":

LC_ALL=${LANG_RECOVER} dsmc query filespace -date=2 -time=1 | grep -A 10000 'File' >$TMP_DIR/tsm_filespaces

to:

LC_ALL=${LANG_RECOVER} dsmc query filespace -date=2 -time=1 -scrollprompt=no | grep -A 10000 'File' >$TMP_DIR/tsm_filespaces

I then rebuilt the rpm.

I'm using rear-1.17.2-1 on SLES 11 SP3.

kind regards.


[Export of Github issue for rear/rear.]