免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1729 | 回复: 7
打印 上一主题 下一主题

求教:SUN V440系统日志报警,请问是什么问题?谢谢!!!! [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-02-21 10:56 |只看该作者 |倒序浏览
[ID 408789 kern.warning] WARNING: ce1: fault detected external to device; service degraded
[ID 451854 kern.warning] WARNING: ce1: xcvr addr:0x01 - link down
[ID 408789 kern.notice] NOTICE: ce1: fault cleared external to device; service available
[ID 451854 kern.notice] NOTICE: ce1: xcvr addr:0x01 - link up 1000 Mbps full duplex
[ID 408789 kern.warning] WARNING: ce1: fault detected external to device; service degraded
[ID 451854 kern.warning] WARNING: ce1: xcvr addr:0x01 - link down

[ 本帖最后由 yahayon 于 2006-2-21 11:26 编辑 ]

论坛徽章:
2
双鱼座
日期:2014-02-23 12:10:03操作系统版块每日发帖之星
日期:2015-12-17 06:20:00
2 [报告]
发表于 2006-02-21 11:27 |只看该作者
ce1网口不稳定,请检查网卡,网线,交换机!另:把/etc/system贴出来看看!

论坛徽章:
0
3 [报告]
发表于 2006-02-21 11:31 |只看该作者
原帖由 东方蜘蛛 于 2006-2-21 11:27 发表
ce1网口不稳定,请检查网卡,网线,交换机!另:把/etc/system贴出来看看!


*ident  "@(#)system     1.18    97/06/27 SMI" /* SVR4 1.5 */
*
* SYSTEM SPECIFICATION FILE
*

* moddir:
*
*       Set the search path for modules.  This has a format similar to the
*       csh path variable. If the module isn't found in the first directory
*       it tries the second and so on. The default is /kernel /usr/kernel
*
*       Example:
*               moddir: /kernel /usr/kernel /other/modules



* root device and root filesystem configuration:
*
*       The following may be used to override the defaults provided by
*       the boot program:
*
*       rootfs:         Set the filesystem type of the root.
*
*       rootdev:        Set the root device.  This should be a fully
*                       expanded physical pathname.  The default is the
*                       physical pathname of the device where the boot
*                       program resides.  The physical pathname is
*                       highly platform and configuration dependent.
*
*       Example:
*               rootfs:ufs
*               rootdev:/sbus@1,f8000000/esp@0,800000/sd@3,0:a
*
*       (Swap device configuration should be specified in /etc/vfstab.)



* exclude:
*
*       Modules appearing in the moddir path which are NOT to be loaded,
*       even if referenced. Note that `exclude' accepts either a module name,
*       or a filename which includes the directory.
*
*       Examples:
*               exclude: win
*               exclude: sys/shmsys

* forceload:
*
*       Cause these modules to be loaded at boot time, (just before mounting
*       the root filesystem) rather than at first reference. Note that
*       forceload expects a filename which includes the directory. Also
*       note that loading a module does not necessarily imply that it will
*       be installed.
*
*       Example:
*               forceload: drv/foo



* set:
*
*       Set an integer variable in the kernel or a module to a new value.
*       This facility should be used with caution.  See system(4).
*
*       Examples:
*
*       To set variables in 'unix':
*
*               set nautopush=32
*               set maxusers=40
*
*       To set a variable named 'debug' in the module named 'test_module'
*
*               set test_module:debug = 0x13

* Begin MDD root info (do not edit)
forceload: misc/md_trans
forceload: misc/md_raid
forceload: misc/md_hotspares
forceload: misc/md_sp
forceload: misc/md_stripe
forceload: misc/md_mirror
forceload: drv/pcisch
forceload: drv/mpt
forceload: drv/sd
rootdev:/pseudo/md@0:0,0,blk
* End MDD root info (do not edit)

请问为什么要看这个??

论坛徽章:
2
双鱼座
日期:2014-02-23 12:10:03操作系统版块每日发帖之星
日期:2015-12-17 06:20:00
4 [报告]
发表于 2006-02-21 11:33 |只看该作者
解决方法:

#cp /etc/system /etc/system.backup
#vi /etc/system
set ce:ce_reclaim_pending=1
set ce:ce_taskq_disable=1
set ce:ce_ring_size=1024
set ce:ce_comp_ring_size=4096

#shutdown -y -g0 -i6

另:ce网口需要打patch:112817-23 solaris9
                         patch:111883-30 solaris8

论坛徽章:
0
5 [报告]
发表于 2006-02-21 11:35 |只看该作者
原帖由 东方蜘蛛 于 2006-2-21 11:33 发表
解决方法:

#cp /etc/system /etc/system.backup
#vi /etc/system
set ce:ce_reclaim_pending=1
set ce:ce_taskq_disable=1
set ce:ce_ring_size=1024
set ce:ce_comp_ring_size=4096

#shutdown -y -g0 ...


能否赐教您是如何分析问题的?吾将不胜感激

论坛徽章:
2
双鱼座
日期:2014-02-23 12:10:03操作系统版块每日发帖之星
日期:2015-12-17 06:20:00
6 [报告]
发表于 2006-02-21 11:39 |只看该作者
呵呵,我知道ce网卡有这种bug,所以你的网卡网线等没有问题的话,就看看你的/etc/system有没有加参数了,请再查看一下有没有相关补丁!

论坛徽章:
0
7 [报告]
发表于 2006-02-21 11:44 |只看该作者
原帖由 东方蜘蛛 于 2006-2-21 11:39 发表
呵呵,我知道ce网卡有这种bug,所以你的网卡网线等没有问题的话,就看看你的/etc/system有没有加参数了,请再查看一下有没有相关补丁!


好的,我这就查看一下,非常感谢!

论坛徽章:
2
双鱼座
日期:2014-02-23 12:10:03操作系统版块每日发帖之星
日期:2015-12-17 06:20:00
8 [报告]
发表于 2006-02-21 12:08 |只看该作者
不用客气,大家互相学习嘛:)
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP