[gold-users] Can Gold direct Maui to hold jobs?
Scott Jackson
scottmo at adaptivecomputing.com
Thu May 19 11:18:43 MDT 2011
The older integration chapter used to show the following for integrating with Maui:
<example>
<title>Configuring Maui to use Gold</title>
<para>
Add an appropriate AMCFG line into maui.cfg to tell Maui how to talk to Gold
</para>
<para>
<userinput><prompt>$ </prompt>
vi /usr/local/maui/maui.cfg
</userinput>
</para>
<screen>
AMCFG[bank] TYPE=GOLD HOST=control_node1 PORT=7112 SOCKETPROTOCOL=HTTP WIREPROTOCOL=XML CHARGEPOLICY=DEBITALLWC JOBFAILUREACTION=NONE TIMEOUT=15
</screen>
<para>
Add a CLIENTCFG line into maui-private.cfg to specify the shared secret key. This secret key will be the same secret key specified in the "make auth_key" step.
</para>
<para>
<userinput><prompt>$ </prompt>
vi /usr/local/maui/maui-private.cfg
</userinput>
</para>
<screen>
CLIENTCFG[AM:bank] CSKEY=sss CSALGO=HMAC
</screen>
<para>
So, it looks like AMCFG[bank] JOBFAILUREACTION=HOLD should work.
Scott
----- Original Message -----
> From: "Joey Jones" <joey at HPC.MsState.Edu>
> To: gold-users at supercluster.org
> Sent: Thursday, May 19, 2011 9:14:08 AM
> Subject: [gold-users] Can Gold direct Maui to hold jobs?
> Greetings,
>
> We're running maui 3.3 and gold 2.2.0.1. We've been playing around
> with
> gold for some time, but just can't get it to work quite the way we
> want.
>
> Is it possible with maui/gold to get maui to hold jobs that do not
> have a
> valid Account string, or enough credits ? I've not found a direct
> answer
> from the documentation.
>
> I've tried FALLBACKACCOUNT and BANKFALLBACKACCOUNT to no avail.
>
> Maui seems to be starting jobs no matter what the balance of an
> account
> is, or even if an Account string is provided.
>
> I appreciate any insight that you all may have.
>
> ____________________________________________
> Joey B. Jones
> HPC2 Systems And Network Administration
> Mississippi State University
> _______________________________________________
> gold-users mailing list
> gold-users at supercluster.org
> http://www.supercluster.org/mailman/listinfo/gold-users
More information about the gold-users
mailing list