ADSM-L

PRESCHEDULE command fails on AIX, RC=256

1996-08-18 19:04:16
Subject: PRESCHEDULE command fails on AIX, RC=256
From: Alan Hamilton <alanh AT PRIMENET DOT COM>
Date: Sun, 18 Aug 1996 16:04:16 -0700
        I'm running ADSM under AIX 4.1.4 for both the server and clients.  When 
I
try to run a script before a scheduled operation, it fails with a return
code of 256.  The script does not run.  If I give a commadn directly, it
works okay.  That is,

 preschedule "echo Starting >> /tmp/sched"

 works, but

 preschedule "/usr/lpp/adsm/bin/preschedule"

    with preschedule being a file with 666 permission and containing

 #!/bin/csh
 echo Starting >> /tmp/sched

fails.  What is a RC=256?
<Prev in Thread] Current Thread [Next in Thread>