- 論壇徽章:
- 0
|
系統(tǒng)開機過程中,液晶面板停在0517報錯代碼
1.首先檢查HMC的profile配置,確保內(nèi)存滿足LPAR的基本要求。
2.進入維護模式(不加載文件系統(tǒng)),對hd1,hd2,hd3,hd4,hd9var做fsck
fsck /dev/hd4
fsck /dev/hd2
fsck /dev/hd3
fsck /dev/hd9var
fsck /dev/hd1
3.
/usr/sbin/logform /dev/hd8
4.
mount /dev/hd4 /mnt
mv /mnt/etc/filesystems /mnt/etc/filesystems.[MMDDYY]
cp /etc/filesystems /mnt/etc/filesystems
umount /mnt
5.
退出重新啟動系統(tǒng),如果問題依舊的話,需要對用戶自定義的rootvg中的文件系統(tǒng)進行fsck
fsck /dev/[LVname]
imfs -l /dev/[LVname]
本文來自ChinaUnix博客,如果查看原文請點:http://blog.chinaunix.net/u/23213/showart_1720307.html |
|