Symantec logo

Sample configurations

Configuration 1

Process  usr_lib_sendmail (

    PathName = "/usr/lib/sendmail"

    Arguments = "bd q1h"

    )

Configuration 2

include "types.cf"

cluster ProcessCluster (

.

.

.

group ProcessGroup (

    SystemList = { sysa, sysb }

    AutoStartList = { sysa }

    )

    Process Process1 (

        PathName = "/usr/local/bin/myprog"

        Arguments = "arg1 arg2"

        )

    Process Process2 (

    PathName = "/bin/csh"

    Arguments = "/tmp/funscript/myscript"

    )

    // resource dependency tree

    //

    //    group ProcessGroup

    //    {

    //    Process Process1

    //    Process Process2

    //    }