Posted on January 23rd, 2008 by asvija
Let see how to install globus-2.4.3 middleware.
Prerequsites for installing globus
Prerequisite
Before starting the Installation of Globus Toolkit on different hosts following is the prerequisite:
• SUDO permission is required.
• Checking of the Operating System with kernel version.
#More /etc/redhat-releases
• Verification of the GPT version. It should be gpt3.0.1 for installing Globus Toolkit 2.4.3.
• […]
Popularity: 66% [?]
No Comments »
Filed under: Grid Middlewares, Grid Computing
Posted on December 12th, 2007 by santy
Before getting into this post on Globus command tips, have some look @ my earlier posts
Globus’s FAQ’s
Globus certificate Informations.
1. How to check globus authentication ?
[santy@squid ~]$ globusrun -a -r squid
GRAM Authentication test successful
where ‘squid‘ is the hostname of the machine, you like to run the job.
2. How to submit job to default job-manager using […]
Popularity: 26% [?]
No Comments »
Filed under: Grid Middlewares, Grid Computing, Linux Tips
Posted on December 12th, 2007 by santy
Following to my post on Globus FAQ, I like to give some tips on how to extract useful informations from globus certificates using openssl & globus command line tools.
Using Openssl :
1. How to extract serial no of my certificate ?
[santy@squid ~]$ openssl x509 -in .globus/usercert.pem -noout -serial
serial=C5
2. How […]
Popularity: 19% [?]
No Comments »
Filed under: Grid Middlewares, Grid Computing
Posted on December 9th, 2007 by santy
1. Error installing GTP bundle :
$build-gpt
Error: the following command failed : make 2 >&1
Solutions:
Unset the environment variable LANG & re-run the GTP build. Linux by default sets the LANG variable to en_US.UTF-8.Due to this some perl modules creates bad Makefile, so unset the LANG variable and rebuild the gpt.
e.g. $unset LANG
2. Error while loading […]
Popularity: 100% [?]
1 Comment »
Filed under: Grid Middlewares, Grid Computing
Posted on October 17th, 2007 by santy
Definition :
The Globus® Toolkit is an open source software toolkit used for building grids. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their […]
Popularity: 12% [?]
No Comments »
Filed under: Grid Middlewares