Chinaunix首页 | 论坛 | 博客
  • 博客访问: 58909
  • 博文数量: 44
  • 博客积分: 1245
  • 博客等级: 中尉
  • 技术积分: 255
  • 用 户 组: 普通用户
  • 注册时间: 2010-05-08 10:41
文章分类

全部博文(44)

文章存档

2013年(1)

2012年(5)

2011年(38)

我的朋友

分类: 服务器与存储

2011-09-09 15:00:50

Symptoms

Filer stops allowing new Common Internet File System protocol (CIFS) connections and reports the following error message:

[cifs.trace.connectionEvent:info]: CIFS: Info for client connection : Too busy to accept new client logons.

Cause

--

Solution

There are several possible causes for this kind of problem:

  • Too many simultaneous CIFS requests for your filer model to manage. Access to the following CIFS resources are limited by filer type and available memory:
    • Connections
    • Shares
    • Share connections
    • Open files
    • Locked files
    • Locks
    • Some useful commands for troubleshooting CIFS limitation issues are:

    • cifs status
    • cifs shares
    • cifs sessions -s
    • For more information, see  CIFS Access Limits By System Memory in the documentation that corresponds to your filer hardware and Data ONTAP version:

  • A DNS outage. DNS outages can prevent your filer from serving CIFS connection requests. Some useful filer commands for troubleshooting DNS issues are:
    • cifs domaininfo
    • cifs testdc
    • netstat -rn
    • netstat -i
    • netstat -m
  • A CPU bound filer (high processor utilization). Overloading your filer can result in CIFS access failures. Some useful commands for troubleshooting performance issues are:
    • sysstat -x 1 df -A df -i
    • netdiag -vpnda
    • ifstat -a
    • Note:
      High CPU usage patterns don't always suggest a problem. When looking at the output of the systat command it's important to look at overall usage (disk, network, CPs/cache and CPU).

阅读(282) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~