Hi all, It looks like one solution comes from SGE itself (warning, many SGE terms to follow).
If you set a host as a Submission Host on the Master Host it can submit jobs with the -q option, e.g.: qsub -q [email protected] job.sh So, provided there's something that moves job data & files between two servers (like sharing home directories) I should just be able to mangle the default submission stanza in the GRAM5 SGE LRM Adaptor... I can do that can't I, it's not actually documented that I can :P Regards, Aaron Hicks > -----Original Message----- > From: Joseph Bester [mailto:[email protected]] > Sent: Saturday, 13 February 2010 5:02 a.m. > To: Aaron Hicks > Cc: gt-userlist > Subject: Re: [gt-user] GRAM5 SGE Adapter > > On Feb 11, 2010, at 7:26 PM, Aaron Hicks wrote: > > > Hi the list, > > > > Well GRAM5 has a SGE Adapter, but the only documentation for it is > here: > > > > > http://www.globus.org/toolkit/docs/5.0/5.0.0/execution/gram5/admin/#gra > m5-admin-lrmAdapters > > > > Which covers, how to install GRAM5 with the SGE adapter and how to > point it at the SGE log file. > > > > No other configuration is discussed. > > > > Is it at all possible to have the GRAM5 SGE Adapter direct jobs to a > remote machine running SGE? > > > > > > ...or is there some way of using qsub remotely I've missed/forgotten > about? > > > > FYI we're setting up a gateway server that will be exposed through a > firewall, but we will not be exposing the service node of the SGE > cluster, so we need to bridge between the two. Log files will be > returned to the GRAM5 gateway via read-only NFS shares. > > > > To work out of the box, the GRAM node will need to be able to run the > qsub, qstat, and qdel commands and have a shared home filesystem with > the SGE resource. > > It might be possible to write wrapper scripts with those names that > transfer files between the GRAM and SGE node and submit the job there, > but we don't currently provide that. We had something like that at one > time, but haven't used or tested it in several major versions. > > Joe Please consider the environment before printing this email Warning: This electronic message together with any attachments is confidential. If you receive it in error: (i) you must not read, use, disclose, copy or retain it; (ii) please contact the sender immediately by reply email and then delete the emails. The views expressed in this email may not be those of Landcare Research New Zealand Limited. http://www.landcareresearch.co.nz
