bes  Updated for version 3.20.8
bes_default_conf.h
1 string BES_CONF_DOC="BES.ServerAdministrator=admin.email.address@your.domain.name\n"
2 "\n"
3 "BES.User=user_name\n"
4 "BES.Group=group_name\n"
5 "\n"
6 "BES.LogName=./bes.log\n"
7 "BES.LogVerbose=no\n"
8 "\n"
9 "BES.modules=dap,cmd,h5,dmrpp\n"
10 "\n"
11 "BES.module.dap=/builddir/build/BUILD/bes-3.20.8/dap/.libs/libdap_module.so\n"
12 "BES.module.cmd=/builddir/build/BUILD/bes-3.20.8/xmlcommand/.libs/libdap_xml_module.so\n"
13 "BES.module.h5=/builddir/build/BUILD/bes-3.20.8/modules/hdf5_handler/.libs/libhdf5_module.so\n"
14 "BES.module.dmrpp=/builddir/build/BUILD/bes-3.20.8//modules/dmrpp_module/.libs/libdmrpp_module.so\n"
15 "\n"
16 "BES.Catalog.catalog.RootDirectory=@hdf5_root_directory@\n"
17 "BES.Data.RootDirectory=/dev/null\n"
18 "\n"
19 "BES.Catalog.catalog.TypeMatch=h5:.*\\.(h5|he5|nc4)(\\.bz2|\\.gz|\\.Z)?$;\n"
20 "BES.Catalog.catalog.TypeMatch+=dmrpp:.*\\.(dmrpp)$;\n"
21 "\n"
22 "BES.Catalog.catalog.Include=;\n"
23 "BES.Catalog.catalog.Exclude=^\\..*;\n"
24 "\n"
25 "BES.FollowSymLinks=Yes\n"
26 "BES.Catalog.catalog.FollowSymLinks=Yes\n"
27 "\n"
28 "BES.Info.Buffered=no\n"
29 "BES.Info.Type=xml\n"
30 "\n"
31 "BES.UncompressCache.dir=/tmp/hyrax_ux\n"
32 "BES.UncompressCache.prefix=ux_\n"
33 "BES.UncompressCache.size=500\n"
34 "BES.Uncompress.Retry=2000\n"
35 "BES.Uncompress.NumTries=10\n"
36 "\n"
37 "BES.Container.Persistence=strict\n"
38 "\n"
39 "BES.Memory.GlobalArea.EmergencyPoolSize=1\n"
40 "BES.Memory.GlobalArea.MaximumHeapSize=20\n"
41 "BES.Memory.GlobalArea.Verbose=no\n"
42 "BES.Memory.GlobalArea.ControlHeap=no\n"
43 "\n"
44 "BES.ProcessManagerMethod=multiple\n"
45 "\n"
46 "BES.DefaultResponseMethod=POST\n"
47 "\n"
48 //"#DAP.GlobalMetadataStore.path = /builddir/build/BUILD/bes-3.20.8/modules/dmrpp_module/data/mds\n"
49 //"#DAP.GlobalMetadataStore.prefix = mds\n"
50 //"#DAP.GlobalMetadataStore.size = 0\n"
51 //"\n"
52 //"#DAP.GlobalMetadataStore.ledger = /builddir/build/BUILD/bes-3.20.8/modules/dmrpp_module/data/mds/mds_ledger.txt\n"
53 //"\n"
54 "H5.EnableCF=true\n"
55 "H5.KeepVarLeadingUnderscore=false\n"
56 "H5.EnableCheckNameClashing=true\n"
57 "H5.EnableAddPathAttrs=true\n"
58 "H5.EnableDropLongString=true\n"
59 "H5.DisableStructMetaAttr=true\n"
60 "H5.EnableFillValueCheck=true\n"
61 "H5.CheckIgnoreObj=false\n"
62 "H5.MetaDataMemCacheEntries=300\n"
63 "H5.LargeDataMemCacheEntries=0\n"
64 "H5.SmallDataMemCacheEntries=0\n"
65 "\n"
66 "H5.EnableDiskMetaDataCache=false\n"
67 "H5.EnableDiskDDSCache=false\n"
68 "H5.DiskMetaDataCachePath=/tmp\n"
69 "\n"
70 "H5.EnableEOSGeoCacheFile=false\n"
71 "H5.Cache.latlon.path=/tmp/latlon\n"
72 "H5.Cache.latlon.prefix=l\n"
73 "H5.Cache.latlon.size=20000\n"
74 "\n"
75 "H5.EnableDiskDataCache=false\n"
76 "H5.DiskCacheDataPath=/tmp\n"
77 "H5.DiskCacheFilePrefix=c\n"
78 "H5.DiskCacheSize=10000\n"
79 "H5.DiskCacheComp=true\n"
80 "H5.DiskCacheFloatOnlyComp=true\n"
81 "H5.DiskCacheCompThreshold=2.0\n"
82 "H5.DiskCacheCompVarSize=10000\n"
83 "";