Am 17.01.2012 um 11:24 schrieb Gerard Henry: > On 01/17/12 11:03 AM, mahbube rustaee wrote: >> [root@xen ~]# qconf -sobjl queue prolog "*" >> shows queues with any setting on prolog attribute. >> >> qconf -sobjl queue prolog "/opt/prolog.sh" >> shows queues with prolog value set to e.g. /opt/prolog.sh >> >> if you'd like to show values of prolog attr on any queue , you could >> script like: >> qconf -sq <queue-name> | grep prolog >> or >> qconf -sq `qconf -sql` | grep prolog >> >> > > yes i understand, but sometimes the results are incomplete, for instance: > qconf -sq dev > ... > epilog /net/fury/donnees/solvqual/solvqual/script.sh $host \ > $job_owner $job_id $job_name $queue $job_pid > > and > [root@octopus ~]# qconf -sq dev | grep epilog > epilog /net/fury/donnees/solvqual/solvqual/script.sh $host \ > [root@octopus ~]# > > that's why i search for a command that gives the entire result
$ SGE_SINGLE_LINE=1 qconf -sq "*" -- Reuti _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
