Difference between revisions of "BwUniCluster/Maintenance/2016-10"

From bwHPC Wiki
Jump to: navigation, search
(HowTo: Putty users)
Line 23: Line 23:
 
If you have used the putty client before the maintenance the original SSH host key has been cached. Putty will pop up the following message to you (cf. screen shot below):
 
If you have used the putty client before the maintenance the original SSH host key has been cached. Putty will pop up the following message to you (cf. screen shot below):
 
[[File:BwUniCluster_howto_replace_ssh_host_key_putty_2016-10-21.png|650px|center|border|]]
 
[[File:BwUniCluster_howto_replace_ssh_host_key_putty_2016-10-21.png|650px|center|border|]]
By accepting it (button '''Yes''') putty will be stored the new SSH host key.
+
By accepting it (button '''Yes''') putty will stored the new SSH host key.
   
 
=== HowTo: Linux and macOS users ===
 
=== HowTo: Linux and macOS users ===

Revision as of 14:19, 21 October 2016

The bwUniCluster system will be unavailable between October 17, 2016 and October 21, 2016 for scheduled maintenance.

We strongly recommend to recompile all your binaries after the maintenance due to operational system as well as software and libraries upgrade. This does also apply to binaries that may have been built as add-ons for existing software modules, e.g. private packages for R and Octave, Matlab MEX files, etc.

The batch system queues will be closed starting a couple of days before the maintenance window and will then be cleared. Data on the parallel file systems will remain intact.


1 Operational System Upgrade

Upgrade from Red Hat Enterprise Linux Server release 6.8 (Santiago) to Red Hat Enterprise Linux Server release 7.2 (Maipo)


2 REPLACED SSH Host Key

The original SSH host key of bwUniCluster has been generated under Redhat 6 with DSA. Redhat 7 and latest SSH clients recommend improved key generation algorithm such as ECDSA and ED25519. Indeed, Redhat 7 has opted out DSA key generation. Following the recommendations the original SSH host key of bwUniCluster has been replaced with a new one based on ECDSA.

2.1 HowTo: Putty users

If you have used the putty client before the maintenance the original SSH host key has been cached. Putty will pop up the following message to you (cf. screen shot below):

BwUniCluster howto replace ssh host key putty 2016-10-21.png

By accepting it (button Yes) putty will stored the new SSH host key.

2.2 HowTo: Linux and macOS users

Remove the SSH host key of the bwUniCluster host name (bwunicluster.scc.kit.edu or uc1.scc.kit.edu):

for hostname in uc1.scc.kit.edu bwunicluster.scc.kit.edu ; do ssh-keygen -f "${HOME}/.ssh/known_hosts" -R $hostname ; done

Afterwards and during login accept the new host key:

ECDSA key fingerprint is e0:3b:1e:36:80:44:c5:48:e9:b3:eb:65:34:ba:72:5c.
Are you sure you want to continue connecting (yes/no)?
yes

3 CHANGED Software Defaults

Software modules for which a newer version has been set as the default.

  • chem/turbomole/7.0 -> chem/turbomole/7.1
  • chem/tmolex/4.1 -> chem/tmolex/4.2
  • devel/python/2.7.10 -> devel/python/2.7.12 (actually not the default but newest 2.7 release)
  • devel/python/3.5.0 -> devel/python/3.5.2
  • math/R/3.1.2 -> math/R/3.2.1 (or newer)
  • compiler/intel/15.0 -> compiler/intel/16.0
  • numlib/mkl/11.2.3 -> numlib/mkl/11.3.4
  • mpi/impi/5.0.3-intel-15.0 -> mpi/impi/5.1.3-intel-16.0
  • devel/itac/9.0.3 -> devel/itac/9.1.2


4 RECOMPILED Software Modules

Software modules which has been recompiled with different compiler or libraries

  • phys/qutip/3.1.0


5 REMOVED Software Modules

5.1 Intel compiler and related software

Very old Intel compiler and related modules (which was available to all bwUniCluster users (/opt/bwhpc/common/modulefiles):

  • compiler/intel/12.1
  • compiler/intel/13.1
  • numlib/mkl/10.3.12
  • numlib/mkl/11.0.5
  • mpi/impi/4.1.0-gnu-4.4
  • mpi/impi/4.1.0-gnu-4.5
  • mpi/impi/4.1.0-intel-12.1
  • mpi/impi/4.1.1-gnu-4.4
  • mpi/impi/4.1.1-gnu-4.7
  • mpi/impi/4.1.1-intel-13.1
  • devel/itac/8.1.1
  • devel/itac/8.1.2

Note that all dependent modules and binaries will stop working thereafter. So rebuild your modules and/or binaries with newer versions of the Intel compiler.


5.2 Common software

Software that was available to all bwUniCluster users (/opt/bwhpc/common/modulefiles):

  • chem/turbomole/6.5
  • chem/turbomole/6.6
  • chem/tmolex/4.0
  • chem/molden/5.2.1
  • math/R/3.0.2
  • phys/qutip/2.2.0
  • lib/matplotlib/1.3.1

5.3 Freiburg software

Software that was ONLY available to users from Freiburg (/opt/bwhpc/fr/modulefiles):

  • chem/lammps/5Sep2014_linux
  • chem/lammps/5Sep2014_mkl
  • cns/nest/2.2.2-python-2.7.6_cns
  • cns/nest/2.8.0-python-2.7.6_cns
  • devel/cmake/3.0.1
  • devel/python/2.7.6_cns



|