This wiki has been deprecated and will be removed soon.

The new Advanced Computing and e-Science wiki is located at http://grid.ifca.es/wiki.

Please update your bookmarks.

Virtualization

De e-Ciencia

XEN & glib incompabilities

  • Las TLS que vienen con glib son incompatibles con XEN, por lo que hay que deshabilitarlas. Algún software (ej: MySQL) hace uso de estas librerías por lo que es necesario actualizarlas.
 
rpm -Uvh --oldpackage http://linuxsoft.cern.ch/cern/xen/slc4X/i386/RPMS/glibc-2.3.4-2.25.xen.i686.rpm \
http://linuxsoft.cern.ch/cern/xen/slc4X/i386/yum/xen/glibc-common-2.3.4-2.25.xen.i386.rpm \
http://linuxsoft.cern.ch/cern/xen/slc4X/i386/yum/xen/glibc-devel-2.3.4-2.25.xen.i386.rpm \
http://linuxsoft.cern.ch/cern/xen/slc4X/i386/yum/xen/glibc-headers-2.3.4-2.25.xen.i386.rpm \
http://ftp.iasi.roedu.net/mirrors/slc/slc4x/i386/yum/os/pam-0.77-66.23.i386.rpm \
http://linuxsoft.cern.ch/cern/slc44/i386/yum/os/authconfig-4.6.10-1.cern.1.i386.rpm

Los paquetes de pam y authconfig son necesarios solamente cuando el sistema se ha actualizado a una versión reciente.

Tambien añadir lo siguiente a /etc/yum.conf

exclude=glibc glibc-common glibc-devel glibc-headers pam authconfig

Hanged autofs mounts

  • Problem: Even if XEN hypervisor server has 2049(tcp/udp) opened, Dom-Us keep hanging when trying to read an NFS-mounted directory.
  • Solution: Check that portmap is running and enable it to be started at boot time. After that restart autofs service.
Grid Administration
Users Support