Sponsored Content
Full Discussion: Globus Toolkit 4
Top Forums UNIX for Advanced & Expert Users Globus Toolkit 4 Post 302168242 by registeryin on Sunday 17th of February 2008 06:46:57 PM
Old 02-17-2008
bash and tcsh are two different shells

Quote:
Originally Posted by Curtor
Hello again
I managed to solve the last problem.
My newest problem is when I try to run the following:
Code:
[grid_9@GRID9 etc]$ source /usr/local/globus-4.0.1/etc/globus-user-env.csh 
bash: /usr/local/globus-4.0.1/etc/globus-user-env.csh: line 132: syntax error: unexpected end of file

This file came with the installation. What exactly does this mean? Did I do something wrong here?
bash and tcsh are two different shells.
try this: source /usr/local/globus-4.0.1/etc/globus-user-env.sh
 

7 More Discussions You Might Find Interesting

1. Linux

globus toolkit installation error

i got this error while installing gt4 on fedora core 3. please help root@localhost gt4.0.6-x86_fc_3-installer]# make | tee installer.log cd gpt && OBJECT_MODE=32 ./build_gpt Can't locate Localize.pm in @INC (@INC contains: ./tools /usr/lib/perl5/5.8.5/i386-linux-thread-multi... (0 Replies)
Discussion started by: tushru2004
0 Replies

2. UNIX for Advanced & Expert Users

Globus toolkit WS Gram Build Problem

Dear Sir/Madam We are trying to configure Grid in our computer lab. We have already installed all the required software for configuring the grid. At present we are configuring it for 3 nodes. We are using Fedora 8 OS. We are using Sun Grid Engine (SGE) and Globus Tool Kit for configuring the... (0 Replies)
Discussion started by: garudawar
0 Replies

3. Linux

compatiblité fedora 11 and globus toolkit 4.0.1

hello i search if fedora 11 is compatible with Globus Toolkit 4.0.1.thank's (2 Replies)
Discussion started by: spam255
2 Replies

4. Programming

Openmotif toolkit!

I'm using ubuntu 9.10 as OS and i installed a toolkit of widgets: openmotif. The packages are: libmotif3, libx11-dev, libxp-dev, libxt-dev, x-dev. How can I compile a program including the MOTIF toolkit? I tried: gcc <my_file.c> -L /usr/lib/ It doesn't work I don't know very much the... (6 Replies)
Discussion started by: mghis
6 Replies

5. Ubuntu

Globus 5.0.0 installation error in ubuntu 9.1

I am installing globus toolkit 5 on ubuntu, i am getting error regarding openssl build. Unable to build Openssl. I am giving the whole installer.log file below. globus@naveen-laptop:~/gt4.0.6-all-source-installer$ make | tee istaller.log /usr/local/globus//sbin/gpt-build ... (0 Replies)
Discussion started by: naveencse
0 Replies

6. Ubuntu

Installation problem in globus toolkit 4.0.8

I am installing globus toolkit 4.0.8 on ububtu 9.1. When i build gt4.0.8-all-source.... executing, make | tee installer.log , as mentioned in quick start provided by globus, i got error saying, Following packages are missing, pgm_link-globus_ftp_client-ANY-dev version 5.2 is incompatible with... (0 Replies)
Discussion started by: naveencse
0 Replies

7. Ubuntu

Installation problem in globus toolkit 5.0.1

I have installed globus toolkit 5.0.1 on ubuntu 9. All the packages mentioned in quick start guide, like security, gridftp, gram, myproxy. But i don't know how to start web services in globus 5.0.1. There is no help provided in quick start for this. I need WSRF for making grid data mining... (0 Replies)
Discussion started by: naveencse
0 Replies
GRID-CA-SIGN(1) 						  Globus Commands						   GRID-CA-SIGN(1)

NAME
grid-ca-sign - Sign a certificate with a SimpleCA for use on a grid SYNOPSIS
grid-ca-sign [-help] [-h] [-usage] [-version] [-versions] grid-ca-sign -in REQUEST -out CERTIFICATE [-force] [-dir DIRECTORY] [-openssl-help] [OPENSSL-OPTIONS] DESCRIPTION
The grid-ca-sign program signs a certificate based on a request file with a CA certificate created by grid-ca-create. The new certificate is written to a file. If the CA has already signed a certificate with the same subject name as contained in the certificate request, it will refuse to sign the new request unless the -force option is provided on the command-line. If run as a privileged user, grid-ca-sign uses the CA certificate and configuration located in ${localstatedir}/lib/globus/simple_ca to sign the certificate. For a non-privileged user, grid-ca-sign uses the CA certificate and configuration located in $HOME/.globus/simpleCA. The grid-ca-sign program an use a different CA configuration and certificate by using the -dir option. The full set of command-line options to grid-ca-sign follows. In addition to these, unknown options will be passed to the openssl command when creating the self-signed certificate. -help, -h, -usage Display the command-line options to grid-ca-sign and exit. -version, -versions Display the version number of the grid-ca-sign command. The second form includes details about the package containing grid-ca-sign. -in REQUEST Sign the request contained in the REQUEST file. -out CERTIFICATE Write the signed request to the CERTIFICATE file. -force Revoke any previously issued certificate with the same subject name as in the certificate request and issue a new certificate. Otherwise, grid-ca-sign will refuse to sign the request. -dir DIRECTORY Sign the certificate using the Simple CA certificate and configuration located in DIRECTORY instead of the default. -openssl-help Print the command-line options available for the openssl ca command. EXAMPLES
Sign a certificate request using the simple CA in $HOME/SimpleCA % grid-ca-sign -in usercert_request.pem -out usercert.pem -dir $HOME/SimpleCA To sign the request please enter the password for the CA key: The new signed certificate is at: /home/juser/.globus/simpleCA/newcerts/01.pem ENVIRONMENT VARIABLES
The following environment variables affect the execution of grid-ca-sign: GLOBUS_LOCATION Non-standard installation path of the Globus toolkit. SEE ALSO
grid-cert-request(1), grid-ca-create(1), grid-default-ca(1), grid-ca-package(1) AUTHOR
University of Chicago Globus Toolkit 5.2.0 07/22/2011 GRID-CA-SIGN(1)
All times are GMT -4. The time now is 03:46 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy