Changes between Version 44 and Version 45 of appendix/upgrade-410-63.html

Show
Ignore:
Author:
mike (IP: 155.98.60.112)
Timestamp:
09/02/08 11:40:23 (2 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • appendix/upgrade-410-63.html

    v44 v45  
    5353and not the Emulab directories (e.g., /proj, /users, /usr/testbed). 
    5454Write this information down as you will need it shortly. 
     55 
     56=== Know your installed Packages === 
     57 
     58Create a list of currently installed packages: 
     59{{{ 
     60   pkg_info > /var/tmp/installed_packages 
     61}}} 
     62as you may need to reinstall some packages after the upgrade is done. 
     63 
     64The port-update script you will run later, is not elegant or efficient at what 
     65it does; it just gets the job done.  As a result, it is also not shy about 
     66removing existing ports to "get the job done."  In particular, it will remove 
     67python 2.3 (py23-*), python 2.4 (py24-*), Mysql (mysql-*), and PHP4 (php4-*) 
     68packages. 
    5569 
    5670=== Before you Reboot === 
    374388 
    375389Reboot your machines and verify that everything starts. 
     390Watch out for packages that update-ports may have removed.  You can reinstall 
     391any such "collateral damage" by looking at the list of (previously) installed 
     392ports you created before you started. 
    376393 
    377394=== Update Emulab Software ===