Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

Dell PowerVault ME4 Series Storage System CLI Guide

PDF

virtual-disks

This basetype is used by show configuration and show vdisks.

Table 1. virtual-disks properties
Name Type Description
name string The name of the disk group.
blocksize uint32 The size of a block, in bytes.
size string The size of the disk group, formatted to use the current base, precision, and units.
size-numeric uint64 Unformatted size value in blocks.
freespace string Amount of free (available) space in the disk group, formatted to use the current base, precision, and units.
freespace-numeric uint64 Unformatted freespace value in blocks.
owner string Either the preferred owner during normal operation or the partner controller when the preferred owner is offline.
  • A: Controller A.
  • B: Controller B.
owner-numeric uint32 Numeric equivalents for owner values.
  • 0: B
  • 1: A
preferred-owner string Controller that owns the disk group and its volumes during normal operation.
  • A: Controller A.
  • B: Controller B.
preferred-owner- numeric uint32 Numeric equivalents for preferred-owner values.
  • 0: B
  • 1: A
raidtype string The disk-group RAID level.
  • NRAID
  • RAID0
  • RAID1
  • RAID3
  • RAID5
  • RAID6
  • RAID10
  • RAID50
  • ADAPT
raidtype-numeric uint32 Numeric equivalents for raidtype values.
  • 0: RAID0
  • 1: RAID1
  • 2: ADAPT
  • 3: RAID3
  • 5: RAID5
  • 6: NRAID
  • 8: RAID50
  • 10: RAID10
  • 11: RAID6
storage-type string
  • Linear: The disk group acts as a linear pool.
  • Virtual: The disk group is in a virtual pool.
storage-type- numeric uint32 Numeric equivalents for storage-type values.
  • 0: Linear
  • 1: Virtual
diskcount uint16 Number of disks in the disk group.
sparecount uint16 Number of spare disks assigned to the disk group.
chunksize string
  • For RAID levels except NRAID, RAID 1, and RAID 50, the configured chunk size for the disk group.
  • For NRAID and RAID 1, chunk size has no meaning and is therefore shown as not applicable ( N/A ).
  • For RAID 50, the disk-group chunk size calculated as:configured-chunk- size x (subgroup-members- 1) . For a disk group configured to use 64-KB chunk size and 4-disk subgroups, the value would be 192k (64KB x 3).
status string Disk-group status.
  • CRIT: Critical. The disk group is online but isn't fault tolerant because some of its disks are down.
  • DMGD: Damaged. The disk group is online and fault tolerant, but some of its disks are damaged.
  • FTDN: Fault tolerant with a down disk. The disk group is online and fault tolerant, but some of its disks are down.
  • FTOL: Fault tolerant and online.
  • MSNG: Missing. The disk group is online and fault tolerant, but some of its disks are missing.
  • OFFL: Offline. Either the disk group is using offline initialization, or its disks are down and data may be lost.
  • QTCR: Quarantined critical. The disk group is critical with at least one inaccessible disk. For example, two disks are inaccessible in a RAID-6 disk group or one disk is inaccessible for other fault-tolerant RAID levels. If the inaccessible disks come online or if after 60 seconds from being quarantined the disk group is QTCR or QTDN , the disk group is automatically dequarantined.
  • QTDN: Quarantined with a down disk. The RAID-6 disk group has one inaccessible disk. The disk group is fault tolerant but degraded. If the inaccessible disks come online or if after 60 seconds from being quarantined the disk group is QTCR or QTDN , the disk group is automatically dequarantined.
  • QTOF: Quarantined offline. The disk group is offline with multiple inaccessible disks causing user data to be incomplete, or is an NRAID or RAID-0 disk group.
  • STOP: The disk group is stopped.
  • UP: Up. The disk group is online and does not have fault-tolerant attributes.
  • UNKN: Unknown.
status-numeric uint32 Numeric equivalents for status values.
  • 0: FTOL
  • 1: FTDN
  • 2: CRIT
  • 3: OFFL
  • 4: QTCR
  • 5: QTOF
  • 6: QTDN
  • 7: STOP
  • 8: MSNG
  • 9: DMGD
  • 250: UP
  • other: UNKN
