ADSM-L

Re: [ADSM-L] tsm linux clients and scheduler

2012-07-05 13:46:41
Subject: Re: [ADSM-L] tsm linux clients and scheduler
From: Richard Sims <rbs AT BU DOT EDU>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Thu, 5 Jul 2012 13:28:00 -0400
When backgrounding a Unix command process, get into the habit of redirecting 
all standard I/O: stdin, stdout, and stderr.  Thus, in bsh, you would do like:
   dsmc schedule > /dev/null 2>&1 < /dev/null
(Redirect Stdout to some file if you want to inspect miscellaneous process 
messages.)
That will help avoid some anomalous behavior.

     Richard Sims