PATCH 4692

Automatic tests

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:
    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

Topic attachments
I Attachment Action Size Date Who Comment
Unknown file formatgz reports_patch_4692.tar.gz manage 125.8 K 2011-02-24 - 06:31 MassimoSgaravatto Testuite report
Unknown file formatgz yaim_install_log.txt.gz manage 19.9 K 2011-02-23 - 23:10 MassimoSgaravatto yaim log for clean installation
Unknown file formatgz yaim_update_log.txt.gz manage 16.6 K 2011-02-23 - 14:20 MassimoSgaravatto yaim log for update
Unknown file formatgz yum_install_log.txt.gz manage 6.6 K 2011-02-23 - 22:56 MassimoSgaravatto yum log for a clean installation
Unknown file formatgz yum_update_log.txt.gz manage 1.1 K 2011-02-23 - 14:20 MassimoSgaravatto yum log for update
Edit | Attach | PDF | History: r4 < r3 < r2 < r1 | Backlinks | Raw View | More topic actions
Topic revision: r4 - 2011-02-24 - AlessioGianelle
 
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