Changes between Version 11 and Version 12 of Doc/gLite/TemplateCustomization/Services


Ignore:
Timestamp:
Mar 9, 2011, 4:01:18 PM (13 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=IPHC/CN=Jerome Pansanel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/gLite/TemplateCustomization/Services

    v11 v12  
    706706 * `PEP_HOST`: host name of PEP server.
    707707
    708 Each component can be customized:
     708Argus installation can also be tuned by setting the following variables:
    709709 * `ARGUS_LOCATION`: base location of ARGUS services. Default: /opt/argus.
    710710 * `PAP_PORT`: PAP standalone service port. Default: 8150.
    711711 * `PAP_HOME`: home directory for the PAP service. Default: /opt/argus/pap.
    712712 * `PDP_PORT`: PDP standalone service port. Default: 8152.
    713  * `PAP_HOME`: home directory for the PDP service. Default: /opt/argus/pdp.
     713 * `PDP_HOME`: home directory for the PDP service. Default: /opt/argus/pdp.
    714714 * `PEP_PORT`: PEP service port. Default: 8154.
    715715 * `PEP_HOME`: home directory for the PEP service. Default: /opt/argus/pepd.
     716
     717
     718=== PAP ===
     719
     720Main variables for the configuration of the PAP component:
     721 * `PAP_SHUTDOWN_PORT`: PAP standalone shutdown service port. Default: 8151.
     722 * `PAP_SHUTDOWN_COMMAND`: the command string that must be received on the shutdown port in order to shutdown the service. If the variable is not set, no check on the command will be made.
     723 * `PAP_ADMIN_DN`: a list of user certificate DN of the users that will be the PAP administrator.
     724 * `PAP_HOST_DN`: DN of the PAP server.
     725 * `PAP_POLL_INTERVAL`: The polling interval (in seconds) for retrieving remote policies. Default: 14400.
     726
     727
     728=== PDP ===
     729
     730Main variables for the configuration of the PDP component:
     731 * `PDP_ADMIN_PORT`: PDP admin service port. Default: 8153.
     732 * `PDP_ADMIN_PASSWORD`: the password required to accompany admin commands. If unspecified than no password is required to run admin commands.
     733 * `PDP_RETENTION_INTERVAL`: the number of minutes the PDP will retain a policy from the PAP. Default: 240;
     734
     735
     736=== PEP ===
     737
     738Main variables for the configuration of the PEP component:
     739* `PEP_ADMIN_PORT`: PEP admin service port. Default: 8155.
     740* `PEP_ADMIN_PASSWORD`: the password required to accompany admin commands. If unspecified than no password is required to run admin commands.
     741