Difference: CreamTestsP4692 (1 vs. 4)

Revision 42011-02-24 - AlessioGianelle

Line: 1 to 1
Changed:
<
<
META TOPICPARENT name="TestWokPlan"
>
>
META TOPICPARENT name="TestPage"
 

PATCH 4692

Revision 32011-02-24 - MassimoSgaravatto

Line: 1 to 1
 
META TOPICPARENT name="TestWokPlan"

PATCH 4692

Added:
>
>

Automatic tests

 

Checked bugs

Line: 87 to 90
 
META FILEATTACHMENT attachment="yum_update_log.txt.gz" attr="" comment="yum log for update" date="1298470856" name="yum_update_log.txt.gz" path="yum_update_log.txt.gz" size="1100" stream="yum_update_log.txt.gz" tmpFilename="/usr/tmp/CGItemp5798" user="MassimoSgaravatto" version="1"
META FILEATTACHMENT attachment="yum_install_log.txt.gz" attr="" comment="yum log for a clean installation" date="1298501761" name="yum_install_log.txt.gz" path="yum_install_log.txt.gz" size="6766" stream="yum_install_log.txt.gz" tmpFilename="/usr/tmp/CGItemp9856" user="MassimoSgaravatto" version="1"
META FILEATTACHMENT attachment="yaim_install_log.txt.gz" attr="" comment="yaim log for clean installation" date="1298502614" name="yaim_install_log.txt.gz" path="yaim_install_log.txt.gz" size="20393" stream="yaim_install_log.txt.gz" tmpFilename="/usr/tmp/CGItemp5758" user="MassimoSgaravatto" version="1"
Added:
>
>
META FILEATTACHMENT attachment="reports_patch_4692.tar.gz" attr="" comment="Testuite report" date="1298529113" name="reports_patch_4692.tar.gz" path="reports_patch_4692.tar.gz" size="128772" stream="reports_patch_4692.tar.gz" tmpFilename="/usr/tmp/CGItemp5879" user="MassimoSgaravatto" version="1"

Revision 22011-02-23 - MassimoSgaravatto

Line: 1 to 1
 
META TOPICPARENT name="TestWokPlan"

PATCH 4692

Added:
>
>

Checked bugs

  • Bug #78565: CREAM CE and truncation of Arguments
    • Submitted the following JDL:

executable="printargs.sh";
Arguments = "-V 'lhcb' '/DC=ch/DC=cern/OU=Organic Units/OU=Users/CN=romanov/CN=427293/CN=Vladimir Romanovskiy' -o /Resources/Computing/CEDefaults/PilotType=private";
inputsandbox = {"printargs.sh"};
stdoutput = "outout";
outputsandbox = {"outout"};
outputsandboxbasedesturi="gsiftp://localhost";

with printargs.sh equal to:

#!/bin/sh
echo "1st: $1"
echo "2nd: $2"
echo "3rd: $3"
echo "4th: $4"
echo "5th: $5"

The resulting outout file is now:

1st: -V
2nd: lhcb
3rd: /DC=ch/DC=cern/OU=Organic Units/OU=Users/CN=romanov/CN=427293/CN=Vladimir Romanovskiy
4th: -o
5th: /Resources/Computing/CEDefaults/PilotType=private

In the buggy version it was:

1st: -V
2nd: 'lhcb'
3rd: '/DC=ch/DC=cern/OU=Organic
4th: Units/OU=Users/CN=romanov/CN=427293/CN=Vladimir
5th: Romanovskiy'

 

Clean installation

  • Installation steps:
Line: 35 to 85
 
META FILEATTACHMENT attachment="yaim_update_log.txt.gz" attr="" comment="yaim log for update" date="1298470835" name="yaim_update_log.txt.gz" path="yaim_update_log.txt.gz" size="16980" stream="yaim_update_log.txt.gz" tmpFilename="/usr/tmp/CGItemp5747" user="MassimoSgaravatto" version="1"
META FILEATTACHMENT attachment="yum_update_log.txt.gz" attr="" comment="yum log for update" date="1298470856" name="yum_update_log.txt.gz" path="yum_update_log.txt.gz" size="1100" stream="yum_update_log.txt.gz" tmpFilename="/usr/tmp/CGItemp5798" user="MassimoSgaravatto" version="1"
Added:
>
>
META FILEATTACHMENT attachment="yum_install_log.txt.gz" attr="" comment="yum log for a clean installation" date="1298501761" name="yum_install_log.txt.gz" path="yum_install_log.txt.gz" size="6766" stream="yum_install_log.txt.gz" tmpFilename="/usr/tmp/CGItemp9856" user="MassimoSgaravatto" version="1"
META FILEATTACHMENT attachment="yaim_install_log.txt.gz" attr="" comment="yaim log for clean installation" date="1298502614" name="yaim_install_log.txt.gz" path="yaim_install_log.txt.gz" size="20393" stream="yaim_install_log.txt.gz" tmpFilename="/usr/tmp/CGItemp5758" user="MassimoSgaravatto" version="1"

Revision 12011-02-23 - MassimoSgaravatto

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="TestWokPlan"

PATCH 4692

Clean installation

  • Installation steps:
    wget http://etics-repository.cern.ch/repository/pm/registered/repomd/name/patch_4692_1/etics-registered-build-by-name.repo -O /etc/yum.repos.d/glite-CREAM.repo
    yum install xml-commons-apis
    yum install glite-CREAM
    wget http://grid-deployment.web.cern.ch/grid-deployment/glite/repos/3.2/glite-TORQUE_utils.repo -O /etc/yum.repos.d/glite-TORQUE_utils.repo
    wget http://grid-deployment.web.cern.ch/grid-deployment/glite/repos/3.2/glite-TORQUE_server.repo -O /etc/yum.repos.d/glite-TORQUE_server.repo
    yum install glite-TORQUE_utils glite-TORQUE_server
    /opt/glite/yaim/bin/yaim -c -s site-info.def -n creamCE -n TORQUE_server -n TORQUE_utils
    
  • View the log of yum for a clean installation
  • View the log of yaim for a clean installation (TORQUE is used)

Upgrade from production

  • Upgrade steps:
    cd /etc/yum.repos.d
    wget  http://etics-repository.cern.ch/repository/pm/registered/repomd/name/patch_4692_1/etics-registered-build-by-name.repo
    yum update
    /opt/glite/yaim/bin/yaim -c -s site-info.def -n creamCE -n TORQUE_server -n TORQUE_utils
    
  • View the log of yum for an upgrade
  • View the log of yaim for an upgrade (TORQUE is used)

-- MassimoSgaravatto - 2011-02-23

META FILEATTACHMENT attachment="yaim_update_log.txt.gz" attr="" comment="yaim log for update" date="1298470835" name="yaim_update_log.txt.gz" path="yaim_update_log.txt.gz" size="16980" stream="yaim_update_log.txt.gz" tmpFilename="/usr/tmp/CGItemp5747" user="MassimoSgaravatto" version="1"
META FILEATTACHMENT attachment="yum_update_log.txt.gz" attr="" comment="yum log for update" date="1298470856" name="yum_update_log.txt.gz" path="yum_update_log.txt.gz" size="1100" stream="yum_update_log.txt.gz" tmpFilename="/usr/tmp/CGItemp5798" user="MassimoSgaravatto" version="1"
 
This site is powered by the TWiki collaboration platformCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback