13.9. Health Status

13.9.1. Basic Health Status

freebsd# zpool status -x
all pools are healthy
freebsd#
			

13.9.2. Detailed Health Status

freebsd# zpool status -x
all pools are healthy
freebsd# zpool status -v tank
  pool: tank
 state: ONLINE
 scrub: none requested
config:

        NAME        STATE     READ WRITE CKSUM
        tank        ONLINE       0     0     0
          mirror    ONLINE       0     0     0
            ad1     ONLINE       0     0     0
            ad3     ONLINE       0     0     0

errors: No known data errors
			

原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

时间: 2024-10-09 23:52:04

13.9. Health Status的相关文章

smartmontools monitor storage device's health status

不管是SSD硬盘还是机械硬盘, 都有使用寿命. 大多数的硬盘是支持S.M.A.R.T的, 全称(Self-Monitoring, Analysis and Reporting Technology) smartmontools这个工具可以用来读取硬盘的smart信息, 进行测试, 改变一些属性等. 操作系统自带的smartmontools版本较低, 所以建议去源站下载一个最新的, 可以支持更多的硬盘. 使用smartmontools可以提前知道哪些硬盘可能要坏了, 做好预先更换的准备. 像EMC

ZPOOL health check and repair use scrub

zpool健康检查(scrub)主要用于通过checksum来检查zpool数据块的数据是否正常, 如果vdev是mirror或raidz的, 可以自动从其他设备来修复异常的数据块. 由于健康检查是IO开销很大的动作, 所以建议在不繁忙的时候操作(scrub只检查分配出去的数据块, 不会检查空闲的数据块, 所以只和使用率有关, 对于一个很大的zpool, 如果使用率很低的话, scrub也是很快完成的). 用法 :  # zpool scrub zp1 查看zpool状态, 如下, 正在做scr

Spring Boot 项目构建 之 使用 Spring Boot 构建应用(Building an Application with Spring Boot)

Table of contents What you'll build What you'll need How to complete this guide Build with Gradle Build with Maven Build with Spring Tool Suite Learn what you can do with Spring Boot Create a simple web application Create an Application class Run the

Spring Data Elasticsearch

项目清单   elasticsearch服务下载包括其中插件和分词   http://download.csdn.net/detail/u014201191/8809619   项目源码   资源文件   app.properties   [java] view plain copy    print? elasticsearch.esNodes=localhost:9300   elasticsearch.cluster.name=heroscluster   app.xml [java] v

elasticsearch spring 集成

elasticsearch spring 集成     项目清单   elasticsearch服务下载包括其中插件和分词   http://download.csdn.net/detail/u014201191/8809619   项目源码   资源文件   app.properties   [html] view plain copy    print? elasticsearch.esNodes=localhost:9300   elasticsearch.cluster.name=her

elk之elasticsearch 入门

一.概述: 1.查看elasticsearch集群的健康状况: 1 [root@node115 kibana]# curl -X GET http://192.168.39.115:9200/_cat/health?v 2 epoch timestamp cluster status node.total node.data shards pri relo init unassign pending_tasks max_task_wait_time active_shards_percent 3

BIOS(基本输入输出系统)完全解读_应用技巧

造成全球多处电脑严重受损的CIH病毒大家还应当记忆尤新吧.CIH病毒就是破坏了主板的BIOS,使得BIOS不能正常工作,不能完成电脑启动(POST)时硬件自检.配置和引导,逼着我们更换BIOS或整个主板才罢休,所以此病毒很厉害,从而也证明BIOS在电脑中的重要地位!那么这就要求我们首先要了解BIOS,知己知彼百战不殆吗!那么BIOS它到底是什么?是怎样工作的?怎样对它进行正确的设置-- BIOS的基本概念说到BIOS大家关注过它吗?其实每当你按下机箱上的po wer键时,它就认认真真的为你工

elasticsearch spring 整合

项目清单 elasticsearch服务下载包括其中插件和分词 http://download.csdn.net/detail/u014201191/8809619 项目源码 资源文件 app.properties [html] view plaincopy elasticsearch.esNodes=localhost:9300   elasticsearch.cluster.name=heroscluster   app.xml [html] view plaincopy <?xml ver

【译】Java 8的新特性—终极版

文/杜琪(简书作者) 原文链接:http://www.jianshu.com/p/5b800057f2d8 著作权归作者所有,转载请联系作者获得授权,并标注"简书作者". 声明:本文翻译自Java 8 Features Tutorial – The ULTIMATE Guide,翻译过程中发现并发编程网已经有同学翻译过了:Java 8 特性 – 终极手册,我还是坚持自己翻译了一版(写作驱动学习,加深印象),有些地方参考了该同学的. Java 8 前言: Java 8 已经发布很久了,很