Google

AIX修复被破坏的/tmp文件系统

2007-06-27 22:25 来源: blog.chinaunix.net/u/5038 作者:寒浪儿港湾 网友评论 0 条 浏览次数 122
修复被破坏的/tmp文件系统

 

 

 

执行sysdumpdev -P -p /dev/hd3 把系统备份路径改为/tmp,手动生成一个DUMP(Start a Dump to the Primary Dump Device),系统宕机,系统启动时提示0518 tmp mount field

解决办法:
光盘启动
Access this Volume Group and start a shell before mounting filesystems

rmlv hd3

mklv -y hd3 rootvg 2

mkfs -V jfs -l /tmp /dev/hd3

重新启动即可

启动后sysdumpdev中的primary 设备仍为/dev/hd3,需要及时更正。

 

 

 
 
上一篇: 下一篇:

相关主题:aix  /tmp

网友评论