./stor status [ { -t | --type } TYPE ]
此命令用来查看HBlock服务状态。
参数
参数 描述 -t TYPE 或 --type TYPE 查看指定服务的状态,TYPE取值:
system:查看系统状态。
storagepool:存储池状态(仅集群版支持)。
server:查看服务器状态。
disk:查看磁盘状态(仅单机版支持)。
LUN:查看卷的状态。
未指定状态,则显示全部信息。
示例
单机版:查看HBlock服务状态。
[root@hblockserver CTYUN_HBlock_Plus_3.7.0_x64]# ./stor status
System:
status: Working, licenseStatus: Effective
Server:
status: 1 total, 1 connected, 0 disconnected, 0 removing
Disk:
usage: 60.15 MiB used, 93.29 GiB total
status: 1 total, 1 healthy, 0 warning, 0 error
LUN:
status: 3 total, 230 GiB (cache mode:0 total, 0 B; storage mode:1 total, 110 GiB; local mode:2 total, 120 GiB)
data: 100% normal, 0% low redundancy, 0% error
集群版:查看HBlock服务状态。
[root@hblockserver CTYUN_HBlock_Plus_3.7.0_x64]# ./stor status
System:
status: Working, licenseStatus: None
Server:
status: 3 total, 3 connected, 0 disconnected, 0 removing
LUN:
status: 7 total, 1.17 TiB (cache mode:2 total, 450 GiB; storage mode:1 total, 200 GiB; local mode:4 total, 550 GiB)
data: 3% normal, 97% low redundancy, 0% error
Storage Pool:
number: 3
base pool: default
fault domain of base pool:
level: server
status: 1 total, 1 healthy, 0 warning, 0 error
disk of base pool:
usage: 20.81 GiB used, 126.78 GiB total
status: 2 total, 2 healthy, 0 warning, 0 error
查看HBlock服务器状态。
[root@hblockserver CTYUN_HBlock_Plus_3.7.0_x64]# ./stor status -t server
Server:
status: 3 total, 2 connected, 1 disconnected, 0 removing
项目 描述 System 系统状态,包括:
status:系统运行状态。
licenseStatus:软件许可证状态。
Server 服务器状态,包括:服务器个数、状态为连接的服务器个数、状态为断开连接的服务器个数、状态为正在移除的服务器个数。 Disk 磁盘状态(仅单机版支持),包括:
usage:数据目录所在磁盘使用情况,包括磁盘已用容量、磁盘总容量。
status:数据目录所在磁盘状态,包括磁盘总个数,状态为健康的磁盘个数、状态为告警的磁盘个数、状态为错误的磁盘个数。
LUN 卷的状态,包括:
status:卷的总数、总容量,以及各类型卷的个数及容量。
data:卷的数据状态,包括:卷数据正常的比例,卷数据是低冗余的比例,卷数据异常的比例。
Storage Pool 存储池状态(仅集群版支持):
number:存储池个数。
base pool:基础存储池名称。
fault domain of base pool:基础存储池的故障域:
level:故障域级别:path:数据目录级别;server:服务器级别;rack:机架级别;room:机房级别。
status:故障域状态:Healthy:健康状态,可正常读写;Warning:警告状态,可读;Error:错误状态,无法访问。
disk of base pool:基础存储池的数据目录状态:
usage:数据目录所在磁盘使用情况,包括磁盘已用容量、磁盘总容量。
status:数据目录所在磁盘状态,包括磁盘总个数,状态为健康的磁盘个数、状态为告警的磁盘个数、状态为错误的磁盘个数。