Difference between revisions of "GHN clean 350"

From D4Science Wiki
Jump to: navigation, search
(Created page with "1) Download the upgrade script from wget http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/ghn-distribution/upgrade-scripts/clean-ghn-3-4-0.sh and make it exec...")
 
 
(5 intermediate revisions by the same user not shown)
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-4-0.sh
+
  wget http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/ghn-distribution/upgrade-scripts/clean-ghn-3-6-0.sh
 
and make it executable:
 
and make it executable:
 
<pre>
 
<pre>
chmod 700 upgrade-ghn-3-4-0.sh
+
chmod 700 clean-ghn-3-5-0.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 10: Line 10:
 
3) Run the upgrade script with the following arguments:
 
3) Run the upgrade 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: the container has to be restarted after the upgrade
  ./upgrade-ghn-3-4-0.sh <port> <restart/norestart>
+
  ./clean-ghn-3-5-0.sh <port> restart
  
  
 
4) Verify the upgrade operation using the infrastructure monitoring tools
 
4) Verify the upgrade operation using the infrastructure monitoring tools
  http://monitor.d4science.research-infrastructures.eu
+
 
 +
  http://www.d4science.org/web/guest/monitor

Latest revision as of 12:35, 20 February 2013

1) Download the upgrade script from

wget http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/ghn-distribution/upgrade-scripts/clean-ghn-3-6-0.sh

and make it executable:

chmod 700 clean-ghn-3-5-0.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.sh <port> restart


4) Verify the upgrade operation using the infrastructure monitoring tools

http://www.d4science.org/web/guest/monitor