Tags:
,
view all tags
---+ IGI CERTIFICATION TESTBED This testbed is supposed to be used by the "Testing, Certification and Release" group people; it should be used mainly for functionality tests and for stress tests. %TOC% ---++ HOWTO, POLICIES & PROCEDURES ---+++ HOWTO Request a new instance To request a new instance for certification please email grid-release mailing list specifying: * When the instance is needed for (>request day + 3 working days) * What is the instance needed for, and its reference in the inventory before (or whether it needs to be added) * HW requirements (DISK, RAM) * Virtual Machine deployment is default, please specify whether you need a physical server * Host certificate requirements * OS platform * Grid service to install * Life Time Estimate Reasonable requests will be taken in charge and tracked as sub-task on Jira task TESTBED MANAGEMENT number 7. The requester will be added as "watcher" in the relative sub-task. ---+++ HOWTO Install Debian 6.0 on virtual KVM * Requirements: * dom0 server running KVM with Intel VIrtualization technology flag enabled (check with "cat /proc/cpuinfo |grep vmx") * host public IP + MAC address number * connect to your dom0: $ ssh -X root@dom0 1. Installation from scratch * Download iso image: $wget http://linux.studenti.polito.it/linuxstudenti/debian-6.0.2.1-amd64-netinst.iso * NEW Virtual Image: * Start virt image, click on dom0 hostname, select NEW and enter following parameters: $ virt-image& * fully virtualized, x64, kvm * local install ISO, OS linux, Generic 2.6 * select from browser the iso previously downloaded * select storage (file or partition depending on your choice) and size (>= 10GB) * shared physical bridge, (eth0/1), fixed MAC (choose a free one from NewEntropy) * from virt-image console enter parameters for installation * NETWORK: IP, gateway, nameserver * users (root passwd, one user) * US keyboard, ... * ssh server + graphycs if needed * Once finished, enter machine from console and run: * wget --no-check-certificate https://yam-server.cnaf.infn.it/EMIinstall/emi-post-install.sh * chmod +x emi-post-install.sh * ./emi-post-install.sh (this script enable developer users + align packages to etics CERN version) 1. Installation from previously created template image: * Shutdown template image to clone (ex. cert-31-Debian is the template image for which we have both .img file and xml conf file) * Clone image: * $virt-clone --original-xml=XMLFILEOFTEMPLATE --name=NEWmachineNAMEinVIRTMANAGER --mac=NEWMAC_address --file=DestinationImageFILE * Example: $virt-clone --original-xml=/etc/libvirt/qemu/cert-31-Debian.xml --name=cert-32-Debian --mac=00:16:3e:08:01:9b --file=/virtdisk1/cert-32-Debian.img * New image post configuration * NOTE The original image must be NOT running * start new machine from virt-manager and enter machine console: * CHANGE HOSTNAME: $sed -i 's/OLD_HOSTNAME/NEW_HOSTNAME/g' /etc/hostname * CHANGE NETWORK CONF: * $ifconfing > check which eth is used * $ifdown ethXX (from above) * editing files: /etc/resolv.con , /etc/network/interfaces (new IP there) * restart network: $ifup ethXX *$ ifconfig ----> to check it is fine. * restart both original and new machine. * remove puppet files and rerun the puppet configuration commands as in https://yam-server.cnaf.infn.it/EMIinstall/emi-post-install.sh script *$ apt-get remove puppet *$ rm /root/puppetfile?HOSTNAME *execute the following: <verbatim> wget -q http://doctorwho.cnaf.infn.it/cgi-bin/hostinfo.cgi?certname=$HOSTNAME apt-get install -y puppet touch /etc/puppet/namespaceauth.conf TEST=`grep doctorwho /etc/puppet/puppet.conf|wc -l` if [ $TEST -eq 0 ] ; then cat >> /etc/puppet/puppet.conf << EOF server = doctorwho.cnaf.infn.it report = true listen = true runinterval = 360 EOF update-rc.d puppet enable 5 sed -i 's/START=no/START=yes/g' /etc/default/puppet /etc/init.d/puppet restart fi </verbatim> ---+++ HOWTO Restore clean OS image disk in XEN * Requirements and checks: * Daemons stopped (or in @chkconfig on@) in server hosting your service * Backup File Image with clean OS 1. Connect to dom0 server, as root 1. get help on xen manager with: =xm= 1. List running machines: =$xm list= 1. Shutdown your machine with: =$xm shutdown NAME_OF_MACHINE_AS_FROM_XM_LIST_OUTPUT (ex.. emitestbed09-SL6X-64) 1. Restore clean os image file from backup image: =cp emitestbed18-SL5X-64_CLEANOS.img emitestbed18-SL5X-64.img= 1. N.B. The image file used for a given virtual server is stored in the xen configuration file. ex: <verbatim> [root@emitest-dom01 ~]# cat /etc/xen/emitestbed18-SL5X-64 name = "emitestbed18-SL5X-64" builder = "hvm" memory = "1024" disk = [ 'file:/domU/emitestbed18-SL5X-64.img,hda,w' ] <<<<<<<<<<<<<<<<<<<<<<<<<<< THE FILE<<<<<<<<<<<<<<<< boot = "c" vif = [ 'mac=00:16:3e:08:01:76, bridge=xenbr0' ] vfb = ["type=vnc,vncunused=1"] device_model = "/usr/lib64/xen/bin/qemu-dm" kernel = "/usr/lib/xen/boot/hvmloader" vcpus=1 on_reboot = 'restart' on_crash = 'restart' </verbatim> 1. START THE NEW MACHINE WITH: $>xm create emitestbed18-SL5X-64 ----------> same name as the conf file without path /etc/xen/emitestbed18-SL5X-64 ---++ PUPPET SETUP ---+++ AVAILABLE MODULES i. BASENODE: deployed on all IGI servers (production + R&D) i. fail2ban -> bans users aftern X wrong password attempts i. lcg-ca -> egi trustanchor repo + CA i. lemon -> lemon monitoring setup i. nrpe -> nagios probes i. nsca -> nagios probes i. ntp -> ntp server setup i. pakiti-> pakiti security monitoring setup i. puppet i. repo-updates i. resolv i. security-checks -> monitor existence of dangerous files i. security-updates -> monitor existence of dangerous files i. ssh -> ssh setup + some ssh keys i. yum -> repos i. EMI AND TESTBEDS: ON ALL EMITESTBED + IGI CERTIFICATION/RELEASE nodes i. emi-cerntb -> install cern utilities repo + BitFAce CA for Nagios tests i. emi-testers-vo -> creates following files /root/siteinfo/ + /root/siteinfo/groups.conf+users.conf + /root/siteinfo/vo.d/testers2.eu-emi.eu+testers.eu-emi.eu i. emi-generic-vo -> creates following files /root/siteinfo/ + /root/siteinfo/groups.conf+users.conf + /root/siteinfo/vo.d/testers2.eu-emi.eu+testers.eu-emi.eu+cms+dteam (other VO can be added if needed) i. emi-users -> creates users with password for pre-registered bastion users in IGI Middleware Unit i. emi-testwrapperscript -> creates file /root/siteinfo/script-wrapper.py i. EMI AND TESTBEDS: REPOSITORIES AVAILABLE ON DEMAND i. emi1-prodrepo -> install emi1 release package (on emi1 emitesbed servers) i. emi1-releaseupdatesrepo -> install emi1-deployment repo (on emi1 emitesbed servers) i. emi2-prodrepo -> install emi2 release package i. emi2-rcrepo -> install emi2 RC repo i. EMI TESTBEDS: AUTOMATED DEPLOYMENT MODULES i. ARGUS i. SCENARIO files to deploy an argus with emitestbed policy emi2-argus-deploy -> Provides template files for automated deployment test with /root/siteinfo/script-wrapper.py |-- files | |-- EMI2_SL5-64_ARGUS_deployement_command_list.txt | |-- EMI2_SL6-64_ARGUS_deployement_command_list.txt | |-- emitestbed_policy.txt | `-- site-info.def i. WMS i. SCENARIO files to deploy a WMS from testing repo and emitestbed setup. emi1-wmstesting-deploy -> Provides template files for automated deployment test with /root/siteinfo/script-wrapper.py |-- files |-- EMI1_TESTING_SL5-64_WMS_deployement_command_list.txt | `-- site-info.def i. SCENARIO files to deploy a WMS from production then update it to testing repo and emitestbed setup. emi1-wmsupdate-deploy -> Provides template files for automated deployment test with /root/siteinfo/script-wrapper.py |-- files |-- |-- EMI1_UPDATE_SL5-64_WMS_deployement_command_list.txt `-- site-info.def i. IGI CERTIFICATION: AUTOMATED DEPLOYMENT MODULES i. WMS i. SCENARIO: install a wms from testing repo with multi VO enabled and certification bdii etc. : emi1-wms-cert-install -> Provides template files for automated deployment test with /root/siteinfo/script-wrapper.py |-- files | |-- EMI1_CERT_INSTALL_SL5-64_WMS_deployement_command_list.txt | -- site-info.def i. SCENARIO: install a wms from production repo with multi VO enabled and certification bdii etc. then update it to testing: emi1-wms-cert-update -> Provides template files for automated deployment test with /root/siteinfo/script-wrapper.py |-- files | |-- | |-- EMI1_CERT_UPDATE_SL5-64_WMS_deployement_command_list.txt | -- site-info.def ---++ TESTBED INVENTORY ---+++ Other services | *HOSTNAME* | *SO* | *SERVICE* | *State* | *Note* | | [[https://lemon.cr.cnaf.infn.it/lemon-web/info.php?entity=cert-bdii-04.cnaf.infn.it][cert-bdii-04.cnaf.infn.it]] | SLC 4.8 | BDII | %ICON{choice-yes}% | Dismissed | | [[https://lemon.cr.cnaf.infn.it/lemon-web/info.php?entity=cert-42.cnaf.infn.it][cert-42.cnaf.infn.it]] | SL 5.8 | BDII 5.2.12-1 | %ICON{choice-yes}% | | | cream-46.pd.infn.it | SL 5.5 Epel | [[WorkLog_cream-46][EMI Argus server 1.3.0-4]] | %ICON{choice-yes}% | | | cream-45.pd.infn.it | SL 5.5 Epel | [[WorkLog_cream-45][EMI Argus server 1.3.0-4]] | %ICON{choice-yes}% | | | cream-32.pd.infn.it | SL 5.5 Epel | [[WorkLog_cream-32][Batch master pbs di cream-39 e mysql server di cream-31]] | %ICON{choice-yes}% | | | cert-17.pd.infn.it | SL 5.5 dag| [[WorkLog_cert-17][ig_BDII_site]] | %ICON{choice-yes}% | Used to test CE cert-34 with HLR Server cert-40| | [[https://lemon.cr.cnaf.infn.it/lemon-web/info.php?entity=cert-42.cnaf.infn.it][cert-42.cnaf.infn.it]] | SL 5.5 | BDII | %ICON{choice-yes}% | BDII di certificazione | | [[http://wiki.italiangrid.it/twiki/bin/view/IGIRelease/WorkLog_cert-42][cert-42.cnaf.infn.it]] | DISCO SL 6 Epel | EMI BDII | | Certificazione WMS | | [[http://wiki.italiangrid.it/twiki/bin/view/IGIRelease/WorkLog_cert-43][cert-43.cnaf.infn.it]] | DISCO SL 6 Epel | EMI Nagios | | Metapackage testing | ---+++ User Interface | *HOSTNAME* | *SO* | *SERVICE* | *State* | *Note* | | [[http://cream-17.pd.infn.it:25555/nagios/cgi-bin/status.cgi?host=cream-12.pd.infn.it][cream-12.pd.infn.it]] | SL 5.5 Epel | [[WorkLog_Cream12][EMI UI 1.0.0]] | %ICON{choice-yes}% | | | cream-03.pd.infn.it | SL 5.5 | [[WorkLog_cream-03][GLITE UI 3.2.11]] | %ICON{choice-yes}% | | | cert-17.cnaf.infn.it | SL 5.5 Epel | [[WorkLog_cert-17][EMI UI 1.0.0 ]] | %ICON{choice-yes}% | Virtual UI for certification | | cert-02.pd.infn.it | SL 5.5 Epel | [[WorkLog_cert-02][EMI UI 1.0.0]] | %ICON{choice-yes}% | Used to test CE cert-34 with HLR Server cert-40| | cert-31.cnaf.infn.it | DISCO SL5 + SL6 + Debian 6 Epel | [[http://wiki.italiangrid.it/twiki/bin/view/IGIRelease/WorkLog_cert-31][cert-31.cnaf.infn.it]] | EMI UI 2.0.1 | Updated to EMI 2 Update 6 (Cristina) | | VIRTUAL UI EMI2 | SL 6 Epel | EMI UI 2.0.0 | TBD | | | VIRTUAL UI EMI2 | DEBIAN Epel | EMI UI 2.0.0 | TBD | | ---+++ Workload Management Service | *HOSTNAME* | *SO* | *SERVICE* | *State* | *Note* | | [[http://wiki.italiangrid.it/twiki/bin/view/IGIRelease/WorkLog_cert-25][cert-25.cnaf.infn.it]] | SL 5.7 Epel | WMS 3.3.5-2 | %ICON{choice-yes}% | EMI 1.11.2-1 | | [[http://wiki.italiangrid.it/twiki/bin/view/IGIRelease/WorkLog_cert-26][cert-26.cnaf.infn.it]] | SL 5.7 Epel | WMS 3.3.5-2 | %ICON{choice-yes}% | EMI 1.11.2-1 | | [[http://wiki.italiangrid.it/twiki/bin/view/IGIRelease/WorkLog_emi-demo11][emi-demo11.cnaf.infn.it]] | SL 5.7 Epel | WMS 3.3.5-2 | %ICON{choice-yes}% | EMI 1.11.2-1 | | [[http://wiki.italiangrid.it/twiki/bin/view/IGIRelease/WorkLog_emi-demo12][emi-demo12.cnaf.infn.it]] | SL 5.8 Epel | WMS 3.4 | %ICON{choice-yes}% | EMI 2.5.0-1| | [[http://wiki.italiangrid.it/twiki/bin/view/IGIRelease/WorkLog_devel20][devel20.cnaf.infn.it]] | SL 5.7 Epel | WMS 3.3.4 | %ICON{choice-yes}% | EMI 1.7.0-1 | | [[http://wiki.italiangrid.it/twiki/bin/view/IGIRelease/WorkLog_devel17][devel17.cnaf.infn.it]] | SL 5.7 Epel | LB 2.2.10 | %ICON{choice-yes}% | EMI 1.7.0-1 | | VIRTUAL LB EMI1 | SL 5.5 Epel | EMI LB 1.0.0 | USE EMI INTEGRATION ???? | | | [[http://wiki.italiangrid.it/twiki/bin/view/IGIRelease/WorkLog_cert-27][cert-27.cnaf.infn.it]] | DISCO SL 6 Epel | EMI WMS 2.0.0 | %ICON{choice-yes}% | | | [[http://wiki.italiangrid.it/twiki/bin/view/IGIRelease/WorkLog_cert-28][cert-28.cnaf.infn.it]] | DISCO SL 6 Epel | EMI WMS 2.0.0 | %ICON{choice-yes}% | | | [[http://wiki.italiangrid.it/twiki/bin/view/IGIRelease/WorkLog_cert-32][cert-32.cnaf.infn.it]] | DISCO Debian 6 Epel | EMI WMS 2.0.0 | POWEROFF | | ---+++ HLR Server | *HOSTNAME* | *SO* | *SERVICE* | *State* | *Note* | | cert-13.pd.infn.it | SL 5.7 | [[WorkLog_cert-13][HLR IGI]] | %ICON{choice-yes}% | used for the HLR Server certification | ---+++ Storm | *HOSTNAME* | *SO* | *SERVICE* | *State* | *Note* | | [[http://wiki.italiangrid.it/twiki/bin/view/IGIRelease/WorkLog_cert-41][cert-41.cnaf.infn.it]] | DISCO SL 6 Epel | EMI STORM 2.0.0 | | | | [[http://wiki.italiangrid.it/twiki/bin/view/IGIRelease/WorkLog_cert-44][cert-44.cnaf.infn.it]] | DISCO SL 6 Epel | EMI STORM 2.0.0 | TBD | Front End | ---+++ VOMS | *HOSTNAME* | *SO* | *SERVICE* | *State* | *Note* | | emitestbed18.cnaf.infn.it | DISCO SL 5 x32 Epel + DISCO SL 5 x64 Epel | EMI VOMS 1.x / 2.0.0 | | dom0 = emitest-dom01, cleanos file available XEN | | cert-30.cnaf.infn.it | DISCO SL 6 x64 Epel | EMI VOMS 1.x / 2.0.0 | | dom0 = cert-dom0-02 KVM | |[[LogBookemidemo14cnafinfnit][ emi-demo14.cnaf.infn.it ]] | [[https://doctorwho.cnaf.infn.it/nagios/cgi-bin/status.cgi?navbarsearch=1&host=emi-demo14][Availability Status (Restricted Access)]] | | | | emi-demo18.cnaf.infn.it | DISCO SL 6 x64 Epel | EMI3 VOMS | | dom0 = cert-dom0-04 | ---+++ Computing elements: *GlueCEStateStatus: Testing* ---++++ EMI 1 CEs | *HOSTNAME* | *SO* | *SERVICE* | *EMI Version* | *State* | *Note* | | *CeMon* | *Argus* | *BLParser* | *Cluster* | | [[http://cream-17.pd.infn.it:25555/nagios/cgi-bin/status.cgi?host=cream-23.pd.infn.it][cream-23.pd.infn.it]] | SL 5.5 | [[WorkLog_cream-23][Cream-CE 1.13.5-1]] | 1.14.1-1 | %ICON{choice-yes}% | Cream LSF testing | | no | no | new| no | ---++++ EMI 2 CEs ---+++++ LSF (7.0.5.125007) CEs | *HOSTNAME* | *SO* | *SERVICE* | *EMI Version* | *State* | *Note* | | *CeMon* | *Argus* | *BLParser* | *Cluster* | | [[http://cream-17.pd.infn.it:25555/nagios/cgi-bin/status.cgi?host=cream-19.pd.infn.it][cream-19.pd.infn.it]] | SL 5.5 Epel X86_64 | [[WorkLog_cream-19][Cream 1.14.2-1<br/>BDII Site 1.0.0-1]] | 2.5.1-1 | %ICON{choice-yes}% | Cream LSF testing | | no | yes | new | no | | [[http://cream-17.pd.infn.it:25555/nagios/cgi-bin/status.cgi?host=cream-20.pd.infn.it][cream-20.pd.infn.it]] | SL 5.5 Epel X86_64 | [[WorkLog_cream-20][Cream 1.15.1-2]] | 3.0.0-1 | %ICON{choice-yes}% | Cream LSF testing | | no | no | old | no | | [[http://cream-17.pd.infn.it:25555/nagios/cgi-bin/status.cgi?host=cream-22.pd.infn.it][cream-22.pd.infn.it]] | SL 5.5 Epel X86_64 | [[WorkLog_cream-22][Cream 1.14.2-1]] | 2.5.1-1 | %ICON{choice-yes}% | Cream LSF testing | | no | yes | old | no | | [[http://cream-17.pd.infn.it:25555/nagios/cgi-bin/status.cgi?host=cream-24.pd.infn.it][cream-24.pd.infn.it]] | SL 5.5 Epel X86_64 | [[WorkLog_cream-24][Cream 1.14.3-1]] | 2.5.1-1 | %ICON{choice-yes}% | Cream LSF testing | | no | yes | new | no | | [[http://cream-17.pd.infn.it:25555/nagios/cgi-bin/status.cgi?host=cream-29.pd.infn.it][cream-29.pd.infn.it]] | SL 5.5 Epel X86_64 | [[WorkLog_cream-29][Cream 1.14.2-1]] | 2.5.1-1 | %ICON{choice-yes}% |Cream LSF testing | | no | yes | old | no | | cert-41.pd.infn.it | SL 6. Epel X86_64 | [[WorkLog_cert-41][CREAM 1.14.1]] | ..... | %ICON{choice-yes}% | In use for EMI 2 CREAM 1.14.1 certification | | no | yes | new | no | | CREAM EMI2 | SL 6 Epel | EMI CREAM LSF 2.0.0 | TBD | | VIRTUAL Padova ?? + Usano i wn del pool LSF | | CREAM EMI2 | Debian 6 Epel | EMI CREAM LSF 2.0.0 | TBD | | VIRTUAL Padova ?? + Usano i wn del pool LSF | ---+++++ Torque (2.5.7-2) CEs | *HOSTNAME* | *SO* | *SERVICE* | *EMI Version* | *State* | *Note* | | *CeMon* | *Argus* | *BLParser* | *Cluster* | | [[http://cream-17.pd.infn.it:25555/nagios/cgi-bin/status.cgi?host=cream-30.pd.infn.it][cream-30.pd.infn.it]] | SL 5.5 | [[WorkLog_cream-30][Cream-CE 1.14.2-1]] | 1.14.2-1 | %ICON{choice-yes}% | Cream Torque 2.5.7-7 | | no | no | new| no | | [[http://cream-17.pd.infn.it:25555/nagios/cgi-bin/status.cgi?host=cream-31.pd.infn.it][cream-31.pd.infn.it]] | SL 5.5 Epel X86_64 | [[WorkLog_cream-31][Cream 1.14.2-1]] | 2.5.1-1 | %ICON{choice-yes}% | Cream PBS testing | | no | no | old | no | | [[http://cream-17.pd.infn.it:25555/nagios/cgi-bin/status.cgi?host=cream-39.pd.infn.it][cream-39.pd.infn.it]] | SL 5.5 Epel X86_64 | [[WorkLog_cream-39][Cream 1.14.2-1]] | 2.5.1-1 | %ICON{choice-yes}% | Cream PBS testing | | no | yes | new | no | | [[http://cream-17.pd.infn.it:25555/nagios/cgi-bin/status.cgi?host=cream-40.pd.infn.it][cream-40.pd.infn.it]] | SL 5.5 Epel X86_64 | [[WorkLog_cream-40][Cream 1.15.1-2]] | 3.0.0-1 | %ICON{choice-yes}% |Cream PBS testing | | no | yes | new | no | | [[http://cream-17.pd.infn.it:25555/nagios/cgi-bin/status.cgi?host=cream-41.pd.infn.it][cream-41.pd.infn.it]] | SL 5.5 Epel X86_64 | [[WorkLog_cream-41][Cream 1.14.2-1]] | 2.5.1-1 | %ICON{choice-yes}% | Cream PBS testing | | no | no | new | no | | cert-34.pd.infn.it | SL 5.5 Epel | [[WorkLog_cert-34][Cream 1.13.4-1 + DGAS_sensors]] | | %ICON{choice-yes}% | | | cert-42.pd.infn.it | SL 6. Epel X86_64 | [[WorkLog_cert-42][CREAM 1.14.1]] | ..... | %ICON{choice-yes}% | In use for EMI 2 CREAM 1.14.1 certification | | no | yes | new | no | | [[http://wiki.italiangrid.it/twiki/bin/view/IGIRelease/WorkLog_cert-44][cert-44.cnaf.infn.it]] | SL 5 Epel | EMI CREAM PBS 2.0.0 | |CREAM EMI2 | | [[http://wiki.italiangrid.it/twiki/bin/view/IGIRelease/WorkLog_cert-45][cert-45.cnaf.infn.it]] | SL 6 Epel | EMI CREAM PBS 2.0.0 | |CREAM EMI2 | | WN | SL5x 64bit | [[LogBookemidemo10cnafinfnit][ emi-demo10.cnaf.infn.it ]] | [[https://doctorwho.cnaf.infn.it/nagios/cgi-bin/status.cgi?navbarsearch=1&host=emi-demo10][Availability Status (Restricted Access)]] | | | | WN | SL6/64bit | [[LogBookemidemo17cnafinfnit][ emi-demo17.cnaf.infn.it ]] | [[https://cvitbrcnagios.cern.ch/nagios/cgi-bin/status.cgi?host=emi-demo17.cnaf.infn.it][Status]] | GLiteJobManagement | | | [[http://wiki.italiangrid.it/twiki/bin/view/IGIRelease/WorkLog_cert-46][cert-46.cnaf.infn.it]] | Debian 6 Epel | EMI CREAM PBS 2.0.0 | TBD | CREAM EMI2 | | [[http://wiki.italiangrid.it/twiki/bin/view/IGIRelease/WorkLog_cert-47][cert-47.cnaf.infn.it]] | SL 6 Epel | EMI WN 2.0.0 | TBD | WN EMI2 | | [[http://wiki.italiangrid.it/twiki/bin/view/IGIRelease/WorkLog_cert-48][cert-48.cnaf.infn.it]] | Debian 6 Epel | EMI WN 2.0.0 | TBD | WN EMI2 | | WN EMI2 | SL 6 Epel | EMI WN 2.0.0 | TBD | | | WN EMI2 | Debian 6 Epel | EMI WN 2.0.0 | TBD | | ---+++++ SGE CEs | CREAM EMI2 | SL 6 Epel | EMI CREAM SGE 2.0.0 | TBD | | | CREAM EMI2 | SL 6 Epel | EMI CREAM SGE 2.0.0 | TBD | | | CREAM EMI2 | Debian 6 Epel | EMI CREAM SGE 2.0.0 | TBD | | | WN EMI2 | SL 6 Epel | EMI WN 2.0.0 + SGE | TBD | | | WN EMI2 | Debian 6 Epel | EMI WN 2.0.0 + SGE | TBD | | | WN EMI2 | SL 6 Epel | EMI WN 2.0.0 + SGE | TBD | | | WN EMI2 | Debian 6 Epel | EMI WN 2.0.0 + SGE | TBD | | ---+++ WMSMonitor | *HOSTNAME* | *SO* | *SERVICE* | *State* | *Note* | | cert-wms-03.cnaf.infn.it | SL 5.4 | WMSMonitor Server 3.0 Certification | %ICON{choice-yes}% | | ---+++ SPARE Virtual machine for deployment tests | *HOSTNAME* | *Master host* | *Assigned to* | *Note* | | cert-18.pd.infn.it | cert-14.pd.infn.it | Cristina | Storm 1.8.3 | | cert-12.pd.infn.it | cert-03 | Sergio | [[WorkLog_cert-12][old Worklog]] | %ICON{choice-yes}% Installation of RC3 fails (scratched) | | cert-40.pd.infn.it | cert-38 | Sergio | [[WorkLog_cert-40][old Worklog]] | %ICON{choice-yes}% old host used to certify the sensors (scratched) | | cream-06.pd.infn.it | cream-mstr-021.pd.infn.it | Sara Bertocco | --- | | cream-48.pd.infn.it | cream-mstr-020.pd.infn.it | Sara Bertocco | --- | | cream-wn-036.pd.infn.it | cream-mstr-024.pn.pd.infn.it | Sara Bertocco | --- | | cream-wn-016.pd.infn.it | cream-master-008.pn.pd.infn.it | Sara Bertocco | --- | | cream-wn-035.pd.infn.it | prod-wn-005.pn.pd.infn.it | Sara Bertocco | --- | | cream-wn-042.pd.infn.it | cream-mstr-027.pn.pd.infn.it | Sara Bertocco | --- | | cream-wn-043.pd.infn.it | cream-mstr-027.pn.pd.infn.it | Sara Bertocco | --- | ---+++ EMI Integration Testbed INFN ---++++ EMI Platform Release Testing https://twiki.cern.ch/twiki/bin/view/EMI/EMITestbedInventory#INFN | | *Service Deployed* | *Platform* | *Server Hostname* | *Service Status* | *PT* | *Additional information* | | 1 | Release Testing SA1 | SL5+SL6/64bit | [[LogBookcert29cnafinfnit][ cert-29.cnaf.infn.it]] | [[https://doctorwho.cnaf.infn.it/nagios/cgi-bin/status.cgi?navbarsearch=1&host=cert-29][Availability Status (Restricted Access)]] | | - | | 2 | Release Testing SA1 | Debian 6 64 bit | [[LogBookcert32cnafinfnit][cert-32.cnaf.infn.it]] | [[https://doctorwho.cnaf.infn.it/nagios/cgi-bin/status.cgi?navbarsearch=1&host=cert-32][Availability Status (Restricted Access)]] | | - | ---++++ EMI pre EMI Production | 1 | UI | SL5/64bit | emitestbed06.cnaf.infn.it | [[https://doctorwho.cnaf.infn.it/nagios/cgi-bin/status.cgi?navbarsearch=1&host=emitestbed06][Availability Status (Restricted Access)]] | gLiteUI 3.2 | - | | 2 | gLite 3.2 cream | SL5/64bit | cream-37.pd.infn.it | [[https://cvitbnagios.cern.ch/nagios/cgi-bin/status.cgi?host=cream-37.pd.infn.it][Status]] | [[GLiteJobManagement][gLite Job Management]] | LSF Batch system| | 3 | gLite 3.2 WN | SL5/64bit | emitestbed11.cnaf.infn.it | [[https://doctorwho.cnaf.infn.it/nagios/cgi-bin/status.cgi?navbarsearch=1&host=emitestbed11][Availability Status (Restricted Access)]] | GLiteJobManagement | CE-> cert-09, LSF Batch system | ---++++ EMI-1 Production Logbook at page: https://twiki.cern.ch/twiki/bin/view/EMI/EMITestbedInventory#INFN_AN2 | | *Service Deployed* | *Platform* | *Server Hostname* | *Service Status* | *PT* | *Additional information* | | 1 | UI | SL5/64bit | emitestbed08.cnaf.infn.it | [[https://doctorwho.cnaf.infn.it/nagios/cgi-bin/status.cgi?navbarsearch=1&host=emitestbed08][Availability Status (Restricted Access)]] | emiUI | - | | 2 | VOMS Admin Mysql | SL5/64bit | emitestbed07.cnaf.infn.it | [[https://cvitbnagios.cern.ch/nagios/cgi-bin/status.cgi?host=emitestbed07.cnaf.infn.it][Status]] | VOMS | - | | 3 | ARGUS Server | SL5/64bit | emitestbed10.cnaf.infn.it | [[https://cvitbnagios.cern.ch/nagios/cgi-bin/status.cgi?host=emitestbed10.cnaf.infn.it][Status]] | Argus | - | | 4 | Storm | SL5/64bit | emitestbed03.cnaf.infn.it | [[https://cvitbnagios.cern.ch/nagios/cgi-bin/status.cgi?host=emitestbed03.cnaf.infn.it][Status]] | StoRM | - | | 5 | emi-WMS | SL5/64bit | cert-08.cnaf.infn.it | [[https://cvitbnagios.cern.ch/nagios/cgi-bin/status.cgi?host=cert-08.cnaf.infn.it][Status]] | GLiteJobManagement | - | | 6 | emi-CREAM | SL5/64bit | cert-07.cnaf.infn.it | [[https://cvitbnagios.cern.ch/nagios/cgi-bin/status.cgi?host=cert-07.cnaf.infn.it][Status]] | GLiteJobManagement | ( ARGUS + MPI + GLEXEC Enabled) | | 7 | emi-WN | SL5/64bit | emitestbed15.cnaf.infn.it | [[https://doctorwho.cnaf.infn.it/nagios/cgi-bin/status.cgi?navbarsearch=1&host=emitestbed15][Availability Status (Restricted Access)]] | GLiteJobManagement | (ARGUS + MPI + GLEXEC Enabled) | | 8 | emi-WN | SL5/64bit | emitestbed17.cnaf.infn.it | [[https://doctorwho.cnaf.infn.it/nagios/cgi-bin/status.cgi?navbarsearch=1&host=emitestbed17][Availability Status (Restricted Access)]] | GLiteJobManagement | (ARGUS + MPI + GLEXEC Enabled) | | 9 | emi-CREAM | SL5/64bit | emitestbed21.cnaf.infn.it | [[https://cvitbnagios.cern.ch/nagios/cgi-bin/status.cgi?host=emitestbed21.cnaf.infn.it][Status]] | GLiteJobManagement | Sun Grid ENGINE GE-plugin | | 10 | Grid Engine Server | SL5/64bit | emitestbed22.cnaf.infn.it | [[https://doctorwho.cnaf.infn.it/nagios/cgi-bin/status.cgi?navbarsearch=1&host=emitestbed22][Availability Status (Restricted Access)]] | | | 11 | emi-WN | SL5/64bit | emitestbed12.cnaf.infn.it | [[https://doctorwho.cnaf.infn.it/nagios/cgi-bin/status.cgi?navbarsearch=1&host=emitestbed12][Availability Status (Restricted Access)]] | GLiteJobManagement | Sun Grid Engine -> emitestbed21 | | 12 | emi-WN | SL5/64bit | emitestbed13.cnaf.infn.it | [[https://doctorwho.cnaf.infn.it/nagios/cgi-bin/status.cgi?navbarsearch=1&host=emitestbed17][Availability Status (Restricted Access)]] | GLiteJobManagement | Sun Grid Engine -> emitestbed21 | ---++++ EMI-1 Release Candidate Logbook at page: https://twiki.cern.ch/twiki/bin/view/EMI/EMITestbedInventory#INFN_AN3 | 1 | VOMS Admin Mysql | SL5/64bit | [[LogBookemitestbed01cnafinfnit][emitestbed01.cnaf.infn.it]] | [[https://cvitbrcnagios.cern.ch/nagios/cgi-bin/status.cgi?host=emitestbed01.cnaf.infn.it][Status]] | VOMS | Replica of emitestbed07 VOMS server, NO WRITE TESTS | ---++++ EMI Training Testbed INFN EMI-1 Production Logbook on page: https://twiki.cern.ch/twiki/bin/view/EMI/TestBed#4_Testbed_Resources_Description -> section 4.5 | |*Middleware Suite*|*Service Deployed*|*Platform*|*Server Hostname*|*Site Location*|*PT*|*HW/SW Version and Configuration Status Logbook*| |EXAMPLE| ARC / UNICORE / GLITE | SERVICE | SL5/SL6? | hostnameXXX | PARTNER SITE NAME | PT NAME | [[LogBooktemplate][EMI Testbed service Logbook template]]| | 01 | EMI-1 | emi-UI Update 5 | SL5 | ? | INFN-CATANIA | -- | [[ ][Logbook ]] | | 02 | EMI-1 | emi-WMS/LB Production | SL5 | emi-demo01.cnaf.infn.it | INFN-CNAF | -- | | | 03 | EMI-1 | emi-cream + Torque Server Production | SL5 | emi-demo02.cnaf.infn.it | INFN-CNAF | -- | | | 04 | EMI-1 | emi-se dpm Production | SL5 | emi-demo03.cnaf.infn.it | INFN-CNAF | -- | | | 05 | EMI-1 | emi-WN Production + Torque | SL5 | emi-demo04.cnaf.infn.it | INFN-CNAF | -- | | | 06 | EMI-1 | emi-WN Production + Torque | SL5 | emi-demo05.cnaf.infn.it | INFN-CNAF | -- | | | 07 | EMI-1 | emi-bdii TOP + SITE Production | SL5 | emi-demo06.cnaf.infn.it | INFN-CNAF | -- | | | 08 | EMI-1 | emi-LFC Production + Torque | SL5 | emi-demo07.cnaf.infn.it | INFN-CNAF | -- | | | 09 | EMI-1 | -FREE- | SL5 | emi-demo08.cnaf.infn.it | INFN-CNAF | -- | | ---++++ EMI-2 Production + RC (SL6 + DEBIAN) Logbooks at page: https://twiki.cern.ch/twiki/bin/view/EMI/EMITestbedInventory#INFN_AN1 | | *Service Deployed* | *Platform* | *Server Hostname* | *Service Status* | *PT* | *Additional information* | | 1 | UI + emiNAGIOS | SL5/64bit | emitestbed16.cnaf.infn.it | [[https://doctorwho.cnaf.infn.it/nagios/cgi-bin/status.cgi?navbarsearch=1&host=emitestbed16][Availability Status (Restricted Access)]] | emiUI | EMI 2.0.0-1 | | 2 | emi-CREAM SGE | SL5/64bit | emitestbed02.cnaf.infn.it | [[https://cvitbrcnagios.cern.ch/nagios/cgi-bin/status.cgi?host=emitestbed02.cnaf.infn.it][Status]] | GLiteJobManagement | SGE BATCH SERVER emitestbed22, WN: emitestbed12/13 | | 3 | Storm | SL5/64bit | emitestbed04.cnaf.infn.it | [[https://cvitbrcnagios.cern.ch/nagios/cgi-bin/status.cgi?host=emitestbed04.cnaf.infn.it][Status]] | StoRM | EMI2 - RC Final (<FE:1.8.0-5><BE:1.9.0-2>) | | 4 | emi-WMS | SL5/64bit | cert-13.cnaf.infn.it | [[https://cvitbrcnagios.cern.ch/nagios/cgi-bin/status.cgi?host=cert-13.cnaf.infn.it][Status]] | GLiteJobManagement | NO EMI2 RC FInal available | | 5 | emi-CREAM LSF | SL5/64bit | emi-demo08.cnaf.infn.it | [[https://cvitbrcnagios.cern.ch/nagios/cgi-bin/status.cgi?host=emi-demo08.cnaf.infn.it][Status]] | GLiteJobManagement | WORKING ON | | 6 | emi-WN for CREAM torque + MPI + ARGUS + CEMON | SL5/64bit | emitestbed23.cnaf.infn.it | [[https://doctorwho.cnaf.infn.it/nagios/cgi-bin/status.cgi?navbarsearch=1&host=emitestbed23][Availability Status (Restricted Access)]] | GLiteJobManagement | EMI2 RC -> emi-demo13 CREAM| | 7 | emi-WN | SL5/64bit | emitestbed14.cnaf.infn.it | [[https://doctorwho.cnaf.infn.it/nagios/cgi-bin/status.cgi?navbarsearch=1&host=emitestbed14][Availability Status (Restricted Access)]] | GLiteJobManagement | CE-> emidemo08, LSF Batch system | | 8 | UI + emiNAGIOS | SL6/64bit | emitestbed24.cnaf.infn.it | [[https://doctorwho.cnaf.infn.it/nagios/cgi-bin/status.cgi?navbarsearch=1&host=emitestbed24][Availability Status (Restricted Access)]] | emiUI | EMI 2.0.0-1 | | 9 | STORM | SL6/64bit | emitestbed25.cnaf.infn.it | [[https://cvitbrcnagios.cern.ch/nagios/cgi-bin/status.cgi?host=emitestbed25.cnaf.infn.it][Status]] | STORM | Clean OS, SERVICE EMI2-RC TBD | | 10 | emi-WN for SGE Cluster| SL6/64bit | emitestbed26.cnaf.infn.it | [[https://doctorwho.cnaf.infn.it/nagios/cgi-bin/status.cgi?navbarsearch=1&host=emitestbed26][Availability Status (Restricted Access)]] | WN | | | 11 | VOMS Admin Mysql | SL5/64 + SL6/64bit DISK | emitestbed27.cnaf.infn.it | [[https://cvitbrcnagios.cern.ch/nagios/cgi-bin/status.cgi?host=emitestbed27.cnaf.infn.it][Status]] | VOSM | Clean OS, SERVICE EMI2-RC TBD | | 13 | CREAM torque + MPI + ARGUS + CEMON + GLEXEC on WN| SL6/64bit | emitestbed29.cnaf.infn.it | [[https://cvitbrcnagios.cern.ch/nagios/cgi-bin/status.cgi?host=emitestbed29.cnaf.infn.it][Status]] | GLiteJobManagement | | | 14 | emi-CREAM for LSF CLUSTER | SL6/64bit | emitestbed32.cnaf.infn.it | [[https://cvitbrcnagios.cern.ch/nagios/cgi-bin/status.cgi?host=emitestbed32.cnaf.infn.it][Status]] | | WORKING ON | | 15 | emi-CREAM for SGE CLUSTER | SL6/64bit | emitestbed09.cnaf.infn.it | [[https://cvitbrcnagios.cern.ch/nagios/cgi-bin/status.cgi?host=emitestbed09.cnaf.infn.it][Status]] | | SGE BATCH SERVER emitestbed22, WN: emitestbed12/13 | | 16 | ARGUS Server + ARGUS-EES | SL5/64 + SL6/64bit DISK | emitestbed30.cnaf.infn.it | [[https://cvitbrcnagios.cern.ch/nagios/cgi-bin/status.cgi?host=emitestbed30.cnaf.infn.it][Status]] | GLiteJobManagement | WORKING ON | | 17 | emiWN for TORQUE Cluster | SL6/64bit | emitestbed28.cnaf.infn.it | [[https://doctorwho.cnaf.infn.it/nagios/cgi-bin/status.cgi?navbarsearch=1&host=emitestbed28][Availability Status (Restricted Access)]] | | | | 18 | emiWN for LSF | SL6/64bit | emitestbed31.cnaf.infn.it | [[https://doctorwho.cnaf.infn.it/nagios/cgi-bin/status.cgi?navbarsearch=1&host=emitestbed31][Availability Status (Restricted Access)]] | | | | 19 | gLite Cluster | SL5/64bit or DEBIAN 6/64bit | emitestbed33.cnaf.infn.it | [[https://doctorwho.cnaf.infn.it/nagios/cgi-bin/status.cgi?navbarsearch=1&host=emitestbed33][Availability Status (Restricted Access)]] | GLiteJobManagement | | | 20 | emi-CREAM + Torque + MPI | SL5x 64bit | emi-demo13.cnaf.infn.it | [[https://cvitbrcnagios.cern.ch/nagios/cgi-bin/status.cgi?host=emi-demo13.cnaf.infn.it][Status]] | GLiteJobManagement | EMI2-RC Final -> WN emitestbed23, emi-demo09 | | 21 | LSF Server | SL5/64bit | cert-36.cnaf.infn.it | [[https://doctorwho.cnaf.infn.it/nagios/cgi-bin/status.cgi?navbarsearch=1&host=cert-36][Availability Status (Restricted Access)]] | GLiteJobManagement | | | 22 | gliteCluster | SL6x 64bit | emi-demo15.cnaf.infn.it | [[https://doctorwho.cnaf.infn.it/nagios/cgi-bin/status.cgi?navbarsearch=1&host=emi-demo15][Availability Status (Restricted Access)]] | | | | 23 | WN Torque + MPI | SL5x 64bit | emi-demo09.cnaf.infn.it | [[https://doctorwho.cnaf.infn.it/nagios/cgi-bin/status.cgi?navbarsearch=1&host=emi-demo09][Availability Status (Restricted Access)]] | | | | 24 | WN Torque + MPI | SL6x 64bit | emi-demo16.cnaf.infn.it | [[https://doctorwho.cnaf.infn.it/nagios/cgi-bin/status.cgi?navbarsearch=1&host=emi-demo16][Availability Status (Restricted Access)]] | | | | 25 | WnoDes Mixed Mode + WN Torque | SL5x 64bit | emitestbed34.cnaf.infn.it | [[https://doctorwho.cnaf.infn.it/nagios/cgi-bin/status.cgi?navbarsearch=1&host=emitestbed34][Availability Status (Restricted Access)]] | | -> CREAM emi-demo13 | | 26 | WnoDes WN On Demand | SL5x 64bit | emitestbed35.cnaf.infn.it | | | -> CREAM emi-demo13 | | 27 | WnoDes WN On Demand | SL5x 64bit | emitestbed36.cnaf.infn.it | | | -> CREAM emi-demo13 | | 28 | WnoDes Mixed Mode + WN Torque | SL6x 64bit | cert-06.cnaf.infn.it | [[https://doctorwho.cnaf.infn.it/nagios/cgi-bin/status.cgi?navbarsearch=1&host=cert-06][Availability Status (Restricted Access)]] | | -> CREAM emi-demo13 | | 29 | WnoDes WN On Demand | SL6x 64bit | emitestbed19.cnaf.infn.it | | | -> CREAM emi-demo13 | | 30 | WnoDes WN On Demand | SL6x 64bit | emitestbed20.cnaf.infn.it | | | -> CREAM emi-demo13 | ---++++ EMI 3 RC INFN The following VMs belong to domus13.cnaf.infn.it dom0 physical machine. | | *Service Deployed* | *Platform* | *Server Hostname* | *Service Status* | *PT* | *Additional information* | | 1 | EMI 3 RC Storm | SL5/x86_64 | emitestbed39.cnaf.infn.it | - | STORM | | | 2 | EMI 3 RC Storm | SL6/x86_64 | emitestbed38.cnaf.infn.it | - | STORM | | | 3 | EMI 3 RC VOMS | SL6/x86_64 | emitestbed43.cnaf.infn.it | - | VOMS | | | 4 | Booked for EMI 3 RC VOMS | SL5/x86_64 | emitestbed40.cnaf.infn.it | - | VOMS | | | 5 | EMI 3 RC WMS | SL5/x86_64 | emitestbed41.cnaf.infn.it | - | WMS | | | 6 | EMI 3 RC WMS | SL6/x86_64 | emitestbed44.cnaf.infn.it | - | WMS | | | 7 | EMI 3 RC ARGUS | SL5/x86_64 | emitestbed42.cnaf.infn.it | - | ARGUS | | | 8 | EMI 3 RC ARGUS | SL6/x86_64 | emitestbed45.cnaf.infn.it | - | ARGUS | | | 9 | EMI 3 RC WN | SL6/x86_64 | emitestbed46.cnaf.infn.it | - | EMI Common, CREAM - emitestbed59 | | | 10 | EMI 3 RC UI | SL6/x86_64 | emitestbed47.cnaf.infn.it | - | EMI Common | | | 11 | EMI 3 RC NAGIOS | SL6/x86_64 | emitestbed48.cnaf.infn.it | - | EMI Common | | | 12 | EMI 3 RC CREAM Torque | SL6/x86_64 | emitestbed49.cnaf.infn.it | - | CREAM | WN: emitestbed55 | | 13 | EMI 3 RC CREAM LSF | SL6/x86_64 | emitestbed50.cnaf.infn.it | - | CREAM | LSF server: cert-36 | | 14 | EMI 3 RC CREAM SGE | SL6/x86_64 | emitestbed51.cnaf.infn.it | - | CREAM | SGE master: emitestbed22 | | 15 | JENKINS BUILD SLAVE | SL6/x86_64 | emitestbed52.cnaf.infn.it | - | | | | 16 | FREE | SL6/x86_64 | emitestbed53.cnaf.infn.it | - | | | | 17 | EMI 3 RC UI | SL5/x86_64 | emitestbed54.cnaf.infn.it | - | EMI Common | | | 18 | EMI 3 RC WN | SL5/x86_64 | emitestbed55.cnaf.infn.it | - | EMI Common, CREAM - emitestbed49 | | | 19 | EMI 3 RC NAGIOS | SL5/x86_64 | emitestbed56.cnaf.infn.it | - | EMI Common (update) | | | 20 | EMI 3 RC NAGIOS | SL5/x86_64 | emitestbed57.cnaf.infn.it | - | EMI Common | | | 21 | TO BE REINSTALLED | SL5/x86_64 | emitestbed58.cnaf.infn.it | - | EMI WN EMI 2, for test, can be reinstalled at any moment | | | 22 | EMI 3 RC CREAM Torque | SL5/x86_64 | emitestbed59.cnaf.infn.it | - | CREAM | WN: emitestbed46 | | 23 | EMI 3 RC CREAM LSF | SL5/x86_64 | emitestbed60.cnaf.infn.it | - | CREAM | LSF server: cert-36 | | 24 | EMI 3 RC CREAM SGE | SL5/x86_64 | emitestbed61.cnaf.infn.it | - | CREAM | SGE master: emitestbed22 | | 25 | JENKINS BUILD SLAVE | SL5/x86_64 | emitestbed62.cnaf.infn.it | - | | | ---+++ Useful Links * [[http://cream-17.pd.infn.it:25555/nagios/][Nagios monitoring page]]
Attachments
Attachments
Topic attachments
I
Attachment
Action
Size
Date
Who
Comment
ods
IGI-CERTIFICATION_EMI_TESTBED_INFN.ods
manage
14.5 K
2012-01-30 - 15:52
DaniloDongiovanni
Edit
|
Attach
|
PDF
|
H
istory
:
r122
|
r112
<
r111
<
r110
<
r109
|
B
acklinks
|
V
iew topic
|
More topic actions...
Topic revision: r110 - 2013-06-13
-
FabioCapannini
Home
Site map
CEMon web
CREAM web
Cloud web
Cyclops web
DGAS web
EgeeJra1It web
Gows web
GridOversight web
IGIPortal web
IGIRelease web
MPI web
Main web
MarcheCloud web
MarcheCloudPilotaCNAF web
Middleware web
Operations web
Sandbox web
Security web
SiteAdminCorner web
TWiki web
Training web
UserSupport web
VOMS web
WMS web
WMSMonitor web
WeNMR web
IGI Documentation
Repositories specifications
Installation and Configuration Guides
Updates Guides
Services/Node Types List
IGI Updates Calendar
Tips & Tricks
Use Cases & Troubleshooting
Site Admin Corner
IGI Release Management
Integration Process
TODO List
IGI Testing & Certification
Certification Testbed
Blah testing
CREAM testing
HLR testing
Storm testing
UI testing
VOMS testing
WMS testing
WN testing
IGIRelease Web
Create New Topic
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
P
P
P
P
View
Raw View
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
Account
Log In
Edit
Attach
Copyright © 2008-2023 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback