LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-27-2007, 04:30 AM   #1
kyodo
LQ Newbie
 
Registered: Sep 2007
Posts: 5

Rep: Reputation: 0
How to install Globus Toolkit 4


I've installed Globus Toolkit 4 in the step:
2.3. Setting up security on your first machine
in QuickStart Documentation
and have the following error:

Help me, please!
Thank you!

[root@dhcppc0 gt4.0.5-x86_rhas_4-installer]# export GLOBUS_LOCATION=/usr/local/globus-4.0.5
[root@dhcppc0 gt4.0.5-x86_rhas_4-installer]# source $GLOBUS_LOCATION/etc/globus-user-env.sh
[root@dhcppc0 gt4.0.5-x86_rhas_4-installer]# $GLOBUS_LOCATION/setup/globus/setup-simple-ca

WARNING: GPT_LOCATION not set, assuming:
GPT_LOCATION=/usr/local/globus-4.0.5



C e r t i f i c a t e A u t h o r i t y S e t u p

This script will setup a Certificate Authority for signing Globus
users certificates. It will also generate a simple CA package
that can be distributed to the users of the CA.

The CA information about the certificates it distributes will
be kept in:

/root/.globus/simpleCA/

The unique subject name for this CA is:

cn=Globus Simple CA, ou=simpleCA-dhcppc0, ou=GlobusTest, o=Grid

Do you want to keep this as the CA subject (y/n) [y]:y

Enter the email of the CA (this is the email where certificate
requests will be sent to be signed by the CA):root@dhcppc0

The CA certificate has an expiration date. Keep in mind that
once the CA certificate has expired, all the certificates
signed by that CA become invalid. A CA should regenerate
the CA certificate and start re-issuing ca-setup packages
before the actual CA certificate expires. This can be done
by re-running this setup script. Enter the number of DAYS
the CA certificate should last before it expires.
[default: 5 years (1825 days)]:RETURN

Error number 127 was returned by
/usr/local/globus-4.0.5/bin/openssl
 
Old 09-30-2007, 03:53 AM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Two ways I think:
- Check if you already have OpenSSL installed. Generate certificate manually using the script provided (somewhere in /usr/share/openssl*) and move to where the application expects it.
- If you have OpenSSL installed locally, what happens if you edit the script and change "/usr/local/globus-4.0.5/bin/openssl" for the binary (with path prefixed) of your locally installed version of OpenSSL?

If that doesn't work you could get more details by running 'setup-simple-ca' as 'sh -x setup-simple-ca', save exact errors to a file and post it to their mailing list.
 
Old 10-05-2007, 08:36 PM   #3
kyodo
LQ Newbie
 
Registered: Sep 2007
Posts: 5

Original Poster
Rep: Reputation: 0
I checked OpenSSL and I've passed setup-simple-ca. Thank unSpawn!
I went to the step:
2.6. Configuring RFT

root@choate:~# vim /var/lib/postgres/postmaster.conf
root@choate:~# grep POSTMASTER /var/lib/postgres/postmaster.conf
POSTMASTER_OPTIONS="-i"
root@choate:~# vim /var/lib/postgres/data/pg_hba.conf
root@choate:~# grep rftDatabase /etc/postgresql/pg_hba.conf
host rftDatabase "globus" "192.168.1.37" 255.255.255.255 md5
root@choate:~# /etc/init.d/postgresql restart
Stopping PostgreSQL database server: [FAIL]
Initializing PostgreSQL database server: [FAIL}
Starting PostgreSQL database server: [FAIL]
root@choate:~# su postgres -c "createuser -P globus"
Enter password for new user: *****
Enter it again: *****
Shall the new role be allowed to create databases? (y/n) y
Shall the new role be allowed to create more new users? (y/n) n
Cannot create new role.

*Note: RedHat Enterprise Linux 5.
Please help me!
 
Old 10-17-2007, 12:59 PM   #4
kyodo
LQ Newbie
 
Registered: Sep 2007
Posts: 5

Original Poster
Rep: Reputation: 0
Have problem:

