执行sysdumpdev -P -p /dev/hd3 把系统备份路径改为/tmp,执行系统备份(Start a Dump to the Primary Dump Device)
系统启动时提示0518 tmp mount field
解决办法:
光盘启动
Aclearcase/" target="_blank" >ccess 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,需要及时更正。