~ubuntu-branches/ubuntu/trusty/nordugrid-arc/trusty

« back to all changes in this revision

Viewing changes to src/doc/arc.conf.reference

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2013-11-29 13:39:10 UTC
  • mfrom: (3.1.16 sid)
  • Revision ID: package-import@ubuntu.com-20131129133910-sy6ayoavphc5hozs
Tags: 4.0.0-1
4.0.0 Release (Closes: #715131) (LP: #1049798)

Show diffs side-by-side

added added

removed removed

Lines of Context:
615
615
#cachecleantimeout="10000"
616
616
 
617
617
## enable_cache_service yes|no - Turn on or off the cache service interface.
618
 
## If turned on the cache service must be installed, the A-REX WS interface
619
 
## must be enabled via arex_mount_point and the option enable_dtr="yes"
620
 
## must be set. The interface is accessible at the same host and port as given
621
 
## in arex_mount_point with path /cacheservice. Default is off.
 
618
## If turned on the cache service must be installed and the A-REX WS interface
 
619
## must be enabled via arex_mount_point The interface is accessible at the same
 
620
## host and port as given in arex_mount_point with path /cacheservice. Default
 
621
## is off.
622
622
#enable_cache_service="yes" 
623
623
 
624
624
## user user[:group] - Switch to a non root user/group after startup.
690
690
 
691
691
## jobreport options [name:value, ...]- specifies additional parameters for 
692
692
## the jobreporter.
693
 
#jobreport_options="urbatch:50,archiving:/tmp/archive,topic:/topic/global.accounting.cpu.central"
 
693
#jobreport_options="urbatch:50,archiving:/tmp/archive,topic:/topic/global.accounting.cpu.central
 
694
#                   gocdb_name:GRID_UIO_NO,benchmark_type:HEPSPEC,benchmark_value:2.0,use_ssl:false,
 
695
#                   localid_prefix:prefix_for_SGAS"
 
696
# options element can be the followings:
 
697
#    - urbatch:size
 
698
#         default size:   50 by SGAS
 
699
#                       1000 by APEL
 
700
#    - archiving:directory for the archiving files
 
701
#    - topic:name of the topic
 
702
#    - gocdb_name:GOCDB name of CE
 
703
#    - benchmark_type:type of benchmark (Si2k, Sf2k, HEPSPEC)
 
704
#    - benchmark_value:value of benchmark
 
705
#    - benchmark_description:additional description for a benchmark
 
706
#    - use_ssl:true or false
 
707
#         default value: false
 
708
#    - localid_prefix:prefix string for the SGAS records
694
709
 
695
710
## max_job_control_requests number - max number of simultaneously processed job management
696
711
## requests over WS interface - like job submission, cancel, status check etc. 
714
729
## Missing number or -1 means no limit.
715
730
#maxjobs="10000 10 2000"
716
731
 
717
 
## maxload number1 number2 number3 - specifies maximum allowed number of jobs.
718
 
## number1 - jobs being processed on frontend (PREPARING, FINISHING states)
719
 
## number2 - additional reserved number of jobs being processed on frontend
720
 
## number3 - number of files being transferred simultaneously by jobs in
721
 
## PREPARING and FINISHING states. Missing number or -1 means no limit.
722
 
## Options in [data-staging] should be used instead of this unless DTR is 
723
 
## disabled with enable_dtr=no
724
 
#maxload="10 2 5"
725
 
 
726
 
## maxloadshare maxshare sharetype - specifies a sharing mechanism for data
727
 
## transfer. maxshare is the maximum number of processes
728
 
## that can run per transfer share and sharetype is the scheme
729
 
## used to assign jobs to transfer shares. Possible values of sharetype
730
 
## are "dn", "voms:vo", "voms:role", and "voms:group".
731
 
## Options in [data-staging] should be used instead of this unless DTR is 
732
 
## disabled with enable_dtr=no
733
 
#maxloadshare="4 voms:role"
734
 
 
735
 
## share_limit name limit - specifies a transfer share that has a number
736
 
## of processes different from the default value in maxloadshare. name is
737
 
## the name of the share and limit is the number of processes for this
738
 
## share. In the configuration should appear after maxloadshare. Can be
739
 
## repeated several times for different shares.
740
 
## Options in [data-staging] should be used instead of this unless DTR is 
741
 
## disabled with enable_dtr=no
742
 
#share_limit="atlas:production 10"
743
 
 
744
 
## enable_dtr yes|no - turns on and off the data staging framework Data
745
 
## Transfer Reloaded (DTR) which replaces the downloader and uploader for
746
 
## managing input and output files. Options for DTR are set in the
747
 
## [data-staging] section. It is on by default.
748
 
#enable_dtr="yes"
749
 
 
750
732
## wakeupperiod time - specifies how often A-REX cheks for new jobs
751
733
## arrived, job state change requests, etc. That is resposivity of
752
734
## A-REX. 'time' is time period in seconds. Default is 3 minutes.
997
979
 
998
980
### [data-staging] block ###########################################
999
981
##
1000
 
## [data-staging] block configures DTR data staging parameters unless
1001
 
## enable_dtr="no" is set in [grid-manager].
 
982
## [data-staging] block configures DTR data staging parameters
1002
983
##
1003
984
#[data-staging]
1004
985
 
1350
1331
#[infosys]
1351
1332
 
1352
1333
## infosys_compat - Setting this variable will cause ARC to use the old
1353
 
## infoproviders.  Basically, the new version uses A-REX to create LDIF
 
1334
## infoproviders.  
 
1335
## NOTE: this only applies to ARC < 13.11. Old infoproviders
 
1336
## have been REMOVED from release 13.11 on.
 
1337
##Basically, the new version uses A-REX to create LDIF
1354
1338
## while the old version uses a BDII provider-script to do it. The new
1355
1339
## version is required for GLUE2 output.
1356
1340
#infosys_compat="disable"
1456
1440
## used instead.
1457
1441
#giis_location="/usr/"
1458
1442
 
 
1443
## infosys_ldap_run_dir - path where NorduGrid/GLUE2 LDAP ldif file 
 
1444
## will be generated, and where the fifo to sync between infoproviders
 
1445
## and BDII will be generated. Default: /var/run/arc/infosys/
 
1446
#infosys_ldap_run_dir="/var/run/arc/infosys/"
 
1447
 
1459
1448
## These three variables decide which schema should be used for
1460
1449
## publishing data. They can all be enabled at the same time. Default is
1461
1450
## to enable nordugrid mds and disable glue.