免费注册 查看新帖 |

Chinaunix

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

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

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-02-21 10:56 |只看该作者 |倒序浏览
[ID 408789 kern.warning] WARNING: ce1: fault detected external to device; service degraded\r\n[ID 451854 kern.warning] WARNING: ce1: xcvr addr:0x01 - link down\r\n[ID 408789 kern.notice] NOTICE: ce1: fault cleared external to device; service available\r\n[ID 451854 kern.notice] NOTICE: ce1: xcvr addr:0x01 - link up 1000 Mbps full duplex\r\n[ID 408789 kern.warning] WARNING: ce1: fault detected external to device; service degraded\r\n[ID 451854 kern.warning] WARNING: ce1: xcvr addr:0x01 - link down\n\n[ 本帖最后由 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 发表\r\nce1网口不稳定,请检查网卡,网线,交换机!另:把/etc/system贴出来看看!
\r\n\r\n*ident  \"@(#)system     1.18    97/06/27 SMI\" /* SVR4 1.5 */\r\n*\r\n* SYSTEM SPECIFICATION FILE\r\n*\r\n\r\n* moddir:\r\n*\r\n*       Set the search path for modules.  This has a format similar to the\r\n*       csh path variable. If the module isn\'t found in the first directory\r\n*       it tries the second and so on. The default is /kernel /usr/kernel\r\n*\r\n*       Example:\r\n*               moddir: /kernel /usr/kernel /other/modules\r\n\r\n\r\n\r\n* root device and root filesystem configuration:\r\n*\r\n*       The following may be used to override the defaults provided by\r\n*       the boot program:\r\n*\r\n*       rootfs:         Set the filesystem type of the root.\r\n*\r\n*       rootdev:        Set the root device.  This should be a fully\r\n*                       expanded physical pathname.  The default is the\r\n*                       physical pathname of the device where the boot\r\n*                       program resides.  The physical pathname is\r\n*                       highly platform and configuration dependent.\r\n*\r\n*       Example:\r\n*               rootfs:ufs\r\n*               rootdev:/sbus@1,f8000000/esp@0,800000/sd@3,0:a\r\n*\r\n*       (Swap device configuration should be specified in /etc/vfstab.)\r\n\r\n\r\n\r\n* exclude:\r\n*\r\n*       Modules appearing in the moddir path which are NOT to be loaded,\r\n*       even if referenced. Note that `exclude\' accepts either a module name,\r\n*       or a filename which includes the directory.\r\n*\r\n*       Examples:\r\n*               exclude: win\r\n*               exclude: sys/shmsys\r\n\r\n* forceload:\r\n*\r\n*       Cause these modules to be loaded at boot time, (just before mounting\r\n*       the root filesystem) rather than at first reference. Note that\r\n*       forceload expects a filename which includes the directory. Also\r\n*       note that loading a module does not necessarily imply that it will\r\n*       be installed.\r\n*\r\n*       Example:\r\n*               forceload: drv/foo\r\n\r\n\r\n\r\n* set:\r\n*\r\n*       Set an integer variable in the kernel or a module to a new value.\r\n*       This facility should be used with caution.  See system(4).\r\n*\r\n*       Examples:\r\n*\r\n*       To set variables in \'unix\':\r\n*\r\n*               set nautopush=32\r\n*               set maxusers=40\r\n*\r\n*       To set a variable named \'debug\' in the module named \'test_module\'\r\n*\r\n*               set test_module:debug = 0x13\r\n\r\n* Begin MDD root info (do not edit)\r\nforceload: misc/md_trans\r\nforceload: misc/md_raid\r\nforceload: misc/md_hotspares\r\nforceload: misc/md_sp\r\nforceload: misc/md_stripe\r\nforceload: misc/md_mirror\r\nforceload: drv/pcisch\r\nforceload: drv/mpt\r\nforceload: drv/sd\r\nrootdev:/pseudo/md@0:0,0,blk\r\n* End MDD root info (do not edit)\r\n\r\n请问为什么要看这个??

论坛徽章:
2
双鱼座
日期:2014-02-23 12:10:03操作系统版块每日发帖之星
日期:2015-12-17 06:20:00
4 [报告]
发表于 2006-02-21 11:33 |只看该作者
解决方法:\r\n\r\n#cp /etc/system /etc/system.backup\r\n#vi /etc/system\r\nset ce:ce_reclaim_pending=1\r\nset ce:ce_taskq_disable=1\r\nset ce:ce_ring_size=1024\r\nset ce:ce_comp_ring_size=4096\r\n\r\n#shutdown -y -g0 -i6\r\n\r\n另:ce网口需要打patch:112817-23 solaris9\r\n                         patch:111883-30 solaris8

论坛徽章:
0
5 [报告]
发表于 2006-02-21 11:35 |只看该作者
原帖由 东方蜘蛛 于 2006-2-21 11:33 发表\r\n解决方法:\r\n\r\n#cp /etc/system /etc/system.backup\r\n#vi /etc/system\r\nset ce:ce_reclaim_pending=1\r\nset ce:ce_taskq_disable=1\r\nset ce:ce_ring_size=1024\r\nset ce:ce_comp_ring_size=4096\r\n\r\n#shutdown -y -g0 ...
\r\n\r\n能否赐教您是如何分析问题的?吾将不胜感激

论坛徽章:
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 发表\r\n呵呵,我知道ce网卡有这种bug,所以你的网卡网线等没有问题的话,就看看你的/etc/system有没有加参数了,请再查看一下有没有相关补丁!
\r\n\r\n好的,我这就查看一下,非常感谢!

论坛徽章:
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