running /usr/local/globus-4.0.5//setup/globus/setup-globus-rls-server..[ Changing to /usr/local/globus-4.0.5/setup/globus ]
WARNING: More than one globus_database_sqliteodbc package found. You may need to adjust the driver settings in /usr/local/globus-4.0.5//var/odbc.ini
.creating SXXrls
creating globus-rls-server.conf
creating rls-ldif.conf
creating odbc.ini
/usr/local/globus-4.0.5//bin/sqlite3: error while loading shared libraries: libsqlite3_gcc32pthr.so.0: cannot open shared object file: No such file or directory
/usr/local/globus-4.0.5//bin/sqlite3: error while loading shared libraries: libsqlite3_gcc32pthr.so.0: cannot open shared object file: No such file or directory
Done
..Done
running /usr/local/globus-4.0.5//setup/globus/setup-globus-scheduler-provider-fork..[ Changing to /usr/local/globus-4.0.5/setup/globus ]

Please help me!
 
Old 11-23-2007, 02:05 AM   #5
nachiappantce
LQ Newbie
 
Registered: Nov 2007
Posts: 2

Rep: Reputation: 0
doubt regarding globus

hi

i am using fedora 5 and installing globus 4.0.5
i am getting the same error which u got

C e r t i f i c a t e A u t h o r i t y S e t u p
This script will setup a Certificate Authority for signing Globus
users certificates. It will also generate a simple CA package
that can be distributed to the users of the CA.
The CA information about the certificates it distributes will
be kept in:

/root/.globus/simpleCA/

The unique subject name for this CA is:

cn=Globus Simple CA, ou=simpleCA-dhcppc0, ou=GlobusTest, o=Grid

Do you want to keep this as the CA subject (y/n) [y]:y

Enter the email of the CA (this is the email where certificate
requests will be sent to be signed by the CA):root@dhcppc0

The CA certificate has an expiration date. Keep in mind that
once the CA certificate has expired, all the certificates
signed by that CA become invalid. A CA should regenerate
the CA certificate and start re-issuing ca-setup packages
before the actual CA certificate expires. This can be done
by re-running this setup script. Enter the number of DAYS
the CA certificate should last before it expires.
[default: 5 years (1825 days)]:RETURN

Error number 127 was returned by
/usr/local/globus-4.0.5/bin/openssl

how did u overcome this error ?? plz help me

Last edited by nachiappantce; 11-23-2007 at 03:16 AM.
 
Old 11-23-2007, 05:23 AM   #6
syberguyy
LQ Newbie
 
Registered: Oct 2007
Posts: 7

Rep: Reputation: 0
I think the problem is with openssl installed by globus. try cpoying the default openssl installed by linux distribution into $GLOBUS_LOCATION/bin & run the CA setup again....let me this works or not.
 
Old 11-24-2007, 01:26 AM   #7
nachiappantce
LQ Newbie
 
Registered: Nov 2007
Posts: 2

Rep: Reputation: 0
it worked

hi syberguyy

i copied openssl from /usr/bin and placed in GLOBUS_LOCATION/bin
and it worked ..

i have one more doubt
from root can v run the command $GLOBUS_LOCATION/setup/globus/setup-simple-ca
or only from globus should v do it ??

Last edited by nachiappantce; 11-24-2007 at 01:28 AM.
 
Old 11-25-2007, 07:46 AM   #8
syberguyy
LQ Newbie
 
Registered: Oct 2007
Posts: 7

Rep: Reputation: 0
fine....

Both are possible....

If you want to generate & issue certificates as 'root' user, then you can go ahead & run the setup-ca as root user....or If you think you need seperate login for CA, then better you run the command as 'globus' user...

Which ever user you may choose, after running setup-ca ..followed by post-install, check for .globus folder in that user's home directory.....

e.g /home/globus/.globus/simpleCA
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Univa Ships Beta Release of Enterprise Globus Software LXer Syndicated Linux News 0 12-19-2005 09:46 PM
Discussion Forums and mailing lists for Globus Toolkit satimis Linux - General 0 07-06-2004 09:33 AM
RPG Toolkit dtheorem Linux - Software 0 10-26-2003 11:31 PM
what toolkit? adme Linux - Software 3 01-30-2003 08:29 AM
How do I install FDF Toolkit for Unix ? Wagner Linux - Software 0 11-18-2002 09:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:46 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration