Changes between Version 19 and Version 20 of PS1_IPP_Czarlog_20150810
- Timestamp:
- Aug 13, 2015, 12:35:10 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PS1_IPP_Czarlog_20150810
v19 v20 54 54 Aug 12 22:46:31 ipp062 [ 51.890507] XFS (sda4): Ending recovery (logdev: internal) 55 55 }}} 56 * need to turn off swap before umount because swap is on that disk -- 56 * need to turn off swap before umount because swap is on that disk -- and probably not hurt to do mysql as well and stop exporting the disk 57 57 {{{ 58 swapoff -a 59 umount -v /export/ipp062.0 58 sudo swapoff -a 59 sudo mysqladmin shutdown 60 sudo exportfs -uav 61 sudo umount -v /export/ipp062.0 60 62 }}} 61 * xfs_repair -n /dev/sda4 -- indicated no problems to be fixed so going to skip a full repair run then63 * sudo xfs_repair -n /dev/sda4 -- indicated no problems to be fixed so going to skip a full repair run then 62 64 * looks like same issue ipp061 had day before, so putting back neb-host repair and into processing again 63 65 === Thursday : YYYY.MM.DD ===
