Installation problem in globus toolkit 5.0.1


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu Installation problem in globus toolkit 5.0.1
# 1  
Old 07-04-2010
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 application using WEKA4WS, which need web services. Please help me.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. 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

2. 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

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. 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

5. UNIX for Advanced & Expert Users

Globus Toolkit 4

Hello! I'm trying to install the Globus Toolkit 4 on a Fedora 8 system. The instructions I'm using to do so can be found here: Chapter 1. 4.0.x quickstart I'm at the Certificate Authorities point where I am supposed to sign the certificate though, and I'm having a bit of trouble that... (2 Replies)
Discussion started by: Curtor
2 Replies

6. 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

7. Shell Programming and Scripting

Installation problem

Hi , I have installed a s/w for work tracking (work tracking fecilitator) in linix OS. all my other perl programs are working fine. i have completed the backend part of it but unable to use this application . Please guide me regarding this . I have downloaded the source from... (4 Replies)
Discussion started by: alma
4 Replies
Login or Register to Ask a Question
GLOBUS-FORK-STARTE(8)					       University of Chicago					     GLOBUS-FORK-STARTE(8)

NAME
globus-fork-starter - Start and monitor a fork job SYNOPSIS
globus-fork-starter DESCRIPTION
The globus-fork-starter program is executes jobs specified on its standard input stream, recording the job state changes to a file defined in the $GLOBUS_LOCATION/etc/globus-fork.conf configuration file. It runs until its standard input stream is closed and all jobs it is managing have terminated. The log generated by this program can be used by the SEG to provide job state changes and exit codes to the GRAM service. The globus-fork-starter program is typically started by the fork GRAM module. The globus-fork-starter program expects its input to be a series of task definitions, separated by the newline character, each representing a separate job. Each task definition contains a number of fields, separated by the colon character. The first field is always the literal string 100 indicating the message format, the second field is a unique job tag that will be distinguish the reply from this program when multiple jobs are submitted. The rest of fields contain attribute bindings. The supported attributes are: directory Working directory of the job environment Comma-separated list of strings defining environment variables. The form of these strings is var=value count Number of processes to start executable Full path to the executable to run arguments Comma-separated list of command-line arguments for the job stdin Full path to a file containing the input of the job stdout Full path to a file to write the output of the job to stderr Full path to a file to write the error stream of the job Within each field, the following characters may be escaped by preceding them with the backslash character: o backslash () o semicolor (;) o comma (,) o equal (=) Additionally, newline can be represented within a field by using the escape sequence . For each job the globus-fork-starter processes, it replies by writing a single line to standard output. The replies again consist of a number of fields separated by the semicolon character. For a successful job start, the first field of the reply is the literal 101, the second field is the tag from the input, and the third field is a comma-separated list of SEG job identifiers which consist the concatenation of a UUID and a process id. The globus-fork-starter program will write state changes to the SEG log using these job identifiers. For a failure, the first field of the reply is the literal 102, the second field is the tag from the input, the third field is the integer representation of a GRAM erorr code, and the fourth field is an string explaining the error. ENVIRONMENT
If the following variables affect the execution of globus-fork-starter GLOBUS_LOCATION Path to Globus Toolkit installation. This is used to locate the globus-fork.conf configuration file. FILES
$GLOBUS_LOCATION/etc/globus-fork.conf Path to fork SEG configuration file. University of Chicago 12/01/2009 GLOBUS-FORK-STARTE(8)