On Tue, Jan 17, 2012 at 1:54 PM, Gerard Henry <[email protected]>wrote:

> 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 ~]#qconf -sq dev | grep -A 2 epilog
>
> that's why i search for a command that gives the entire result
>
>
>
_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to