Chinaunix首页 | 论坛 | 博客
  • 博客访问: 11291884
  • 博文数量: 8065
  • 博客积分: 10002
  • 博客等级: 中将
  • 技术积分: 96708
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-16 17:06
文章分类

全部博文(8065)

文章存档

2008年(8065)

分类: 服务器与存储

2008-10-29 13:29:30

环境
Network Attached Storage (NAS) IBM 5194 TotalStorage NAS 201
Network Attached Storage (NAS) IBM 5194 TotalStorage NAS 226
Network Attached Storage (NAS) IBM 5194 TotalStorage NAS 25T
Network Attached Storage (NAS) IBM 5195 TotalStorage NAS 326
Network Attached Storage (NAS) IBM 5196 TotalStorage NAS G01
Network Attached Storage (NAS) IBM 5196 TotalStorage NAS G26
Network Attached Storage (NAS) IBM 5196 TotalStorage NAS G27
Network Attached Storage (NAS) IBM TotalStorage NAS 100 (5190-R12)

问题
     在NAS的系统日志中的应用程序日志中充满了如下的报警:
Unable to read the disk performance information from the system. Disk performance counters must be enabled for at least one physical disk or logical volume in order for these counters to appear. Disk performance counters can be enabled by using the Hardware Device Manager property pages. Status code returned is data DWORD 0.
但是在设备管理器里,并没有激活磁盘性能的选项。

解答
     这个报警信息的出现是因为您激活了磁盘性能监视器,但是在系统默认配置中监视磁盘性能的功能是被屏蔽掉的。监视磁盘的性能本身会消耗一定的系统资源,所以系统默认设置该功能是被屏蔽掉的。通过在命令行键入命令开启它:
diskperf -y

diskperf 命令的用法如下:

C:WINNTSYSTEM32>diskperf ?
DISKPERF [-Y[D|V] | -N[D|V]] [computername]

-Y 在系统重新启动时,将系统设为开启所有磁盘性能计数器。

-YD 在系统重新启动时,启用物理驱动器的磁盘性能计数器。
-YV 当系统重新启动时,启用逻辑驱动器的磁盘性能计数器或存储数值。
-N 当系统重新启动时,将系统设为禁用所有磁盘性能计数器。

-ND 禁用物理驱动器的磁盘性能计数器。
-NV 禁用逻辑驱动器的磁盘性能计数器。
computername 这是您想见的计算机名或设定使用磁盘性能计数器。

     当不再监视磁盘性能时,再用以下命令关闭它:
diskperf -n
阅读(949) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~