Re: Running a process in the background

From: Shawn Bierman (BiermanS_at_METHODISTHEALTH.ORG)
Date: 05/27/03

  • Next message: Shawn Bierman: "Re: bad 'find' job in cron"
    Date:         Tue, 27 May 2003 10:55:21 -0500
    To: aix-l@Princeton.EDU
    
    

    For TSM i use something like:

    #at now /usr/tivoli/tsm/server/bin/rc.adsmserv >/dev/console 2>&1

    >>> Alan Vidmar <Alan.Vidmar@COLORADO.EDU> 5/27/03 10:43:16 AM >>>
    Hi All,

    I need to run a process in the background, but my normal trick of
    setting to /dev/null will not work with this app.

    Here is what I would normally do:

    #nohup DSpool CDS > /dev/null 2>&1 &

    Unfortunately the app fails when doing this. Any ideas on other
    ways to get an app to run in the background?

    Thanks,
    Alan

    "I don't have time to be impatient."
    Alan R. Vidmar Assistant Director of IT
    Office of Financial Aid University of Colorado
    Alan.Vidmar@Colorado.EDU (303)492-3598
    *** This message printed with 100% recycled electrons ***


  • Next message: Shawn Bierman: "Re: bad 'find' job in cron"