Installing the Globus Toolkit on both Suse 10.1 and 10.2 machines, I encountered one major difference. Using the latest stable release, 4.0.3 source code version, installation for 10.2 went without trouble. However, installing for the 10.1 distribution gave me a bug during the make and was fixed using an update from the GTK advisories. The problem originated from a buggy gcc that 10.1 doesn't address. From the advisories page simply download globus_js-0.5 which corresponds to the fix for bug 4315.
Globus Toolkit
Globus 4.0.3 installations on Suse 10.1 and 10.2
Submitted by rcbevis on Wed, 01/24/2007 - 21:39. Globus ToolkitCerts needed to install MyProxy G4
Submitted by jgemmill on Fri, 02/03/2006 - 16:57. documentation | CA | collabgrant | grid | myvocs | Globus Toolkit | Grid Computing | GSI-OpenSSH | MyProxyNeed a server cert that has no password. Commands are:
(1) change directory into the grid-security directory: cd /etc/grid-security
(2) Generate the server key (with password): openssl genrsa -des3 -out server.key 1024
(3) Generate certificate *without a password*: openssl rsa -in server.key -out server.pem
(4) Create CSR (Certificate Signing Request) to affirm that the server key is valid. The server.pem is used in place of server.key as we don’t require a password:
openssl req -new -key server.pem -out server.csr
The information you are about to be asked to enter information will be incorporated into your certificate request as the Distinguished Name or a DN of the signed cert. [ If you enter ‘.’, the field will be left blank ]
space in RSL argument
Submitted by Anonymous on Tue, 07/13/2004 - 07:18. wishlist | condor | Globus ToolkitHi
Does someone know how to render the following rsl valid also for the jobmanager-condor?
&
(executable=/bin/sh)
(arguments= -c "sleep 100;date +%s" )
Hi've noticed that with this rsl the jobmanager-pbs ( either jobmanager-fork) works fine but
the jobmanager-condor seems to fail during arguments parsing
globusrun -w -s -r grid0003/jobmanager-condor '&(executable=/bin/sh)(arguments=-c "sleep 1;date +%s")'
sleep: too few arguments
Try `sleep --help' for more information.
while
globusrun -w -s -r grid0003/jobmanager-pbs '&(executable=/bin/sh)(arguments=-c "sleep 1;date +%s")'
space in RSL argument
Submitted by Anonymous on Mon, 07/12/2004 - 14:44. wishlist | condor | Globus ToolkitHi
Does someone know how to render the following rsl valid also for the jobmanager-condor?
&
(executable=/bin/sh)
(arguments= -c "sleep 100;date +%s" )
Hi've noticed that with this rsl the jobmanager-pbs ( either jobmanager-fork) works fine but
the jobmanager-condor seems to fail during arguments parsing
globusrun -w -s -r grid0003/jobmanager-condor '&(executable=/bin/sh)(arguments=-c "sleep 1;date +%s")'
sleep: too few arguments
Try `sleep --help' for more information.
while
globusrun -w -s -r grid0003/jobmanager-pbs '&(executable=/bin/sh)(arguments=-c "sleep 1;date +%s")'
space in RSL argument
Submitted by Anonymous on Mon, 07/12/2004 - 14:02. wishlist | condor | Globus ToolkitHi
Does someone know how to render the following rsl valid also for the jobmanager-condor?
&
(executable=/bin/sh)
(arguments= -c "sleep 100;date +%s" )
Hi've noticed that with this rsl the jobmanager-pbs ( either jobmanager-fork) works fine but
the jobmanager-condor seems to fail during arguments parsing
globusrun -w -s -r grid0003/jobmanager-condor '&(executable=/bin/sh)(arguments=-c "sleep 1;date +%s")'
sleep: too few arguments
Try `sleep --help' for more information.
while
globusrun -w -s -r grid0003/jobmanager-pbs '&(executable=/bin/sh)(arguments=-c "sleep 1;date +%s")'
Setup and Configuration of Globus Client
Submitted by jlwlynn on Wed, 07/07/2004 - 13:51. documentation | grid | Globus ToolkitThe following instructions will setup the Globus Client on any Linux Box. The examples in the instructions use a ficticious machine 10.0.0.33 named grid.lab.ac.uab.edu
GIIS and GRIS
Submitted by pravenj on Fri, 06/18/2004 - 03:46. grid | Globus ToolkitGIIS is running on Medusa for a long time.
The files to edit to set it up:
grid_info_resource_register.conf
grid_info_policy.conf
grid_info_resource_ldif.conf
MyProxy-Server configuration done in myproxy-server.config file in the
Starting Myproxy-server for a single connection:
myproxy-server -d
condor use with globus
Submitted by pravenj on Tue, 06/08/2004 - 21:03. grid | Globus ToolkitI have configured globus on Nori to directly submit jobs to the condor pool. This basically means that the gram job manager in Globus is now replaced with the condor job manager. So any jobs submitted to Globus on Nori should go directly to the condor pool. I am testing out the configuration.
Globus Toolkit 2.4 running on proc1
Submitted by silbia on Mon, 05/17/2004 - 20:16. news | grid | Globus Toolkit__Globus Toolkit 2.4 SDK__ and __Client__ bundles have been installed on proc1 and located in /opt/globus-2.4. Commands like grid-proxy init and globusrun seem to be running fine. The globus hello world program runs fine too.
I had also previously installed GPT in proc1 at /opt/gpt. While building I encountered an error which was solved when I unset the environment variable LANG.

