/* site-cfg.h. this what we use at CERN ================================================== SITE SPECIFIC CONFIGURATION */ /* COMMON LCFG DEFINITIONS ------------------------------------------------ --------------------------------------------------------------------------- */ #define LCFGSRV gpplcfg06.gridpp.rl.ac.uk #define URL_SERVER_CONFIG http://gpplcfg06.gridpp.rl.ac.uk /* SOURCE TREE LOCATIONS -------------------------------------------------- --------------------------------------------------------------------------- */ /* Define the root locations of the Globus tree and the EDG tree. These are used in many configuration files and for setting the ld.so.conf libraries. NOTE: the underscore at the end of the define. Used to avoid confusion with the GLOBUS_LOCATION and EDG_LOCATION tags in configuration files. */ #define GLOBUS_LOCATION_ /opt/globus #define EDG_LOCATION_ /opt/edg /* COMMON GRID DEFINITIONS ------------------------------------------------ --------------------------------------------------------------------------- */ /* The host and port number of the information index associated with the resource broker. These are testbed013.cern.ch and 2170 for the development testbed. Change these to appropriate values. This is used by the gdmp object to fetch the list of SE subject names reachable from the broker. */ #define GRID_RB_II_HOST changeme.cern.ch #define GRID_RB_II_PORT 2170 /* CE AND SE HOST NAMES. These are defined here because they are used in some of the site definitions. */ /* ComputingElement hostname */ #define CE_HOSTNAME gppce06.gridpp.rl.ac.uk /* StorageElement hostname */ #define SE_HOSTNAME gppse06.gridpp.rl.ac.uk /* COMMON SITE DEFINITIONS ------------------------------------------------ --------------------------------------------------------------------------- */ #define LOCALDOMAIN gridpp.rl.ac.uk #define SITE_MAILROOT edg-site-admin@rl.ac.uk #define SITE_GATEWAYS 130.246.184.254 /* Allowed networks (useful for tcpwrappers) */ #define SITE_ALLOWED_NETWORKS 127.0.0.1, 130.246.184., 130.246.41. , 130.246.187. #define SITE_NAMESERVERS 130.246.8.13 130.246.72.21 130.246.56.240 /* The netmask */ #define SITE_NETMASK 255.255.252.0 /* NTP server (domain and hostname) */ #define SITE_NTP_DOMAIN rl.ac.uk #define SITE_NTP_HOSTNAME time /* The time zone */ #define SITE_TIMEZONE Europe/London /* Site name */ #define SITE_NAME_ RALPHA /* Site EDG version */ #define SITE_EDG_VERSION v1_2_3 /* Site installation date year month day time */ #define SITE_INSTALLATION_DATE_ 20021111103000Z /* Site distinguished name. */ #define SITE_DN_ \"dc=gridpp, dc=ral, dc=uk, o=Grid\" /* All the WN (used by /etc/export configuration of /home NFS Mount e.g. testbed*.lnl.infn.it. Needed by ComputingElement.h) */ #define SITE_WN_HOSTS gpp*.gridpp.rl.ac.uk /* All the SE hosts (comma separated list) */ #define SITE_SE_HOSTS_ SE_HOSTNAME /* List (comma separated) of the Computing Element(s) of your site */ #define SITE_CE_HOSTS_ CE_HOSTNAME:2119/jobmanager-pbs-S,CE_HOSTNAME:2119/jobmanager-pbs-M,CE_HOSTNAME:2119/jobmanager-pbs-L /* The following section covers the setup of the GIIS hierarchy The first two lines specify the information for where the machine-local GRISes should register; this is the SITE GIIS (e.g. "nikhef" or "ral") first the "VO name" (name of GIIS). This is normally run on the site's CE. */ #define SITE_GIIS devtb /* next the hostname where this IIS runs */ #define SITE_GIIS_HOSTNAME CE_HOSTNAME /* These point to the next highest level in the MDS hierarchy. Ask to find out the parameters for this. #define TOP_GIIS !! ask !! #define TOP_GIIS_HOSTNAME !! ask !! */ /* There are two supported options: SITE GIIS on an external machine (meaning not under LCFG control), or SITE GIIS on the CE. In the second case, uncomment the next three lines which handle starting the SITE GIIS and specifying to which GIIS it should register turns on or off SITE GIIS on CE machine */ #define SITE_GIIS_ON_CE /* what is the name of the GIIS (country or organization GIIS) to which SITE GIIS should register? */ #define COUNTRY_OR_ORG_GIIS ral /* where is that GIIS running? */ #define COUNTRY_OR_ORG_GIIS_HOSTNAME gppce06.gridpp.rl.ac.uk /* Some sites may choose to run the country or org GIIS on the CE as well if so, comment out the following three lines meaning similar to the last three turns on or off COUNTRY/ORG GIIS on CE machine */ #define COUNTRY_GIIS_ON_CE /* register COUNTRY GIIS to datagrid GIIS */ /* SITE GIIS should register? */ #define TOP_GIIS edg /* where is that GIIS running? */ #define TOP_GIIS_HOSTNAME lxshare0225.cern.ch /* COMMON DEFAULT VALUES -------------------------------------------------- --------------------------------------------------------------------------- */ /* This defines the default location for the host certificates. If this is different for your site define the new value here. If you need to change it for the CE or SE separately, see below. */ #define SITE_DEF_HOST_CERT /etc/grid-security/hostcert.pem #define SITE_DEF_HOST_KEY /etc/grid-security/hostkey.pem #define SITE_DEF_GRIDMAP /mnt/grid-security/grid-mapfile #define SITE_DEF_GRIDMAPDIR /mnt/grid-security/gridmapdir/ /* COMPUTING ELEMENT DEFINITIONS ------------------------------------------ --------------------------------------------------------------------------- */ /* ComputingElement hostname. (DEFINED ABOVE) */ /* #define CE_HOSTNAME lxshare0399.cern.ch */ /* Subject of the certificate */ #define CE_CERT_SBJ \"/O=Grid/O=UKHEP/CN=gppce06.gridpp.rl.ac.uk\" /* Some site and host information (it goes in globus.conf)*/ #define CE_HOST_DN \"hn=gppce06.gridpp.rl.ac.uk, dc=gridpp, dc=rl, dc=ac, dc=uk, o=Grid\" /* Full path of the certificate */ #define CE_CERT_PATH SITE_DEF_HOST_CERT /* Full path of the secret key */ #define CE_SECKEY_PATH SITE_DEF_HOST_KEY /* System administrator e-mail */ #define CE_SYSADMIN SITE_MAILROOT /* Space separated job manager list (e.g. fork, pbs, lsf), part of globus.conf. NOTE: To support the standard globus commands (in particular the globus-job-get-output command) the fork job manager must be listed first! I.e. the fork job manager must be the default. */ #define CE_JOBMANAGERS \"fork pbs\" /* Batch system adopted by CE (this info goes in info-mds.conf */ #define CE_BATCHSYSTEM_ pbs /* Binaries path of the batch system */ #define CE_BATCHSYSTEM_BIN_PATH /usr/pbs/bin /* Local queue names */ #define CE_QUEUE_ S,M,L /* List (comma separated without spaces) of StorageElement(s) close to this CE */ #define CE_CLOSE_SE_ID_ SE_HOSTNAME /* Mount point(s) of the SE(s) close to this CE */ #define CE_CLOSE_SE_MOUNTPOINT /flatfiles/06 /* Disk description */ #define CE_DISK_DESC 55GB-EIDE /* CPU description */ #define CE_CPU_DESC DUAL-PIII-1000 /* CE InformationProviders: MinPhysMemory */ #define CE_IP_MINPHYSMEM 512 /* CE InformationProviders: MinLocalDiskSpace */ #define CE_IP_MINLOCDISK 2048 /* CE InformationProviders: NumSMPs */ #define CE_IP_NUMSMPS 1 /* CE InformationProviders: MinSPUProcessors */ #define CE_IP_MINSPUPROC 2 /* CE InformationProviders: MaxSPUProcessors */ #define CE_IP_MAXSPUPROC 2 /* CE InformationProviders: MaxSI00. See some examples of SpecInt at http://www.specbench.org/osg/cpu2000/results/cint2000.html */ #define CE_IP_MAXSI00 480 /* CE InformationProviders: MinSI00 */ #define CE_IP_MINSI00 480 /* CE InformationProviders: AverageSI00 */ #define CE_IP_AVRSI00 480 /* CE InformationProviders: AFSAvailable: */ #define CE_IP_AFS_AFSAVAILABLE TRUE /* CE InformationProviders: OutboundIP */ #define CE_IP_OUTBOUNDIP TRUE /* CE InformationProviders: InboundIP */ #define CE_IP_INBOUNDIP FALSE /* CE InformationProviders: RunTimeEnvironment (1) */ #define CE_IP_RUNTIMEENV1 CMS-1.1.0 /* CE InformationProviders: RunTimeEnvironment (2) */ #define CE_IP_RUNTIMEENV2 ATLAS-3.2.1 /* CE InformationProviders: RunTimeEnvironment (3) */ #define CE_IP_RUNTIMEENV3 ALICE-3.07.01 /* CE InformationProviders: RunTimeEnvironment (4) */ #define CE_IP_RUNTIMEENV4 LHCb-1.1.1 /* CE InformationProviders: RunTimeEnvironment (5) */ #define CE_IP_RUNTIMEENV5 IDL-5.4 /* CE InformationProviders: RunTimeEnvironment (6) */ /* #define CE_IP_RUNTIMEENV6 CERN-MSS */ /* CE InformationProviders: RunTimeEnvironment (7) */ #define CE_IP_RUNTIMEENV7 CMSIM-125 /* CE InformationProviders: RunTimeEnvironment (8) */ /*#define CE_IP_RUNTIMEENV8 ORCA-6.0.2 */ /* CE InformationProviders: RunTimeEnvironment (9) */ /*#define CE_IP_RUNTIMEENV9 !uncomment and define it if you need! */ /* CE InformationProviders: RunTimeEnvironment (10) */ /*#define CE_IP_RUNTIMEENV10 !uncomment and define it if you need! */ /* CE InformationProviders: RunTimeEnvironment (11) */ /*#define CE_IP_RUNTIMEENV11 !uncomment and define it if you need! */ /* CE InformationProviders: RunTimeEnvironment (12) */ /*#define CE_IP_RUNTIMEENV12 !uncomment and define it if you need! */ /* CE InformationProviders: RunTimeEnvironment (13) */ /*#define CE_IP_RUNTIMEENV13 !uncomment and define it if you need! */ /* CE InformationProviders: RunTimeEnvironment (14) */ /*#define CE_IP_RUNTIMEENV14 !uncomment and define it if you need! */ /* CE InformationProviders: RunTimeEnvironment (15) This must be defined for your CE; it indicates that your site is running but hasn't yet been certified. Change this to EDG-CERTIFIED once your site has been tested by the ITeam. */ #define CE_IP_RUNTIMEENV15 EDG-TEST /*#define CE_IP_RUNTIMEENV15 EDG-CERTIFIED */ /* The mountpoint on the CE of the SE exported area via NFS */ #define CE_MOUNTPOINT_SE_AREA CE_CLOSE_SE_MOUNTPOINT /* Uncomment this below if you want to collect and publish data from a network monitor */ /* #define NETMON_HOST_ gppnm06.gridpp.rl.ac.uk */ /* STORAGE ELEMENT DEFINITIONS -------------------------------------------- --------------------------------------------------------------------------- */ /* StorageElement hostname (DEFINED ABOVE) */ /* #define SE_HOSTNAME lxshare0393.cern.ch */ /* Full path of the certificate */ #define SE_CERT_PATH SITE_DEF_HOST_CERT /* Full path of the secret key */ #define SE_SECKEY_PATH SITE_DEF_HOST_KEY /* Subject of the SE certificate */ #define SE_CERT_SBJ \"/O=Grid/O=UKHEP/CN=gppse06.gridpp.rl.ac.uk\" /* Some site and host information (it goes in globus.conf) */ #define SE_HOST_DN \"hn=gppse06.gridpp.rl.ac.uk, dc=gridpp, dc=rl, dc=ac, dc=uk, o=Grid\" /* System administrator e-mail */ #define SE_SYSADMIN SITE_MAILROOT /* List (comma separated without spaces) of ComputingElement(s) close to the SE. */ #define SE_CLOSE_CE_ SITE_CE_HOSTS_ /* The value of SE_SIZE in info-mds.conf */ #define SE_DISKSIZE 28000 /* comma separated list without spaces, values used in df to obtain freespace */ #define SE_FILESYSTEMS_ /dev/hda4 /* Disk description */ #define SE_DISK_DESC 65GB-EIDE /* CPU description */ #define SE_CPU_DESC DUAL-PIII-1000 /* SE protocols */ #define SE_PROTOCOLS_ gridftp,rfio,file /* SE protocols ports */ /* Note that although the IANA port for rfio is 3147, the software by default runs on 5001. */ #define SE_PROTOCOL_PORTS_ 2811,5001, /* GDMP area */ #define SE_GDMP_AREA /flatfiles/06 /* List of the supported VO. Add/remove the VO name for each VO that you support/do not support in both of the following defines. */ #define SE_GDMP_VOS alice,atlas,cms,lhcb,biome,eo,wpsix,iteam,tutor #define SE_VO_ alice:SE_GDMP_AREA/alice,atlas:SE_GDMP_AREA/atlas,cms:SE_GDMP_AREA/cms,lhcb:SE_GDMP_AREA/lhcb,biome:SE_GDMP_AREA/biome,eo:SE_GDMP_AREA/eo,wpsix:SE_GDMP_AREA/wpsix,iteam:SE_GDMP_AREA/iteam,tutor:SE_GDMP_AREA/tutor /* For each VO that you support, uncomment the corresponding line (you MUST uncomment at least 1 line). For each VO that you select, a) 50 accounts will be created b) a GDMP server will be configured */ #define SE_VO_ALICE #define SE_VO_ATLAS #define SE_VO_CMS #define SE_VO_LHCB #define SE_VO_BIOM #define SE_VO_EOBS #define SE_VO_WPSIX #define SE_VO_ITEAM #define SE_VO_TUTOR /* Uncomment this if you want to create local accounts mapped to the Integration Team */ #define SITE_CREATE_ACCOUNTS_ITEAM /* Password for Globus Replica Catalog Manager of Alice. This is COMPULSORY ONLY if your SE supports Alice */ #define SE_GDMP_REP_CAT_ALICE_PWD !!Top!!Secret /* Password for Globus Replica Catalog Manager of Atlas. This is COMPULSORY ONLY if your SE supports Atlas */ #define SE_GDMP_REP_CAT_ATLAS_PWD !!Top!!Secret /* Password for Globus Replica Catalog Manager of CMS. This is COMPULSORY ONLY ONLY if you are supporting CMS in your SE */ #define SE_GDMP_REP_CAT_CMS_PWD !!Top!!Secret /* Password for Globus Replica Catalog Manager of LHCb. This is COMPULSORY ONLY if you are supporting LHCb in your SE */ #define SE_GDMP_REP_CAT_LHCB_PWD !!Top!!Secret /* Password for Globus Replica Catalog Manager of EarthObservation. This is COMPULSORY ONLY if you are supporting EarthObs in your SE */ #define SE_GDMP_REP_CAT_EOBS_PWD !!Top!!Secret /* Password for Globus Replica Catalog Manager of Biomedical apps. This is COMPULSORY ONLY if you are supporting Biomedical in your SE */ #define SE_GDMP_REP_CAT_BIOM_PWD !!Top!!Secret /* Password for Globus Replica Catalog Manager of WP6. This is COMPULSORY ONLY if you are supporting WP6 in your SE */ #define SE_GDMP_REP_CAT_WPSIX_PWD !!Top!!Secret #define SE_GDMP_REP_CAT_ITEAM_PWD !!Top!!Secret #define SE_GDMP_REP_CAT_GRIDPP_PWD !!Top!!Secret /* WORKER NODE DEFINITIONS ------------------------------------------------ --------------------------------------------------------------------------- */ /* The mountpoint on the WN of the SE exported area via NFS. It should be the same used for the SE */ #define WN_MOUNTPOINT_SE_AREA CE_MOUNTPOINT_SE_AREA /* USER INTERFACE DEFINITIONS --------------------------------------------- --------------------------------------------------------------------------- */ /* Resource broker */ #define UI_RESBROKER lxshare0382.cern.ch /* Logging and Bookkeeping URL */ #define UI_LOGBOOK https://lxshare0382.cern.ch:7846