System::Disk::RAIDStatus

Introduced : BIG-IP_v10.1.0
An enumeration of RAID status.

Members

Member

Value

Description

RAID_STATUS_UNDEFINED

0

The drive is physically connected to the system but has not been logically added to the array (or, the status is unknown to iControl).

RAID_STATUS_SYNCHRONIZED

1

The drive is physically connected and logically part of an array.

RAID_STATUS_REPLICATING

2

The drive was recently added to the array and is being synchronized with the master drive. This process begins when a user selects a new drive for inclusion in the array, or when an array member drive that was missing is re-connected to the system.

RAID_STATUS_MISSING

3

A drive that is configured to be in the array cannot be found by the system. This typically means that the disk has become electrically disconnected from the system, without the user first indicating that the drive is to be removed from the array.

RAID_STATUS_FAILED

4

The system had issues reading from and/or writing to the drive. The drive is no longer an effective member of the array, although it is still logically a part of the array. It should be replaced.

See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.