Difference between revisions of "GHN upgrade 400-SNAPSHOT"
From D4Science Wiki
Andrea.manzi (Talk | contribs) |
Andrea.manzi (Talk | contribs) (→gHN Upgrade Instructions) |
||
Line 12: | Line 12: | ||
echo $GLOBUS_LOCATION | echo $GLOBUS_LOCATION | ||
− | 3) Run the | + | 3) Run the clean script with the following arguments: |
* <port>: The port where the container runs. | * <port>: The port where the container runs. | ||
* <restart/norestart>: tells if the container has to be restarted or not after the upgrade | * <restart/norestart>: tells if the container has to be restarted or not after the upgrade | ||
− | ./ | + | ./clean-ghn-4-0-0.sh <port> restart |
Latest revision as of 18:00, 15 January 2014
gHN Upgrade Instructions
It should be carried as follows:
1) Download the clean script from
wget http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/ghn-distribution/upgrade-scripts/clean-ghn-4-0-0.sh
and make it executable:
chmod 700 clean-ghn-4-0-0.sh
2) Verify that the GLOBUS_LOCATION environment variable is correctly set
echo $GLOBUS_LOCATION
3) Run the clean script with the following arguments:
- <port>: The port where the container runs.
- <restart/norestart>: tells if the container has to be restarted or not after the upgrade
./clean-ghn-4-0-0.sh <port> restart