Globus 2.2 Sysadmin's Guide
Install
Follow directions at Globus 2.2 Download Page.
Configuration
|
|
irix |
linux |
solaris |
| Data Management |
|
Client |
vendorcc32dbg |
gcc32dbg |
vendorcc32dbg |
|
SDK |
vendorcc32dbg vendorcc32dbgpthr vendorcc32 vendorcc32pthr |
gcc32dbgpthr gcc32dbg gcc32pthr gcc32
|
gcc32dbg
gcc32dbgpthr
gcc32
gcc32pthr
vendorcc32dbg
vendorcc32dbgpthr
vendorcc32
vendorcc32pthr |
|
Server |
vendorcc32dbg |
gcc32dbg |
vendorcc32dbg |
| Information Services |
|
Client |
vendorcc32dbgpthr |
gcc32dbgpthr |
vendorcc32dbgpthr |
|
SDK |
vendorcc32dbg vendorcc32dbgpthr vendorcc32 vendorcc32pthr |
gcc32dbgpthr gcc32dbg gcc32pthr gcc32
|
gcc32dbg
gcc32dbgpthr
gcc32
gcc32pthr
vendorcc32dbg
vendorcc32dbgpthr
vendorcc32
vendorcc32pthr |
|
Server |
vendorcc32dbgpthr |
gcc32dbgpthr |
vendorcc32dbgpthr |
| Resource Management |
|
Client |
vendorcc32dbg |
gcc32dbg |
vendorcc32dbg |
|
SDK |
vendorcc32dbg vendorcc32dbgpthr vendorcc32 vendorcc32pthr |
gcc32dbgpthr gcc32dbg gcc32pthr gcc32
|
gcc32dbg
gcc32dbgpthr
gcc32
gcc32pthr
vendorcc32dbg
vendorcc32dbgpthr
vendorcc32
vendorcc32pthr
|
|
Server |
vendorcc32dbg |
gcc32dbg |
vendorcc32dbg |
| gsincftp |
|
vendorcc32dbg |
gcc32dbg |
vendorcc32dbg |
Logs
linux install - 10-10-2002
solaris install - 10-10-2002
irix install - 10-10-2002
Deploy
irix
gromit deploy - 10-19-2002
bread deploy - 10-16-2002 (Be sure /bin/ld is in path -- /usr/local/gnu/bin/ld core dumps)
linux
Built from source on linbox1, then copied package to
/l/esysadm/build/linux/globus/2.2/deploy; on each machine, we then
copied that package, ran postinstall.
linbox1 deploy - 10-10-2002
linux deploy - 10-19-2002
solaris
Note: there is small bug in the globus_job_manager (see my bug report; fix will be in version 2.2.3). Temporary fix is to add
/* my hack to get around problem of printing null below which seg faults
* on solaris */
if ( request->job_reporting_file == NULL )
return GLOBUS_SUCCESS;
on line 32 of globus_gram_job_manager_reporting_file.c
Built from source on babel, then copied package to
/l/esysadm/build/solaris/globus/2.2/deploy.all; on each machine, we then
copied that package, ran postinstall.
babel deploy - 10-10-2002
solaris deploy - 10-20-2002
|