前几天发台DELL服务器运行没以前流畅,检查系统显示是正常,但是检测到硬件的时候,发现内存少了2个G,想起上次服务器报警内存错误,重启之后服务器也没报错提示了,可能是上次出现问题没检查彻底,从网上下载DELL服务器扫描日志工具,发现硬件日志中有这么一个提示:Mem ECC Warning: Memory sensor, transition to critical from less severe ( DIMM_A2 ) was asserted,扫描完后关机断电,重新拔插并交换内存条位置。开机,正常了。有关DSET的使用,做MARK以备后用。
DSET下载地址:http://support.dell.com/dset/ 有for windows的,有for linux的,现在最新版本好像到1.9了
这个工具可以用来收集windows 驱动,服务,网络设置等等,同时又包括CPU,memory, ESM log, BIOS/firmware versions and system health (fan/voltage levels). ,它也收集系统存储信息,比如:RAID卡,硬盘等。
使用这个软件,不需要重新启动机器,不必安装,对您的系统不会有任何影响。
软件说明:
1、 可以获取系统日志,硬件日志等一系列机器信息。
2、 可以清除ESM/BMC日志,消除系统指示灯琥珀色的情况。
3、 软件是独立的,不依靠与其他软件。
4、 安装非常简单
5、 在Linux下使用也非常的简单,以root身份直接运行文件名:delldset_v1.1.bin
6、 支持几乎戴尔所有的机型。
需要注重的几点:
1、 尽量使用最新版本的DSET软件。
2、 运行时候必须要有治理员权限,Administrator 或者 root.
3、 不支持NT4。
使用方法(for win):
1、运行后,运行到"choose an option"时,选择第一项(Create DSET Reprot only),我们只需要查看日志就可以了。可以创建日志信息文件,将这个文件发给我们,或者您自行分析,可以帮助了解机器的运行状态。在某些时候,机器状态灯亮琥珀色,并且机器使用正常,如果使用第二个选项(Gather then clear Dell hardware Log only)获取日志并且清除原有记录,可以解决状态灯不正常的情况。
2、运行到"advanced Report Settings"时,勾选上第一项(Gather Advanced configuration Information)
然后就一路next,运行到最后会在窗口中进行信息搜集,会有提示最终的日志存放目录,获得机器的日志压缩文件,解压密码为“dell”
将此文件解压后,可以看到具体的硬件、系统信息。
dell dset for linux:
dell dset usage for linux
1,[root@bogon ~]# ./delldset_v1.6.0.135_A00.bin
。。。。。。。。。。。。。。
PARTICULAR PURPOSE, TITLE AND ANY WARRANTY OF NON-INFRINGEMENT. YOU WILL
USE THE SOFTWARE AT YOUR OWN RISK. DELL SHALL NOT BE LIABLE TO YOU FOR ANY
DIRECT OR INDIRECT DAMAGES INCURRED IN USING THE SOFTWARE. IN NO EVENT SHALL
DELL OR ITS SUPPLIERS BE RESPONSIBLE FOR ANY DIRECT OR INDIRECT DAMAGES
Dell License (42%): Press spacebar to view next page, 'q' to proceed
2,按q之后出现是否接受协议
DELL OR ITS SUPPLIERS BE RESPONSIBLE FOR ANY DIRECT OR INDIRECT DAMAGES
Do you accept the terms of this license? (y/n):
3,按y之后出现如下提示
Dell System E-Support Tool (DSET) Options:
Choose an option:
1) Read DSET Release Notes First
Show latest information concerning features and known issues
2) Create DSET Report Only
Creates a DSET report and saves it to user's home directory
3) Clear ESM Hardware Log Only
Only clears the ESM Hardware Log contents
4) Install/Upgrade DSET Application
Permanently installs or upgrades the DSET application for repeat use
Enter option (1-4) or 'q' to quit:
4,选4安装
Install Location:
Where should DSET be installed?
Default location: /opt/dell/dset
Press Return to accept the default location or
enter a new directory path:
Directory does not exist. Create? (y/n): y
Preparing... ########################################### [100%]
1:delldset ########################################### [100%]
Installation of Dell System E-Support Tool (DSET) complete.
Enter 'dellsysteminfo' from a terminal shell prompt to create a report file.
5,查看帮助
[root@bogon ~]# dellsysteminfo -h
Dell System E-Support Tool
@Copyright Dell Inc. 2004-2008 Version 1.6 build 135
The given option is invalid: ['-h']
Usage: dellsysteminfo [-options] [-f filepath/filename]
Options:
-f Specify a filename, a path using default filename, or both
--nohardware Skips collecting info for all hardware categories
--nostorage Skips collecting info for all storage categories
--nosoftware Skips collecting info for all software categories
--nologs Skips collecting any non-Linux log files
--time Append report filename with timestamp
--silent Accept defaults and prevent user prompting (for scripting)
--advanced Collect various advanced logs (may create large report size!)
[root@bogon ~]#
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。