On Thu, Apr 12, 2012 at 5:31 PM, Skip Coombe <[email protected]> wrote: > Do you want to add a default queue instance for this host (y/n) [y] >> y > > denied: host group "@allhosts" does not exist > denied: cluster queue "all.q" does not exist > ==== > ... > ... > Added "@allhosts" hostname and cluster name "all.q" using qmon, but has no > effect.
What's the definition of your "@allhosts" & "all.q"?? Hint: use qconf -shgrp "@allhosts" & qconf -sq all.q to show the settings. Note that Grid Engine runs jobs in the queue instance (rather than just in all.q), and all.q can exists but without any queue instances as its member. Thus if you don't have hosts setup & job slots defined, then you will get that warning message. (ie. pay attendion to hostlist & slots.) Rayson > > Skip > > -- > Skip Coombe > [email protected] > > > > > > _______________________________________________ > users mailing list > [email protected] > https://gridengine.org/mailman/listinfo/users > _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
