Changes between Version 10 and Version 11 of Equipos/Seal/ReiniciarServiciosLdapNfs
- Timestamp:
- Aug 8, 2016 1:43:48 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Equipos/Seal/ReiniciarServiciosLdapNfs
v10 v11 1 [[TOC(Equipos/Seal/ReiniciarServiciosLdapNfs)]] 2 3 == Problema Stale file handle == 4 5 * '''Problema:''': Después de reiniciar Seal varios nodos muestran con el mensaje "Stale file handle" cuando se intenta mostrar contenido de un directorio. 6 * '''Soluccion''': Forzar el desmontaje del directorio: 7 {{{ 8 umount -fl /vols/seal 9 }}} 10 1 11 == Problema usuarios aparecen como nobody == 2 12 … … 60 70 }}} 61 71 62 == Problema Stale file handle ==63 64 * '''Problema:''': Después de reiniciar Seal varios nodos muestran con el mensaje "Stale file handle" cuando se intenta mostrar contenido de un directorio.65 * '''Soluccion''': Forzar el desmontaje del directorio:66 {{{67 umount -fl /vols/seal68 }}}