Difference between revisions of "GHN clean 350 isofts"
From D4Science Wiki
Andrea.manzi (Talk | contribs) |
Andrea.manzi (Talk | contribs) |
||
Line 1: | Line 1: | ||
1) Download the upgrade script from | 1) Download the upgrade script from | ||
− | wget http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/ghn-distribution/upgrade-scripts/clean-ghn-3-5- | + | wget http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/ghn-distribution/upgrade-scripts/clean-ghn-3-5-0_isofts.sh |
and make it executable: | and make it executable: | ||
<pre> | <pre> | ||
− | chmod 700 clean-ghn-3-5- | + | chmod 700 clean-ghn-3-5-0_isofts.sh |
</pre> | </pre> | ||
2) Verify that the GLOBUS_LOCATION environment variable is correctly set | 2) Verify that the GLOBUS_LOCATION environment variable is correctly set | ||
Line 11: | Line 11: | ||
* <port>: The port where the container runs. | * <port>: The port where the container runs. | ||
* restart: the container has to be restarted after the upgrade | * restart: the container has to be restarted after the upgrade | ||
− | ./clean-ghn-3-5- | + | ./clean-ghn-3-5-0_isofts.sh <port> norestart |
− | 4) Installation of symmetric key | + | 4) Installation of symmetric key under $GLOBUS_LOCATION/config |
+ | 5) Restart GHN: | ||
+ | |||
+ | $GLOBUS_LOCATION/bin/gcore-start-container | ||
6) Verify the upgrade operation using the infrastructure monitoring tools | 6) Verify the upgrade operation using the infrastructure monitoring tools | ||
− | + | https://d4science-mon.cern.ch:8080/monitoring/ |
Latest revision as of 19:45, 25 November 2012
1) Download the upgrade script from
wget http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/ghn-distribution/upgrade-scripts/clean-ghn-3-5-0_isofts.sh
and make it executable:
chmod 700 clean-ghn-3-5-0_isofts.sh
2) Verify that the GLOBUS_LOCATION environment variable is correctly set
echo $GLOBUS_LOCATION
3) Run the upgrade script with the following arguments:
- <port>: The port where the container runs.
- restart: the container has to be restarted after the upgrade
./clean-ghn-3-5-0_isofts.sh <port> norestart
4) Installation of symmetric key under $GLOBUS_LOCATION/config
5) Restart GHNgCube Hosting Node.:
$GLOBUS_LOCATION/bin/gcore-start-container
6) Verify the upgrade operation using the infrastructure monitoring tools