Linux常用命令笔记---故障排除
| ?監(jiān)控日志命令:tail -f ?/ ? tailf ?查看磁盤空間:df,du ?分析系統(tǒng)性能或硬件資源負(fù)載:cptime,top,System Monitor ?分析內(nèi)存:free,swapon -s,vmstat ?分析硬盤性能:sar,isstat |
圖形界面排除:
1)配置文件:/etc/X11/xorg.conf,家目錄文件(.xinitrc,xsession,Xclients),在運行級別為3下刪除配置文件,重新啟動
2)xfs服務(wù)要啟動,日志文件:/var/log/Xorg.log;用戶家目錄已滿,磁盤配額
3)不要在運行級別為5中修復(fù)這個問題,應(yīng)該在3下修復(fù)
網(wǎng)絡(luò)故障排除:
[root@szm repodata]# sysctl -p
net.ipv4.ip_forward = 0
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.default.accept_source_route = 0
kernel.sysrq = 0
kernel.core_uses_pid = 1
net.ipv4.tcp_syncookies = 1
net.bridge.bridge-nf-call-ip6tables = 0
net.bridge.bridge-nf-call-iptables = 0
net.bridge.bridge-nf-call-arptables = 0
kernel.msgmnb = 65536
kernel.msgmax = 65536
kernel.shmmax = 4294967295
kernel.shmall = 268435456
系統(tǒng)引導(dǎo)故障排除: 1)BIOS 2)GRUB---initrd-*.img 3)掛載根,init 4)/etc/inittab,然后/etc/rc.d/rc.sysinit系統(tǒng)初始化腳本 5)加載用戶自定義啟動服務(wù)腳本/etc/rc.local 單用戶模式:GRUB中加入Single內(nèi)核參數(shù) /etc/fstab文件配置錯誤導(dǎo)致無法加載/boot目錄: 1)blkid -i boot查看boot文件系統(tǒng)的卷標(biāo); 2)查看卷標(biāo):grep -i boot /etc/fstab 3)mount -o remount,rw 4)修改文件,重啟 救援模式:linux rescure 1)chroot /mnt/sysp_w_picpath2)rpm -ivh --force --root /mnt/sysp_w_picpath util-linux*強制安裝util-linux軟件(mount)包到/mnt/sysp_w_picpath目錄內(nèi)
?
?
?
?
轉(zhuǎn)載于:https://blog.51cto.com/2816056/1154789
總結(jié)
以上是生活随笔為你收集整理的Linux常用命令笔记---故障排除的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: SpringCloud微服务(07):Z
- 下一篇: 再问数据中台 - 数据中台建设的最大的挑