ADSM-L

Re: Problems starting client scheduler on AIX

1998-12-16 09:31:23
Subject: Re: Problems starting client scheduler on AIX
From: Richard Sims <rbs AT BU DOT EDU>
Date: Wed, 16 Dec 1998 09:31:23 -0500
>nohup dsmc sched 2>/dev/null &

Martijn - You redirected Stderr, but not Stdout.  In Bsh you may
          want to try:
nohup dsmc sched >/dev/null 2>&1  &

    Richard Sims, BU
<Prev in Thread] Current Thread [Next in Thread>