使用 lsdriveclass 命令可显示集群系统(系统)中的所有驱动器种类。
lsdriveclass -filtervalue "IO_group_name=md*"
有关过滤属性的更多信息,请参阅-filtervalue 参数的属性。
此命令会显示系统中的所有驱动器种类。 如果驱动器为受管驱动器,那么将显示此类驱动器。
lsdriveclass 输出 提供了可显示为输出视图数据的属性值。
属性 | 可能的值 |
---|---|
id | 指示驱动器种类标识。 |
RPM | 指示驱动器种类的速度。 |
capacity | 指示驱动器种类的容量。 |
IO_group_id | 指示与驱动器种类关联的 I/O 组标识 |
IO_group_name | 指示与驱动器种类关联的 I/O 组名 |
tech_type | 指示驱动器种类的技术类型。 |
block_size | 指示驱动器种类的块大小。 |
candidate_count | 指示驱动器种类中处于 candidate 状态的驱动器数。 |
superior_count | 指示此类驱动器和视为高级的驱动器的总数。 (该值应用于使用 mkdistributedarray 创建的分布式阵列。) |
total_count | 指示此驱动器种类中的驱动器总数。 驱动器状态不相关。 |
lsdriveclass -filtervalue block_size=4096
生成的详细输出:
id RPM capacity IO_group_id IO_group_name tech_type block_size candidate_count superior_count total_count
3 15000 600.5GB 2 io_group2 tier0_flash 4096 0 0 24
lsdriveclass -filtervalue io_group_ID=0:tech_type=tier_enterprise
生成的详细输出:
id RPM capacity IO_group_id IO_group_name tech_type block_size candidate_count superior_count total_count
0 10000 300.9GB 0 io_group0 tier0_flash 512 30 3 30
lsdriveclass -delim ! -nohdr
生成的详细输出:
0!10000!300.9GB!0!io_group0!tier_nearline!512!30!30 1!!600.5GB!0!io_group0!tier_nearline!512!10!50 2!15000!900.1GB!1!io_group1!tier_enterprise!512!60!60 3!15000!600.5GB!2!io_group2!tier_enterprise!4096!0!24
lsdriveclass 2
生成的详细输出:
id 2
RPM 15000
capacity 900.1GB
IO_group_id 1
IO_group_name io_group1
tech_type tier0_flash
block_size 512
candidate_count 60
superior_count 5
total_count 60