script:Site-info.def (monitoring configuration)
From Dgiref
Contents |
Will be visible in BDII as GlueSiteUniqueID
# Site-wide settings SITE_EMAIL=root@localhost SITE_CRON_EMAIL=$SITE_EMAIL # not yet used will appear in a later release SITE_SUPPORT_EMAIL=$SITE_EMAIL SITE_NAME=DGIREF SITE_LOC="Karlsruhe, Germany" SITE_LAT=49.0963 SITE_LONG=8.4321 SITE_WEB="http://www.fzk.de" SITE_TIER="DGI-REF" SITE_SUPPORT_SITE="." #SITE_HTTP_PROXY="http-proxy.my.domain"
Will be visible in BDII as GlueSubClusterUniqueID
############################## # CE configuration variables # ############################## CE_HOST=dgiref-glite.$MY_DOMAIN # Architecture and enviroment specific settings CE_CPU_MODEL=PIV CE_CPU_VENDOR=Intel CE_CPU_SPEED=3001 CE_OS="ScientificSL" CE_OS_RELEASE=4.5 CE_OS_VERSION="Beryllium" # CE_OS_ARCH should be set to result of `uname -m` runned on WN CE_OS_ARCH=x86_64 CE_MINPHYSMEM=513 CE_MINVIRTMEM=1025 CE_PHYSCPU=1 CE_LOGCPU=1 CE_SMPSIZE=2 CE_SI00=381 CE_SF00=0 CE_OUTBOUNDIP=TRUE CE_INBOUNDIP=FALSE CE_RUNTIMEENV=" LCG-2 LCG-2_1_0 LCG-2_1_1 LCG-2_2_0 LCG-2_3_0 LCG-2_3_1 LCG-2_4_0 LCG-2_5_0 LCG-2_6_0 LCG-2_7_0 GLITE-3_0_0 GLITE-3_1_0 R-GMA " ################################ # RGMA configuration variables # ################################ MON_HOST=dgiref-glite.$MY_DOMAIN REG_HOST="iwrrgma.fzk.de"
Agents of GridICE
########################################## # Gridice server configuration variables # ########################################## # GridIce server host name (usually run on the MON node). GRIDICE_SERVER_HOST=$MON_HOST
BDII configuration variables
################################ # BDII configuration variables # ################################ BDII_HOST=iwrbdii.fzk.de SITE_BDII_HOST=dgiref-glite.$MY_DOMAIN BDII_SITE_TIMEOUT=120 BDII_RESOURCE_TIMEOUT=`expr "$BDII_SITE_TIMEOUT" - 5` GIP_RESPONSE=`expr "$BDII_RESOURCE_TIMEOUT" - 5` GIP_FRESHNESS=60 GIP_CACHE_TTL=300 GIP_TIMEOUT=150 # Check the validity of this URL in the documentation #BDII_HTTP_URL="http://lcg-bdii-conf.cern.ch/bdii-conf/bdii.conf" # The Freedom of Choice of Resources service allows a top-level BDII # to be instructed to remove VO-specific access control lines for # resources that do not meet the VO requirements #BDII_FCR=http://lcg-fcr.cern.ch:8083/fcr-data/exclude.ldif # Ex.: BDII_REGIONS="CE SE RB PX VOBOX" BDII_REGIONS="CE" # list of the services provided by the site # The following examples are valid for node types using MDS. # If you the node type is using BDII instead (all 3.1 nodes) # change the port to 2170 and mds-vo-name=resource #BDII_BDII_URL="ldap://$SITE_BDII_HOST:2170/mds-vo-name=resource,o=grid" BDII_CE_URL=ldap://$CE_HOST:2170/mds-vo-name=resource,o=grid