IGE release 2.1 includes a host of new packages and components. This guide provides the necessary information to the users to find out what packages they should install on their systems to get the functionality they need. The guide is separated into two sections. The first section covers the supported RPM flavour (RedHat, SL, Fedora) distributions and the second one covers the DEB ones (Debian).
The core components of the IGE2.1 release are:
- Globus default security
- Globus gridftp*
- Globus GRAM5*
- Globus RLS*
- MyProxy*
- GSI-openssh*
- LCAS/LCMAPS (RPM only)
- Gridway (RPM only)*
- GridSAM (RPM only)*
- GSI-SSHTerm (new) (RPM only)
- SAGA (new) (RPM only)
The components marked with ‘*’ offer services and provide server and client packages separately.
For
each of the components one can use the provided metapackages, which
will install the complete component including client and server.
1. RPM
Client Components:
Component |
Package Name |
Commands in Package |
Notes |
Globus default security
|
globus-proxy-utils |
grid-proxy-init
grid-proxy-info
grid-proxy-destroy
grid-cert-diagnostics |
Metapackage: ige-meta-globus-default-security |
SimpleCA |
globus-simple-ca |
grid-ca-create
grid-ca-package
grid-ca-sign |
|
Globus gridftp |
globus-gass-copy-progs |
globus-url-copy |
|
GSI-OpenSSH |
gsi-openssh-clients
gsi-openssh |
gsissh
gsiscp
gsisftp
gsissh-keygen |
|
Globus GRAM5
|
globus-gram-client-tools |
globusrun
globus-job-run
globus-job-status
globus-job-submit
globus-job-cancel
globus-job-clean
globus-job-get-output
globus-job-get-output-helper |
|
MyProxy |
myproxy |
myproxy-init
myproxy-destroy
myproxy-info
myproxy-login
myproxy-retrieve
myproxy-store
myproxy-get-delegation
myproxy-get-trustroots
myproxy-change-pass-phrase |
|
RLS |
globusrls-client-progs |
globus-rls-cli |
|
LCAS/LCMAPS adaptors for GT
|
|
|
|
GridWay
|
|
|
|
GridSAM
|
|
|
|
GSI-SSHTerm
|
gsisshterm
|
/usr/bin/sshterm.sh
|
Metapackage: ige-meta-gsisshterm
|
SAGA
|
ige-meta-saga
|
|
SAGA
is an external component. Packages for SAGA are only certified and made
available by IGE. For more information please see the SAGA webpages:
http://saga-project.org/
|
Server Components:
Component |
Package Name |
Notes |
GridFTP |
globus-gridftp-server-progs |
Metapackage: ige-meta-globus-gridftp |
MyProxy |
myproxy-server |
Metapackage: ige-meta-globus-myproxy |
RLS |
globus-rls-server
|
Metapackage: ige-meta-globus-rls |
GRAM5 |
globus-gatekeeper |
Please read the documentation provided by the package or the GRAM5 installation pages here:
http://globus.org/toolkit/docs/5.2/5.2.0/admin/quickstart/#q-gram.
|
GSI-OpenSSH |
gsi-openssh-server |
Metapackage: ige-meta-globus-gsissh |
GridWay |
|
Metapackage: ige-meta-gridway |
GridSAM |
|
Metapackage: ige-meta-gridsam |
2. DEB
Client Components:
Component |
Package Name |
Commands in Package |
Notes |
Globus default security
|
globus-proxy-utils |
grid-proxy-init
grid-proxy-info
grid-proxy-destroy
grid-cert-diagnostics |
Metapackage: ige-meta-globus-default-security |
SimpleCA |
globus-simple-ca |
grid-ca-create
grid-ca-package
grid-ca-sign |
|
Globus gridftp |
globus-gass-copy-progs |
globus-url-copy |
|
GSI-OpenSSH |
gsi-openssh-client
|
gsissh
gsiscp
gsisftp
gsissh-keygen |
|
Globus GRAM5
|
globus-gram-client-tools |
globusrun
globus-job-run
globus-job-status
globus-job-submit
globus-job-cancel
globus-job-clean
globus-job-get-output
globus-job-get-output-helper |
|
MyProxy |
myproxy |
myproxy-init
myproxy-destroy
myproxy-info
myproxy-login
myproxy-retrieve
myproxy-store
myproxy-get-delegation
myproxy-get-trustroots
myproxy-change-pass-phrase |
|
RLS |
globus-rls-client-progs |
globus-rls-cli |
|
Server Components:
Component |
Package Name |
Notes |
GridFTP |
globus-gridftp-server-progs |
Metapackage: ige-meta-globus-gridftp |
MyProxy |
myproxy-server |
Metapackage: ige-meta-globus-myproxy |
RLS |
globus-rls-server
|
Metapackage: ige-meta-globus-rls |
GRAM5 |
globus-gatekeeper |
Please read the documentation provided by the package or the GRAM5 installation pages here:
http://globus.org/toolkit/docs/5.2/5.2.0/admin/quickstart/#q-gram.
|
GSI-OpenSSH |
gsi-openssh-server |
Metapackage: ige-meta-globus-gsissh |
3. Finding out which package to install
You can also use your distribution's tools to find out what you should install:
For rpm-based systems (Fedora, Redhat, SL):
- Make sure you have installed the yum-utils package.
- Search for <command_name> using:
- repoquery -f *<command_name>
For deb-based systems (Debian, Ubuntu):
- Make sure you have the apt-file utility installed.
- Run
- Search for <command_name> using:
- apt-file search <command_name>
|