有个测试服务器 AIX重启了一下,然后起不来了
从led灯上看,显示 0557:root mnt failed;
解决方法:
1)以安装光盘启动,进入Maintenance 模式(怎样进入,参考 )
启动后选择选项3
"3 --Start Maintenance Mode for System Recovery"
--> "Access a Root Volume Group"
--> "Access this volume group and start a shell before mounting the file systems"
2)格式化文件系统日志(jfslog)
# /usr/sbin/logform /dev/hd8
3)检查修复文件系统
# fsck -y /dev/hd1 (/home 文件系统)
# fsck -y /dev/hd2 (/usr 文件系统)
# fsck -y /dev/hd3 (/tmp 文件系统)
# fsck -y /dev/hd4 (/ 文件系统)
# fsck -y /dev/hd9var (/var 文件系统)
用 exit 命令退出,文件系统会自动 mount 起来。 结果:mount /dev/hd4 error: Unformatted or incompatible media
4) 重建bootimage
# lslv -m hd5 找出bootimage所在的硬盘,如hdisk0
# bosboot -ad /dev/hdisk0
# bootlist -m normal /dev/hdisk0 重建启动顺序表。
重启动系统
# shutdown -Fr
统正常起来了。。实话说怎么回事我现在还晕了吧唧的。。哎。aix基础不行啊。