lun uint32 Deprecated.
min-drive-size string Minimum disk size that can this disk group can use, formatted to use the current base, precision, and units.
min-drive-size-numeric uint64 Unformatted min-drive-size value in blocks.
create-date string Date and time, in the format year-month-day hour:minutes:seconds (UTC), when the disk group was created.
create-date-numeric uint32 Unformatted create-date value.
cache-read-ahead string Deprecated.
cache-read-ahead-numeric uint64 Deprecated.
cache-flush-period uint32 Deprecated.
read-ahead-enabled string Deprecated.
read-ahead-enabled-numeric uint32 Deprecated.
write-back-enabled string Deprecated.
write-back-enabled-numeric uint32 Deprecated.
job-running string Same as current-job.
current-job string Job running on the disk group, if any.
  • (blank): No job is running.
  • DRSC: A disk is being scrubbed.
  • EXPD: The disk group is being expanded.
  • INIT: The disk group is initializing.
  • RBAL: The ADAPT disk group is being rebalanced.
  • RCON: At least one disk in the disk group is being reconstructed.
  • VDRAIN: The virtual disk group is being removed and its data is being drained to another disk group.
  • VPREP: The virtual disk group is being prepared for use in a virtual pool.
  • VRECV: The virtual disk group is being recovered to restore its membership in the virtual pool.
  • VREMV: The disk group and its data are being removed.
  • VRFY: The disk group is being verified.
  • VRSC: The disk group is being scrubbed.
array-drive-type-numeric uint32 Numeric equivalents for array-drive-type values.
  • 1: MIXED
  • 4: SAS
  • 8: sSAS
  • 11: SAS MDL
disk-description string Disk description.
  • SAS: Enterprise SAS spinning disk.
  • SAS MDL: Midline SAS spinning disk.
  • SSD SAS: SAS solid-state disk.
disk-description-numeric uint32 Numeric equivalents for description values.
  • 1: MIX
  • 4: SAS
  • 8: SSD SAS
  • 11: SAS MDL
is-job-auto-abortable string
  • false: The current job must be manually aborted before you can delete the disk group.
  • true: The current job will automatically abort if you delete the disk group.
is-job-auto-abortable-numeric uint32 Numeric equivalents for is-job-auto-abortable values.
  • 0: false
  • 1: true
serial-number string The serial number of the disk group.
blocks string The number of blocks, whose size is specified by the blocksize property.
blocks-numeric uint64 Unformatted blocks value.
disk-dsd-enable-vdisk string
  • Disabled: DSD is disabled for the disk group.
  • Enabled - all spinning: DSD is enabled for the disk group.
  • Partial spin-down: DSD is enabled for the disk group and its disks are partially spun down to conserve power.
  • Full spin-down: DSD is enabled for the disk group and its disks are fully spun down to conserve power.
disk-dsd-enable-vdisk-numeric uint32 Numeric equivalents for disk-dsd-enable-vdisk values.
  • 0: Disabled
  • 1: Enabled - all spinning
  • 2: Partial spin-down
  • 3: Full spin-down
disk-dsd-delay-vdisk uint32 For spinning disks, the period of inactivity after which the disks and dedicated spares in a disk group will automatically spin down, from 1 to 360 minutes. The value 0 means spin down is disabled.
pool-sector-format string The sector format of disks in the disk group.
  • 512n: All disks use 512-byte native sector size. Each logical block and physical block is 512 bytes.
  • 512e: All disks use 512-byte emulated sector size. Each logical block is 512 bytes and each physical block is 4096 bytes. Eight logical blocks will be stored sequentially in each physical block. Logical blocks may or may not be aligned with physical block boundaries.
  • Mixed: The disk group contains a mix of 512n and 512e disks. This is supported, but for consistent and predictable performance, do not mix disks of different sector size types (512n, 512e).
pool-sector-format-numeric uint32 Numeric equivalents for pool-sector-numeric values.
  • 0: 512n
  • 1: 512e
  • 3: Mixed
health string
  • OK
  • Degraded
  • Fault
  • Unknown
  • N/A
health-numeric uint32 Numeric equivalents for health values.
  • 0: OK
  • 1: Degraded
  • 2: Fault
  • 3: Unknown
  • 4: N/A
health-reason string If Health is not OK, the reason for the health state.
health-recommendation string If Health is not OK, the recommended actions to take to resolve the health issue.
unhealthy-component Embedded; see unhealthy-component.

Rate this content

Accurate
Useful
Easy to understand
Was this article helpful?
0/3000 characters
  Please provide ratings (1-5 stars).
  Please provide ratings (1-5 stars).
  Please provide ratings (1-5 stars).
  Please select whether the article was helpful or not.
  Comments cannot contain these special characters: <>()\