Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Line: 2 to 2 | ||||||||
| ||||||||
Deleted: | ||||||||
< < | ||||||||
This page is a collection of HowTo for testing and certification people | ||||||||
Added: | ||||||||
> > | PrerequisitiesTwo things usually need to be checked (se also sysadmin guide for the complete list):
[~]# vi /etc/fstab ... /dev/hda3 /storage ext3 defaults,acl,user_xattr 1 2 ... | |||||||
Siteinfo example filesFrontEnd | ||||||||
Line: 13 to 24 | ||||||||
#### Storm FE siteinfo #### ## MANDATORY parameters | ||||||||
Changed: | ||||||||
< < | STORM_DB_PWD=NoStorm | |||||||
> > | STORM_DB_PWD= | |||||||
## REQUIRED parameters (= defaults) STORM_DB_HOST=cream-51.pd.infn.it | ||||||||
Line: 36 to 47 | ||||||||
STORM_BACKEND_HOST=cream-51.pd.infn.it STORM_DEFAULT_ROOT=/storageArea VOS="cms dteam infngrid testers.eu-emi.eu" | ||||||||
Changed: | ||||||||
< < | STORM_DB_PWD=NoStorm | |||||||
> > | STORM_DB_PWD= | |||||||
STORM_CMS_ONLINE_SIZE=1 STORM_DTEAM_ONLINE_SIZE=1 STORM_INFNGRID_ONLINE_SIZE=1 | ||||||||
Line: 73 to 84 | ||||||||
STORM_STRANGENAME_VONAME="testers.eu-emi.eu" | ||||||||
Added: | ||||||||
> > |
Workaround and Known issuesxml-common-apisIf at the end of the yaim configuration you see this error:Starting tomcat5: /usr/bin/rebuild-jar-repository: error: Could not find xml-commons-apis Java extension for this JVM /usr/bin/rebuild-jar-repository: error: Some detected jars were not found for this jvmInstall this rpm: xml-commons-apis Testing Tip&Tricks--novoms testsuite sectionTo use the --novoms parameter of the testsuite you need to modify before the _ /etc/storm/backend-server/namespace.xml_ file on the BE: remove the vo-name entry from the application rule: testers.eu-emi.eu_no_voms-rule--- /etc/storm/backend-server/namespace.xml 2012-03-02 15:23:37.000000000 +0100 +++ /etc/storm/backend-server/namespace.xml.old 2012-03-02 15:22:09.000000000 +0100 | |||||||
Line: 305 to 305 | ||||||||
Added: | ||||||||
> > | <app-rule name="testers.eu-emi.eu_no_voms-rule">
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
Siteinfo example filesFrontEnd#### Storm FE siteinfo #### ## MANDATORY parameters STORM_DB_PWD=NoStorm ## REQUIRED parameters (!= defaults) STORM_DB_HOST=cream-51.pd.infn.it STORM_FE_BE_XMLRPC_HOST=cream-51.pd.infn.it ### Why we need it? Is it a bug? STORM_FRONTEND_PORT=8444 # overwrite siteinfo def variables STORM_DEFAULT_ROOT=/storageArea BackEnd and others...#### Storm BE siteinfo #### ## MANDATORY STORM_BACKEND_HOST=cream-51.pd.infn.it STORM_DEFAULT_ROOT=/storageArea VOS="cms dteam infngrid testers.eu-emi.eu" STORM_DB_PWD=NoStorm STORM_CMS_ONLINE_SIZE=1 STORM_DTEAM_ONLINE_SIZE=1 STORM_INFNGRID_ONLINE_SIZE=1 STORM_TESTERSEUEMIEU_ONLINE_SIZE=3 STORM_TESTERSEUEMIEU_NO_VOMS_ONLINE_SIZE=1 ## REQUIRED (!= default values) STORM_DB_HOST=$STORM_BACKEND_HOST STORM_FRONTEND_HOST_LIST=cert-18.pd.infn.it STORM_FRONTEND_PUBLIC_HOST=cert-18.pd.infn.it STORM_GRIDHTTPS_ENABLED=true STORM_GRIDHTTPS_SERVER_USER_UID=91 STORM_GRIDHTTPS_SERVER_GROUP_UID=91 STORM_GRIDHTTPS_SERVER_HOST=$STORM_BACKEND_HOST STORM_INFO_HTTP_SUPPORT=true STORM_INFO_HTTPS_SUPPORT=true #STORM_STORAGEAREA_LIST="$VOS testers.eu-emi.eu_no_voms" ## Added GRIDFTP_WITH_DSI="yes" STORM_STORAGEAREA_LIST="$VOS testers.eu-emi.eu_no_voms strangeName" STORM_GRIDFTP_POOL_LIST=$STORM_BACKEND_HOST STORM_DEFAULT_PATH=/provola ## https service STORM_GRIDHTTPS_PLUGIN_CLASSNAME=it.grid.storm.https.GhttpsHTTPSPluginInterface STORM_GRIDHTTPS_SERVER_PORT=8088 ##### STORM_STRANGENAME_ONLINE_SIZE=2 STORM_STRANGENAME_ROOT="/provola/strangename" STORM_STRANGENAME_ACCESSPOINT="/surprise" STORM_STRANGENAME_VONAME="testers.eu-emi.eu" |