# # $Id: node_config.template,v 1.6 2007-06-19 10:04:10 tigran Exp $ # # ---- Overall configuration # #NODE_TYPE=dummy #admin, pool, door or custom NODE_TYPE=pool DCACHE_HOME=/opt/d-cache POOL_PATH=/opt/d-cache/etc NUMBER_OF_MOVERS=100 # ---- Name Space configuration # # The supported name space implementations are Chimera and PNFS. # # Possible values for the NAMESPACE variable are chimera or pnfs. # If nothing is specified or the value is invalid then pnfs is used. # NAMESPACE=chimera PNFS_ROOT=/pnfs PNFS_INSTALL_DIR=/opt/pnfs PNFS_START=yes PNFS_OVERWRITE=no # SERVER_ID defaults to `hostname -d` #SERVER_ID=domain.name SERVER_ID=aglt2.org # ---- Name Space Node # # The name space node is the node that runs the name space # implementation: either Chimera or PNFS. # # This node was formally known as the "ADMIN_NODE" and now has been # renamed. # NAMESPACE_NODE=head02.aglt2.org # ---- Services to be started on this node # # The following services are only started on this node if the # corresponding parameter is set to 'yes'. # # Exception: The PnfsManager is started on the admin node if # the parameter is not specified. # #GSIDCAP=no GSIDCAP=yes DCAP=yes GRIDFTP=yes SRM=no XROOTD=no ## ## The following variables affect admin or custom NODE_TYPE only. ## # ---- Whether to start the info provider on this node. # # The infoProvider variable allows the installation of the info # provider on a different node to the admin node. # #infoProvider=yes # default: no infoProvider=no # ---- Whether to start the info service on this node. # # The info variable allows the installation of the info service on a # different node to the admin node. # #info=yes # default: no # ---- Whether to start the statistics module on this node. # # When enabling the statistics module, make sure that the # statisticsLocation variable in the dCacheSetup file points to an # existing directory. # #statistics=no # default: no statistics=no ## ## The following variable is for all node types. ## # ---- Whether to start the Replica Manager on this node. # # If the replicaManager is started (using the following variable) # then ensure that the replicaManager variable in dCacheSetup file # has to be set to 'yes' on every node of the dCache instance. # # Also, ensure that there is, at most, one replica manager running # within a dCache instance. # #replicaManager=no # default: no replicaManager=no ################################################################################ # # # # # DO NOT MODIFY BELOW THIS POINT UNLESS YOU KNOW WHAT YOU ARE DOING # # # # USED ONLY IF NODE_TYPE=custom # # # ################################################################################ # # The default values below are equivalent to NODE_TYPE=admin. # # # Location manager. A single instance per dCache installation is # required. # lmDomain=no # # httpd service. At most one instace per dCache installation. # This is optional but recommended. # httpDomain=no # # pnfs manager. A single instace per dCache installation is # required. # pnfsManager=no # # PoolManager manager (AKA dCacheDomain). A single instace per # dCache installation is required. # poolManager=no # # admin door. At most one per dCache installation. This is # optional but recommended. # adminDoor=no # # utilities ( pinManager and Co.). A single instance per dCache # installation is required. # utilityDomain=no # # directory lookup service. A single instace per dCache installation # is required if at least one dcapDoor is running. # dirDomain=no # # gPlazma authentification service. A single instance per dCache # installation is recommended. # #gPlazmaService=no # default: 'no' gPlazmaService=no