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 December 4th, 2007 by scooby
An article on web service session maintenance, user needs to have basic knowledge about webservice & netbeans. Please do refer “Web Service” category for my earlier postings.
[…]
Popularity: 79% [?]
No Comments »
Filed under: Web Services, Grid Computing