SUNScholar/Upgrading/Hardware
Revision as of 15:13, 5 September 2012 by Hgibson (talk | contribs) (→Enable Tomcat webapps on new machine)
Contents
Introduction
This is the very tricky one if you are running your server on a bare metal machine. If your server is virtualised then this procedure is not needed. To avoid bare metal upgrades in the future it is highly advised that you virtualise your server. Ask the central campus IT to help you this.
If you are presently running bare metal and are going to upgrade to another bare metal server, then read the guidelines below.
Bare metal to bare metal
These guidelines are very brief and require someone with Linux experience to execute correctly.
Prep new machine
- Install the same version of DSpace and Ubuntu LTS server software on the new machine.
- Do not create a PostgreSQL DB on the new machine.
- The new machine hostname should temporary. For example: http://irx.sun.ac.za
Export and import contents
- Export the PostrgeSQL DB from the old machine and import it to the new machine using "pgAdmin". See: http://www.pgadmin.org
- Put the old machine into maintenance mode.
- Copy the entire /home/dspace folder from the old machine to the new machines /home/dspace folder using "rsync". See: http://en.wikipedia.org/wiki/Rsync
Enable Tomcat webapps on new machine
- Follow this procedure to enable the java webapps on the new machine: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Install_Dspace/S08
- Check for correct operation of DSpace.
Back to Upgrading
Swap hostnames
- Rename the old machine. For example: http://irz.sun.ac.za.
- Rename the new machine so that it has the same hostname as the old machine.