系统屋 - 系统光盘下载网站!

当前位置:首页 > 系统教程 > Linux教程 > 详细页面

Linux系统如何安装和使用supportconfig工具(3)

时间:2023-01-24来源:系统屋作者:qipeng

  其他常用用法:

  //以最小选项搜集所需的信息

  # supportconfig -m

  //在输出中包含附加的联系人信息

  # supportconfig -E tux@example.org -N “Tux Penguin” -O “Penguin Inc.” 。。。

  //要查看完整的功能列表

  # supportconfig -F

  //仅收集某个模块的用法,如LVM相的信息

  # supportconfig -i LVM

  //-x 的功能与-i刚好相反,是排除某个模块不收集

  # supportconfig -x LVM

  //使用-U url 可以将收集的结果上传到服务器上,直接的服务有ftp, scp, http, https,如:

  # supportconfig -A -U http://www.361way.com/files/

  具体可以参看官方的 常用的supportconfig选项 部分 。

  supportconfig收集的系统健康报告:

  代码如下

  # supportconfig -A

  # cd /var/log

  # tar jxvf nts_361way.com_140825_1504.tbz

  # more basic-health-report.txt

  #==[ Command ]======================================#

  # /usr/bin/schealth -q

  ######################################################################

  Supportconfig Health Check Report Tool v1.00-5

  Date Checked: 09/12/14 04:40:37

  ######################################################################

  Health Check Files [ Green ]

  Processes Waiting for Run Queue [ Green ]

  Kernel Taint Status [ Red ]

  Kernel Tainted: 64 》 0

  CPU Utilization [ Green ]

  Interrupts Per Second [ Green ]

  Context Switches Per Second [ Green ]

  Free Memory and Disk Swapping [ Green ]

  Used Disk Space [ Green ]

  Uninterruptible Processes [ Green ]

  Zombie Processes [ Green ]

  ######################################################################

  Status: Red Flag

  Checked: /var/log/nts_361way.com_140825_1504/basic-health-check.txt

  Report: /var/log/nts_361way.com_140825_1504/basic-health-report.txt

  ######################################################################

  上面的报告中,我们发现kernel Tainted 状态为red ,该处是通过cat /proc/sys/kernel/tainted 进行判断的,如果值不为0,则是内核受到污染 ,显的值不同,具体可以参看/usr/src/linux/Documentation/sysctl/kernel 文件(具体的值不一样,代表的意义也不一样)。64报红是由于加载了非系统官方或非开源的模块所致( Unsupported modules loaded)。

  四、supportconfig配置文件

  supportconfig的默认配置文件是 /etc/supportconfig.conf ,其默认内容如下:

  代码如下

  # cat /etc/supportconfig.conf

  ####################################

  # Default Options

  ####################################

  OPTION_AFP=1

  OPTION_APPARMOR=1

  OPTION_AUDIT=1

  OPTION_AUTOFS=1

  OPTION_BOOT=1

  OPTION_CHKCONFIG=1

  OPTION_CIFS=1

  OPTION_CIMOM=1

  OPTION_CRASH=1

  OPTION_CRON=1

  OPTION_DFS=1

  OPTION_DHCP=1

  OPTION_DISK=1

  OPTION_DNS=1

  OPTION_EDIR=1

  OPTION_ENV=1

  OPTION_ETC=1

  OPTION_EVMS=1

  OPTION_HA=1

  OPTION_HCREPORT=1

  OPTION_IB=1

  OPTION_ISCSI=1

 3/4   首页 上一页 1 2 3 4 下一页 尾页
分享到:

相关信息

评论

公众号