Page 1 of 1

Need information on Grid Environment in version 8

Posted: Fri Jun 26, 2009 3:04 am
by Sridhar Sivakoti
Hi,

I wanted to know what precautions we need to take care while developing the jobs in Grid environment.

Any information on how it differs Grid Environment and Normal Environment in development of jobs.

Regards
Sridhar

Posted: Fri Jun 26, 2009 5:26 am
by ray.wurlod
No particular precautions, though you do have to grid-enable your jobs (more environment variables) and include an extra Execute Command activity in job sequences.

Need information on Grid Environment in version 8

Posted: Sun Jun 28, 2009 8:54 pm
by Sridhar Sivakoti
Hi Ray,

Thanks for reply.

Any specific reason why do we need to use extra Execute Command activity in job sequences and more environment variables in Grid environment.

Thanks
Sridhar

Posted: Sun Jun 28, 2009 10:00 pm
by ray.wurlod
Basically the jobs and sequences have to be "grid enabled" so that they can use a dynamically-generated configuration file rather than the static one specified by the value of $APT_CONFIG_FILE.
There are a couple more minor reasons, but that's the main one.