- 论坛徽章:
- 71
|
原帖由 mpghhb 于 2008-6-21 11:28 发表 ![]()
V880发现应用联不上了,重启系统到下面的位置就不动了.用安装盘单用户模式也不行.是不是硬件有问题呀?
WARNING: forceload of misc/md_trans failed
WARNING: forceload of misc/md_raid failed
WARNING: for ...
出现这些消息是正常的:
如果想在启动时候不出现。可以去改SYSTEM的文件。注释掉就OK了
安装sds后,如果没有建立相应的卷,就会出现该提示;对系统运行没有影响,如果要消除警告信息可有两种方法:
1、建立相应的卷,重新启动系统。
2、把md_trans, md_raid, md_hotspares, md_sp这4个模块在/etc/system文件里对应的4行字注释掉就不会有警告了。
These messages are caused by forceload's that are present in the '/etc/system'
file which attempts to load drivers for metatrans, raid5, hotspare or soft
partition device(s). The warnings are printed if there are no such devices on
the system.
It is possible to avoid these warning messages by commenting out the failing
forceloads from the '/etc/system' file, but this is NOT RECOMMENDED.
Although these messages may be an annoyance, these very forceloads will be
necessary if you later create a hotspare pool, a RAID5 device, or a metatrans
device. It is better to leave the forceload statements in the '/etc/system'
file than to take them out and not understand why things don't work months or
even years down the line.
It may be helpful to put comments in /etc/system acknowledging that the unused
modules will fail to load and that is expected. Someone could go so far as to
log a message to /var/adm/messages and/or /dev/console stating that the failures
are normal and no action is needed.
[ 本帖最后由 zhaopingzi 于 2008-6-22 01:32 编辑 ] |
|