Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Overview

Before summer of 2019, BRCF POD compute and storage servers were running Ubuntu Linux version 14.04 LTS (Long Term Support), which was released in 2014 with 5 years of support/updates. As of April 2019, updates for Ubuntu 14.04 were frozen and no longer available in the standard repositories. As a result, all BRCF POD servers need to be migrated to a newer Ubuntu LTS release. We selected Ubuntu 18.04 LTS, as it will be supported until April 2023.

All storage servers were migrated to Ubuntu 18.04 by July 2019. Migration of compute servers to 18.04 began in July 2019, scheduled as follows:

  • July 24 - Chen/Wallingford and Iyer/Kim PODs
  • July 31 - Dickinson/Cambronne, Ochman, Wilke and EDU PODs
  • Aug 7 - Georgiou/WCAAR, GSAF, Lambowitz/CCBB and Marcotte PODs

How the compute server O/S upgrade may affect you

There are two categories of programs installed on compute servers:

  1. Programs we install globally, accessible by all users
  2. Programs you install yourself, generally accessible only by you

These can be binaries built from source, or in the case of Python/Pyton3 and R/R Studio server, add-on packages.

Missing globally-installed programs

Compute servers under the previous Ubuntu 14.04 release included a layer of bioinformatics software called BioLinux 7. That layer is not available for Ubuntu 18.04. We have attempted to globally install the most important BioLinux 7 tools under Ubuntu 18.04; however some may be missing.

Additionally, there are some 3rd party programs that we cannot yet build successfully under Ubuntu 18.04.

If a program (or R package or Python package) you regularly used under Ubuntu 14.04 is missing in the new Ubuntu 18.04 environment, please Contact Us.

Incompatible user-installed programs

Programs you installed under Ubuntu 14.04 may no longer work.

The Ubuntu O/S is installed on local hard disks on each POD compute server, so that's where system programs, system libraries, most add-on programs and add-on libraries are installed (the exception is for large 3rd party programs or tool suites, which are build in /stor/system/opt, which is a directory on the shared storage server). Many

If you installed 3rd party programs, however, the installation binaries are usually written to your home directory, /stor/home/<user_name>, which is on the shared storage server. These programs may refer to system libraries (or R or Python packages) that are incompatible with the Ubuntu 18.04 environment.




  • No labels