logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

globus-gatekeeper-admin - Manage globus-gatekeeper services

Author

       Copyright © 1999-2016 University of Chicago

Grid Community Toolkit 6                           03/31/2018                              GLOBUS-GATEKEEPER-(8)

Description

       The globus-gatekeeper-admin program manages service entries which are used by the globus-gatekeeper to
       execute services. Service entries are located in the /etc/grid-services directory. The
       globus-gatekeeper-admin can list, enable, or disable specific services, or set a service as the default.
       The -h command-line option shows a brief usage message.

       The -l command-line option to globus-gatekeeper-admin will cause it to list all of the services which are
       available to be run by the globus-gatekeeper. In the output, the service name will be followed by its
       status in brackets. Possible status strings are ENABLED, DISABLED, and ALIAStoNAME, where NAME is
       another service name.

       If the -nNAME is used, then only information about the service named NAME is printed.

       The -eSERVICE command-line option to globus-gatekeeper-admin will cause it to enable a service so that
       it may be run by the globus-gatekeeper.

       If the -nNAME option is used as well, then the service will be enabled with the alias NAME.

       The -E command-line option to globus-gatekeeper-admin will cause it to enable a service alias with the
       name jobmanager. The globus-gatekeeper-admin program will choose the first service it finds as the
       default. To enable a particular service as the default, use the -e parameter described above with the -n
       parameter.

       The -dSERVICE command-line option to globus-gatekeeper-admin will cause it to disable a service so that
       it may not be run by the globus-gatekeeper. All aliases to a disabled service are also disabled.

Files

       The following files affect globus-gatekeeper-admin execution:

       /etc/grid-services
           Default location of enabled gatekeeper service descriptions.

Name

       globus-gatekeeper-admin - Manage globus-gatekeeper services

Synopsis

globus-gatekeeper-admin [-h]

       globus-gatekeeper-admin -l [-n NAME]

       globus-gatekeeper-admin -e SERVICE [-n NAME]

       globus-gatekeeper-admin -E

       globus-gatekeeper-admin -d SERVICE
return

See Also