Server Administrator Storage Management 8.
Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION indicates either potential damage to hardware or loss of data and tells you how to avoid the problem. WARNING: A WARNING indicates a potential for property damage, personal injury, or death. Copyright Copyright © 2015 Dell Inc. All rights reserved. This product is protected by U.S. and international copyright and intellectual property laws.
Contents 1 Overview...............................................................................................................14 What Is New In This Release............................................................................................................... 14 Before Installing Storage Management.............................................................................................. 15 Version Requirements For Controller Firmware And Drivers...............................................
No-RAID.............................................................................................................................................. 34 4 Quick Access To Storage Status And Tasks................................................... 35 Storage Health.....................................................................................................................................35 Hot Spare Protection Policy....................................................................................
What Is A Controller?.......................................................................................................................... 55 RAID Controller Technology: SATA And SAS..................................................................................... 55 SAS RAID Controllers.....................................................................................................................55 RAID Controller Features........................................................................
Managing The Physical Disk Power..............................................................................................85 Managing The Preserved Cache................................................................................................... 87 Encryption Key.............................................................................................................................. 88 Converting To Non-RAID Disks................................................................................
Connector Health.............................................................................................................................. 117 Controller Information.................................................................................................................117 Connector Components............................................................................................................. 117 Connector Properties And Tasks..............................................................
Setting The Physical Disk Online Or Offline...............................................................................136 Performing A Clear Physical Disk And Cancel Clear.................................................................. 137 Enabling Revertible Hot Spare.....................................................................................................137 Enabling Instant Encrypt Erase...................................................................................................
Encrypting A Virtual Disk............................................................................................................. 156 Create Virtual Disk Express Wizard...................................................................................................156 Create Virtual Disk Express Wizard (Step 2)......................................................................................157 Create Virtual Disk Advanced Wizard....................................................................
SAS Controllers............................................................................................................................ 175 SAS Controller .............................................................................................................................175 Migrating SAS Virtual Disks To Another System............................................................................... 175 16 Protecting Your Virtual Disk With A Hot Spare.........................................
Virtual Disk Errors On Systems Running Linux...........................................................................190 Problems Associated With Using The Same Physical Disks For Both Redundant And NonRedundant Virtual Disks...............................................................................................................191 Specific Problem Situations And Solutions.......................................................................................
Virtual Disk Specifications For PERC 6/ Controllers..................................................................203 RAID Levels Supported By PERC 6 Controllers......................................................................... 205 Read, Write, And Cache Policy Supported By PERC 6 Controllers...........................................205 Enclosure Support On PERC 6/ Controllers..............................................................................
Enclosure Support On The Non-RAID Controllers....................................................................237 Enclosure And Backplane Features.................................................................................................. 237 Enclosure And Backplane Tasks................................................................................................. 238 Maximum Supported Configuration For SAS Controllers...............................................................
Overview 1 Server Administrator Storage Management provides enhanced features for configuring the locally attached RAID and non-RAID disk storage on a system. Storage Management enables you to perform controller and enclosure functions for all supported RAID and non-RAID controllers and enclosures from a single graphical user interface (GUI) or command-line interface (CLI). The GUI is wizard-driven and includes features for novice and advanced users. The CLI is fully featured and scriptable.
• Support for 3.5-inch 4KB SATA drives on PERC 9 family of hardware controllers. • Support for RAID 10 virtual disk online capacity expansion. NOTE: For the list of supported operating systems and servers, see the OpenManage Software Support Matrix in the required version of OpenManage Software at dell.com/openmanagemanuals. Before Installing Storage Management The following sections describe considerations for installing Storage Management.
• PERC H330 Adapter, PERC H330 Mini Monolithic, PERC H330 Mini Blades, PERC H330 Embedded, PERC H730 Adapter, PERC H730 Mini Monolithic, PERC H730 Mini Blades, PERC H730P Adapter, PERC H730P Mini Monolithic, PERC H730P Mini Blades, PERC H730P Slim, and PERC H830 Adapter • PERC FD33xD/FD33xS NOTE: The PERC H200, PERC H7x0, and PERC H8x0 controllers support 3TB NL SAS hard drives, 3TB NL SATA hard drives, SATA SSDs, and SAS SSDs.
Getting Started 2 Server Administrator Storage Management is designed for system administrators who implement hardware RAID solutions and understand corporate and small business storage environments. Storage Management enables you to configure the storage components attached to your system. These components include RAID and non-RAID controllers and the channels, ports, enclosures, and disks attached to them.
On A System Running Linux And Any Remote System To start a Server Administrator session on a Linux or any remote system, click the Server Administrator icon on your desktop and log in using an account with Administrator privileges. Or, open a web browser and type one of the following in the address field and press : https://:1311 where is the assigned name for the managed system and 1311 is the default port.
Health On the Properties page, click Health to view the status information for the storage components. Related Concepts Storage Health Information/Configuration On the Properties page, click Information/Configuration to view the property information for a storage object. The Information/Configuration subtabs also have options for executing storage tasks or launching wizards. Using The Storage Management Command-Line Interface Storage Management has a fully featured command-line interface (CLI).
– Protecting Your Virtual Disk With A Hot Spare — This topic provides information on hot spares and controller-specific information. • Perform a Check Consistency — The Maintaining The Integrity Of Redundant Virtual Disks task verifies the accuracy of the redundant data on a virtual disk. • Reconfigure a Virtual Disk — To expand the capacity of a virtual disk you can add physical disks to the virtual disk. You can also change the RAID levels.
Understanding RAID concepts 3 Storage Management uses the Redundant Array of Independent Disks (RAID) technology to provide Storage Management capability. Understanding Storage Management requires an understanding of RAID concepts, as well as some familiarity with how the RAID controllers and operating system view disk space on your system.
RAID concepts RAID uses particular techniques for writing data to disks. These techniques enable RAID to provide data redundancy or better performance. These techniques include: • • • • • • • Mirroring — Duplicating data from one physical disk to another physical disk. Mirroring provides data redundancy by maintaining two copies of the same data on different physical disks. If one of the disks in the mirror fails, the system can continue to operate using the unaffected disk.
• • • • volumes, availability or fault-tolerance is achieved by maintaining redundant data. Redundant data includes mirrors (duplicate data) and parity information (reconstructing data using an algorithm). Performance — Read and write performance can be increased or decreased depending on the RAID level you choose. Some RAID levels may be more appropriate for particular applications.
When a physical disk in a concatenated or spanned volume fails, the entire volume becomes unavailable. Because the data is not redundant, it cannot be restored by rebuilding from a mirrored disk or parity information. Restoring from a backup is the only option. Because concatenated volumes do not use disk space to maintain redundant data, they are more costefficient than volumes that use mirrors or parity information.
RAID 0 characteristics: • Groups n disks as one large virtual disk with a capacity of (smallest disk size) *n disks. • Data is stored to the disks alternately. • No redundant data is stored. When a disk fails, the large virtual disk fails with no means of rebuilding the data. • Better read and write performance. RAID level 1 (mirroring) RAID 1 is the simplest form of maintaining redundant data. In RAID 1, data is mirrored or duplicated on one or more physical disks.
RAID 1 characteristics: • Groups n + n disks as one virtual disk with the capacity of n disks. The controllers currently supported by Storage Management allow the selection of two disks when creating a RAID 1. Because these disks are mirrored, the total storage capacity is equal to one disk. • Data is replicated on both the disks. • When a disk fails, the virtual disk still works. The data is read from the mirror of the failed disk. • Better read performance, but slightly slower write performance.
RAID 5 characteristics: • Groups n disks as one large virtual disk with a capacity of (n-1) disks. • Redundant information (parity) is alternately stored on all disks. • When a disk fails, the virtual disk still works, but it is operating in a degraded state. The data is reconstructed from the surviving disks. • Better read performance, but slower write performance. • Redundancy for protection of data.
RAID 6 characteristics: • Groups n disks as one large virtual disk with a capacity of (n-2) disks. • Redundant information (parity) is alternately stored on all disks. • The virtual disk remains functional with up to two disk failures. The data is reconstructed from the surviving disks. • Better read performance, but slower write performance. • Increased redundancy for protection of data. • Two disks per span are required for parity. RAID 6 is more expensive in terms of disk space.
RAID 50 characteristics: • Groups n*s disks as one large virtual disk with a capacity of s*(n-1) disks, where s is the number of spans and n is the number of disks within each span. • Redundant information (parity) is alternately stored on all disks of each RAID 5 span. • Better read performance, but slower write performance. • Requires as much parity information as standard RAID 5. • Data is striped across all spans. RAID 50 is more expensive in terms of disk space.
RAID 60 characteristics: • Groups n*s disks as one large virtual disk with a capacity of s*(n-2) disks, where s is the number of spans and n is the number of disks within each span. • Redundant information (parity) is alternately stored on all disks of each RAID 6 span. • Better read performance, but slower write performance. • Increased redundancy provides greater data protection than a RAID 50. • Requires proportionally as much parity information as RAID 6.
RAID 10 characteristics: • Groups n disks as one large virtual disk with a capacity of (n/2) disks, where n is an even integer. • Mirror images of the data are striped across sets of physical disks. This level provides redundancy through mirroring. • When a disk fails, the virtual disk still works. The data is read from the surviving mirrored disk. • Improved read performance and write performance. • Redundancy for protection of data.
Comparing RAID Level And Concatenation Performance The following table compares the performance characteristics associated with the more common RAID levels. This table provides general guidelines for choosing a RAID level. Evaluate your specific environment requirements before choosing a RAID level. NOTE: The following table does not show all supported RAID levels in Storage Management. For information on all supported RAID levels in Storage Management, see Choosing RAID Levels And Concatenation. Table 1.
RAID Level Data Availability Read Performanc e Write Performanc e Rebuild Performanc e Minimum Disks Required Suggested Uses critical information. RAID 5 Good Sequential reads: good. Transactiona l reads: Very good Fair, unless using writeback cache Fair N + 1 (N = at least two disks) Databases and other read intensive transactional uses. RAID 10 Excellent Very Good Fair Good 2N x X Data intensive environment s (large records).
No-RAID In Storage Management, a virtual disk of unknown metadata is considered a No-RAID volume. Storage Management does not support this type of virtual disks. These must either be deleted or the physical disk must be removed. Storage Management allows Delete and Rename operation on No-RAID volumes.
4 Quick Access To Storage Status And Tasks This section describes various methods to determine the status or health of the storage components on your system and how to quickly launch the available controller tasks.
Hot Spare Protection Policy The Set Hot Spare Protection Policy task allows you to set or modify the number of hot spares to be assigned to the virtual disks. After you set the number of assigned hot spares, any deviation from the protection policy threshold triggers an alert based on the severity level you set.
The State and Progress properties display the current activity of a component. For example, an offline physical disk displays the Offline status while the Progress property displays how close to completion an operation (such as a rebuild) is.
Using Enclosure Temperature Probes Physical disk enclosures have temperature probes that warn you when the enclosure has exceeded an acceptable temperature range. Related Concepts Setting The Temperature Probe Values Rescanning To Update Storage Configuration Changes The Rescan task scans the storage device attached to the connectors on the controller (channels or ports) to verify the currently connected devices or to recognize devices that have been added to or removed from the connectors.
PCI Express Solid-State Device Support 5 This section provides an overview of the Storage Management device management support for Peripheral Component Interconnect Express (PCIe) Solid-State Drive (SSD) and its associated devices like the backplane and extender card. In Storage Management, PCIe SSD appears under Storage in the tree view. Storage Management reports the PCIe SSD devices and its various properties.
Properties Description SSD subsystems attached to the system starting with zero. This number is the same as the PCIe SSD subsystem ID number reported by the omreportcommand. For information on Command Line Interface, see the Server Administrator Command Line Interface User's Guide. NOTE: In CLI commands, the PCIe SSD subsystem ID is displayed as the controller ID. Status These icons represent the severity or health of the PCIe SSD Subsystem.
PCIe Extender Cards The PCIe extender card is attached to the backplane of the system and provides PCIe connectivity for up to four PCIe SSD devices at the front of the chassis. NOTE: The PCIe extender card does not have any properties or tasks. Table 4. PCIe Extender Card Properties Description ID Displays the ID assigned to the PCIe extender card by Storage Management. Status These icons represent the severity or health of the PCIe extender card.
Table 5. Physical Device Properties Properties Description Name Displays the name of the PCIe SSD. The name comprises the bay ID and the slot in which the PCIe SSD is installed. State Displays the health state of the PCIe SSD. Bus Protocol Displays the technology that the PCIe SSD is using. Device Protocol Displays the device protocol of the physical device, such as Non-Volatile Memory Express (NVMe). Media Displays the media type of the physical disk.
Properties Description TBW is reached) drops, if TBW specification is exceeded and the warranty for the drive expires. The warranty coverage for the drive expires if the value for percent lifetime used is equal to 100 percent and that for write protect progress is less than 100 percent. Approaching Read Only — The drive is running out of spare sectors and is reaching the read-only mode. However, the health status of the drive is good and data retention is unaffected.
Properties Description PCIe Negotiated Link Speed Displays the current negotiated transfer speed of the physical device in GT/s. PCIe Maximum Link Speed Displays the capable transfer speed of the physical device in GT/s. PCIe Negotiated Link Width Displays the current negotiated link width of the physical device. PCIe Maximum Link Width Displays the capable link width of the physical device.
• Unconfigured SED drive • Foreign configured encrypted drives • Unconfigured and foreign SED drive even when an Encryption Key is not present in the controller Related Tasks • Performing A Full Initialization On A Micron PCIe SSD Performing A Full Initialization On A Micron PCIe SSD Performing a Full Initialization on a Micron PCIe SSD overwrites all blocks and results in permanent loss of all data on the Micron PCIe SSD. During Full Initialization, the host is unable to access the Micron PCIe SSD.
Select the Prepare to Remove task to safely remove a PCIe SSD from the system. This task causes the status LEDs on the device to blink. You can safely remove the device from the system under the following conditions after you initiate the Prepare to Remove task: • The PCIe SSD is blinking the safe to remove LED pattern. • The PCIe SSD is no longer accessible by the system. Exporting The Log The log contains debug information of the PCIe SSD and can be useful for troubleshooting.
PCIe SSD In Slot Card Properties The PCIe SSD in slot card is similar to a physical disk in Storage Management. This PCIe SSD card is directly attached to the PCIe SSD subsystem, unlike a PCIe extender card which is attached to an enclosure or backplane. You can view information about the PCIe SSDs and run PCIe SSD tasks on the PCIe SSD in slot card Properties page. To view the complete PCIe SSD in slot card properties, click Full View on the top of the page.
Properties Description Media Displays the media type of the device. Driver Version Displays the version of the driver that is installed on the PCIe SSD subsystem. NOTE: Storage Management displays Not Applicable for subsystem for which the driver version cannot be obtained. Remaining Rated Write Endurance Displays information on the SSD renewal/ replacement based on the amount of write workloads.
• Exporting The Log For PCIe SSD In Slot Card • Performing A Cryptographic Erase On A PCIe SSD In Slot Card To perform a PCIe SSD in slot card task: 1. In the Server Administrator window, under the System tree, expand the Storage tree object to display the storage component objects. 2. Expand the PCIe SSD Subsystem object. 3. Expand the connector object. 4. Select the PCIe SSD in Slot object. 5. Select a task from the Available Tasks drop-down menu. 6. Click Execute.
PCIe SSD Subsystem Health Indicates the roll-up health status of physical devices. The individual health status of the physical devices appears at the respective level. Related Concepts Backplanes Backplane Firmware Version Backplanes PCIe SSDs are attached to the PCIe SSD backplane of the system. The number of supported PCIe SSDs depend on the system. NOTE: PCIe SSDs must be used with PCIe SSD backplanes. Do not plug in SAS/SATA devices to a PCIe SSD backplane or vice versa.
Storage Information And Global Tasks 6 Use the Storage information and Global Tasks window to view high-level information about the storage components or devices on your system. These windows also allow you to launch global tasks that affect all controllers attached to the system. Related Concepts Storage Properties Global Tasks Storage Controller Properties Storage Properties The Storage tree-view object has the following properties. Table 7.
NOTE: This operation is not supported for SSDs connected to Software RAID controllers. To set the Remaining Rated Write Endurance Threshold: 1. In the Server Administrator window, under the System tree, select the Storage tree object. The storage Properties window is displayed. 2. Click the Information/Configuration subtab to display more information. 3. Under Global Tasks, select Set Remaining Rated Write Endurance Threshold from the drop-down menu.
Table 9. Controller Properties Property Definition Status Displays the status of the controller. ID Displays the controller ID as reported by the omreport CLI command. Name Displays the name of the controller. For more detailed information on a controller, click its name on the controller name. Slot ID Displays the slot to which the controller is attached.
Property Definition controller type, the connector can be either a SCSI channel or a SAS port. Rebuild Rate The rebuild rate is the percentage of the resources available on the system dedicated to rebuild a failed disk when a rebuild is necessary. For more information on rebuild rate, see Setting The Rebuild Rate. Alarm State Displays whether the alarm on the controller is enabled or disabled. Cluster Mode Indicates whether the controller is part of a cluster configuration.
Controllers 7 This chapter provides information about the supported controllers and controller features in Storage Management. Related Concepts RAID Controller Technology: SATA And SAS Which Controllers Do I Have? Non-RAID Controller Description What Is A Controller? Most operating systems do not read and write data directly from the disks, but instead send read and write instructions to a controller.
• SAS 6/iR controller family • PERC S100, S110, S130, and S300 controllers • PERC H200, H700, and H800 controllers • PERC H310 Adapter, PERC H310 Mini Monolithic, PERC H310 Mini Blades, PERC H710 Adapter, PERC H710 Mini Blades, PERC H710 Mini Monolithic, PERC H710P Adapter, PERC H710P Mini Blades, PERC H710P Mini Monolithic, and PERC H810 Adapter controllers • PERC H330 Adapter, PERC H330 Mini Monolithic, PERC H330 Mini Blades, PERC H330 Embedded, PERC H730 Adapter, PERC H730 Mini Monolithic, PERC
Controller — Supported RAID Levels RAID controllers may support different RAID levels. For information on supported RAID levels for a controller, see Supported Features. Controller — Supported Stripe Sizes When creating a virtual disk, you must specify the stripe size for the virtual disk. Different controllers have different limitations on the stripe sizes they can support.
being written on a disk. Other applications may also experience problems when actions assume that the data is available on the disk. • • • NOTE: Storage Management does not allow you to select the Write Back policy for controllers that do not have a battery. The only exceptions are PERC S100 and PERC S300. This restriction protects a controller without a battery from the loss of data that may occur in the event of a power failure.
the physical disk. Because it is faster to write data to the cache than to a disk, enabling this feature improves system performance. The cache policies are: • Enabled — Disk Cache Policy is enabled. • Disabled — Disk Cache Policy is disabled. • Unchanged — The disk uses the default write cache mode. NOTE: The Unchanged option is applicable only for PERC 9 or later family of hardware controllers.
Non-RAID SAS Controllers The following non-RAID controllers use Serial Attached SCSI (SAS) technology: • SAS 6 Gbps Adapter • LSI SAS 9207-8e • LSI SAS 9300-8e • LSI SAS 9206-16e • SAS 12 Gbps Adapter NOTE: In Storage Management, the LSI SAS Host Bus Adapter (HBA) controller page display properties such as: ID, Status, Name, Slot ID, State, Driver Version, Storport Driver Version, Number of Connectors, and Controller Tasks.
Property Definition NOTE: Storage Management displays Not Applicable on some controllers for which the driver version cannot be obtained. Minimum Required Driver Version Displays the minimum driver version that is required by Storage Management. This property is displayed only if the controller driver does not meet the minimum requirement. Storport Driver Version Displays the version of the storport driver that is installed on the system.
NOTE: The firmware and drivers listed in the Server Administrator Release Notes, see the minimum supported version for these controllers. Later versions of the firmware and drivers are also supported. For the most recent driver and firmware requirements, contact your service provider. The controller properties can vary depending on the model of the controller. Controller properties may include: Table 11.
Property Definition Firmware Version Displays the version of the firmware that is installed on the controller. NOTE: Storage Management displays Not Applicable on some controllers for which the firmware version cannot be obtained. Minimum Required Firmware Version Displays the minimum firmware version that is required by Storage Management. This property is displayed only if the controller firmware does not meet the minimum requirement.
Property Definition disk (in case of replacement of a degraded disk). For more information, see Enabling Revertible Hot Spare. Load Balance Provides the ability to automatically use both controller ports or connectors connected to the same enclosure to route I/O requests. This property is available only on SAS controllers that have controller firmware version 6.1 and later.
Property Definition For more information about patrol read, see Setting The Patrol Read Mode. Patrol Read Rate Displays the percentage of system resources dedicated for running the Patrol Read operation. Patrol Read Rate changes the amount of system resources assigned for the patrol read task. The Patrol Read Rate can be configured between 0% and 100%, where: • • 0% — indicates the lowest priority for controllers and has the least impact on the system performance.
1. In the Server Administrator window, under the system tree, expand Storage to display the controller objects. 2. Select a controller object. 3. Click Information/Configuration on the controller Properties page. 4. Select a task from the Available Tasks drop-down menu. 5. Click Execute. NOTE: Different controllers support different features. The tasks displayed on the Available Tasks drop-down menu vary depending on the controller selected.
On SCSI controllers, a rescan updates configuration changes (such as new or removed devices) for all components attached to the controller. For information on when to perform a rescan, see Rescanning To Update Storage Configuration Changes. NOTE: Rescan controller is not supported on non-RAID SCSI controllers. You must reboot the system before Storage Management can display configuration changes on non-RAID SCSI controllers.
Turning Off The Controller Alarm Does my controller support this feature? See Supported Features. Select the Quiet Alarm task to turn off the controller alarm. However, the controller alarm remains enabled for future device failure. Testing The Controller Alarm Does my controller support this feature? See Supported Features. Select the Test Alarm task to test whether the controller alarm is functional. The alarm sounds for about 2 seconds.
To locate Set Rebuild Rate In Storage Management 1. Expand the Storage tree object to display the controller objects. 2. Select a controller object. 3. Click Information/Configuration. 4. Select Set Rebuild Rate from the Available Tasks drop-down menu. 5. Click Execute. You can also locate this task from the Change Controller Properties drop-down menu. Resetting The Controller Configuration Does my controller support this feature? See Supported Features.
Exporting The Controller Log File Does my controller support this feature? See Supported Features. The Export Log task exports the controller log to a text file. This log provides detailed information on the controller activities and can be useful for troubleshooting. On a system running Microsoft Windows, the log file is exported to the windows or winnt directory. On a system running Linux, the log file is exported to the /var/log directory. Depending on the controller, the log file name is afa_.
A foreign configuration is data residing on physical disks that have been moved from one controller to another. Virtual disks residing on physical disks that have been moved are considered to be a foreign configuration. NOTE: It is not recommended to remove an external enclosure cable while the operating system is running on the system. Removing the cable could result in a foreign configuration when the connection is re-established.
Property Definition • — Critical/Failure/Error For more information, see Storage Component Severity. Name Displays the name of the foreign configuration and is available as a link. This link enables you to access the physical disks that constitute the foreign disk. State Displays the current state of the foreign configuration. Possible values are: • • • Ready — The foreign disk can be imported and functions normally after import.
Property Definition • Dedicated Hot Spare Partially foreign — The virtual disk is part of an already existing configuration. Some physical disks in this virtual disk are foreign. Displays whether the foreign disk is a dedicated hot spare. Based on the properties information, you can decide whether you want to import, recover, or clear the foreign configuration. To Locate Foreign Configuration Operations Task In Storage Management For SAS controllers with firmware version 6.1: 1.
Related Concepts Foreign Configuration Properties Importing Or Recovering Foreign Configurations The recover operation attempts to restore degraded, failed, or missing virtual disks to a healthy state. A virtual disk may be in a degraded, failed, or missing state after losing communication with the controller due to a power loss, faulty cable connection, or other failure. A rebuild or background initialization may automatically initiate after the recover operation completes.
To clear a foreign configuration: Click Clear Foreign Configuration to clear or erase all virtual disks residing on physical disks is added to the controller. To exit without clearing the foreign configuration, click Cancel. Related Concepts To Locate Clear Foreign Configuration In Storage Management Importing Foreign Configurations Importing Or Recovering Foreign Configurations To Locate Clear Foreign Configuration In Storage Management For SAS controllers with firmware versions 6.1 and later: 1.
Property Definition After Import State Displays the after-import state of the physical disk. The physical disk can be imported in any of the following states: • • • • • Online — The physical disk is part of the imported virtual disk and functions normally. Offline — The physical disk is offline after import to the virtual disk. Foreign — The virtual disk containing the physical disk cannot be imported and the physical disk remains in foreign state.
Property Definition • • • Used RAID Disk Space HDD — Hard Disk Drive. An HDD is a non-volatile storage device which stores digitally-encoded data on rapidly rotating platters with magnetic surfaces. SSD — Solid-State Drive. An SSD is a data storage device that uses solid-state memory to store persistent data. Unknown — Storage Management is unable to determine the media type of the physical disk. Displays the amount of the physical disk space that is used by the virtual disks on the controller.
Property Definition • Rebuild Encryption Capable Displays whether the physical disk is a Self Encryption Disk (SED). The possible values are Yes and No. Encrypted Displays whether the physical disk is encrypted to the controller. The possible values are Yes and No. For a non-SED the value is N/A. Part Number Displays the unique Bill Of Materials assignment number for a physical disk. The numbers four through eight represent the service provider part number for that model drive.
You can also locate this task from the Change Controller Properties drop-down menu. Related Concepts Changing The Controller Properties Setting The Check Consistency Rate Does my controller support this feature? See Supported Features. The Set Check Consistency Rate task changes the amount of system resources dedicated to the check the consistency rate.
The reconstruct task recreates the virtual disk after you have changed the RAID level or reconfigured the virtual disk. The reconstruct rate, configurable between 0% and 100%, represents the percentage of the system resources dedicated for running the reconstruct task. At 0%, the reconstruct has the lowest priority for the controller, takes maximum time to complete, and has least impact to system performance. A reconstruct rate of 0% does not mean that the reconstruct is stopped or paused.
If the communication channel between the connector and the first enclosure is lost, the redundant path configuration is lost. In this case, the health of the logical connector is displayed as critical. Navigate to the Information/Configuration page of the logical connector to view details of the Path Health. For a brief outline of this scenario, see the following table: Table 14.
Health of Logical Connector Path between Enclosure n and Enclosure n +1 Connector 0 (C0) Connector 1 (C1) Disconnected Available In the above scenario, the enclosure status is displayed in warning mode. Clicking Information/ Configuration in the Enclosures page displays all enclosure components (EMMs, Fans, Physical Disks, Power Supplies, and Temperature) in normal condition.
• The physical disk is included in a virtual disk that is currently undergoing one of the following: – Rebuild – Reconfiguration or reconstruction – Background initialization – Check consistency In addition, the Patrol Read suspends during heavy I/O activity and resumes when the I/O is finished. Related Concepts Starting And Stopping Patrol Read To Set The Patrol Read Mode Select the desired Patrol Read Mode option. The options available are: • Auto — Initiates the Patrol Read task.
There are certain conditions under which the Patrol Read task cannot be run. To start or stop the Patrol Read Task: Click Start Patrol Read or Stop Patrol Read. NOTE: On PERC 9 family of hardware controllers, the Stop Patrol Read task displays: Patrol Read Aborted. On controllers before PERC 9, the Stop Patrol Read task displays: Patrol Read Stopped. To exit without starting or stopping the Patrol Read, click Go Back to Previous Page.
NOTE: You can also set these properties using the command-line interface. For more information, see the Server Administrator Command-Line Interface User’s Guide. Related Concepts To Rescan A Controller To Locate Change Controller Properties In Storage Management 1. In the Server Administrator window, under the system tree, select Storage. 2. On the Storage Dashboard page, select Change Controller Properties from the Available Tasks drop-down menu. 3. Click Execute.
Physical Disk Power On Unconfigured Drives And Hot Spares Managing Physical Disk Power Using The Customized Power Savings Mode Managing Physical Disk Power Using The QoS Option Managing The Time Interval For The QoS Option Properties In Manage Physical Disk Power Option The following table displays the properties in the Manage Physical Disk Power option: Table 16.
Managing Physical Disk Power Using The Customized Power Savings Mode To manage physical disk power through the Customized Power Savings Mode: 1. Select the Customized Power Save Mode option. 2. Edit the remaining parameters on the Manage Physical Disk Power page. You can also configure the options in the QoS section as described in the following section.
In the write-back policy, data is written to the cache before being written to the physical disk. If the virtual disk goes offline or is deleted for any reason, the data in the cache is lost. Data in the cache may also be lost in case of unintended cable or power failure. If such a failure, Storage Management preserves the data written on the preserved or dirty cache until you recover the virtual disk or clear the cache. This feature is available only on SAS controllers with firmware version 6.1 and later.
An Encryption Key Identifier can contain numerals, alphabets both lower and upper case are allowed, non-alphanumeric characters, or a combination of any of these. NOTE: For the Encryption Key Identifier and Passphrase guidelines, click the page. 3. icon on the Type a Passphrase. A Passphrase must contain at least one numeral, alphabets both lower and upper case are allowed, and one non-alphanumeric character (except space).
If you have not saved the credentials to a file, you can provide the path on which the file must be saved. The path must contain a filename with an .xml extension. On applying changes, this file is created with the credentials. If you delete the encryption key, you cannot create encrypted virtual disks and all encrypted unconfigured self-encrypting drives are erased. However, deleting an encryption key does not affect encryption or data in foreign disks.
Does my controller support this feature? See Supported Features. NOTE: This task is not supported on PERC hardware controllers running in HBA mode. 1. In the Server Administrator window, under the system tree, expand Storage to display the controller objects. 2. Select the Controller object. 3. Click Information/Configuration on the controller Properties page. 4. In the Controller Tasks drop-down menu, select Convert to Non-RAID. The disks in Ready state are displayed. 5.
3. 4. Click Information/Configuration on the controller Properties page. In the Controller Tasks drop-down menu, select Change Controller Mode..., and then click Execute. The Change Controller Mode window is displayed. The Current Controller Mode section displays the mode of the controller – RAID or HBA. 5. Select RAID or HBA from the Change Controller Mode section, and then click Apply Changes. 6.
4. In the Controller Tasks drop-down menu, select Auto Configure RAID0, and then click Execute. The Auto Configure RAID0 window is displayed. Read the messages displayed on this window before you proceed. 5. Click Confirm to configure the physical disks. The auto configure operation may take time to complete, depending on the configuration and available physical disks in Ready state. The Auto Configure RAID0 operation is successful, only if the Alert Log is updated.
The check consistency report provides information on all the consistency checks performed on the controller in a chronological order. It provides information such as last run time and result. If the consistency check fails, it provides the reason for the failure. Related Concepts Performing A Check Consistency To Locate View Check Consistency Report In Storage Management 1. In the Server Administrator window, under the system tree, click Storage. 2.
On systems running Linux: /opt/dell/srvadmin/etc/srvadmin-storage/hddfwver.csv On systems running ESXi: /etc/cim/dell/srvadmin/srvadmin-storage/hddfwver.csv If the existing firmware(s) for all physical disks is the latest, the following message is displayed: There are no physical disks available that require firmware update.
Property Definition shipped on a 9th — 11th generation server. When downloaded, this tool appears under the Drive Firmware Downloads with a filename of the format NautilusAxx_ZPE.exe. DUP Reboot Required If this field is set to Yes, then the Update Package (DUP) field is not blank. It indicates the availability of an online DUP. The DUP allows to be sent to the firmware payload through an online executable, but the firmware will not be committed to the disk until the next system reboot.
8 Support For PERC 9 Hardware Controllers The PowerEdge RAID Controller (PERC) family of enterprise-class controllers is designed for enhanced performance, increased reliability and fault tolerance, and simplified management — providing a powerful, easy-to-manage way to create a robust infrastructure and help maximize server uptime. The introduction of the PERC 9 family of hardware controllers also brings about improvements in storage solutions.
• Create Virtual Disk Advanced Wizard RAID Level 10 Virtual Disk Creation With Uneven Span RAID Level 10 virtual disk creation with uneven span feature is available on Storage Management User Interface (UI) and Command Line Interface (CLI). For information on Storage Management CLI, see Server Administrator Command Line Interface Guide. • Based on the minimum (and even) number of physical disks selection the firmware on the PERC 9 hardware controller recommends the preferred span layout.
data-combining feature in 4KB sector hard-disk drives results in improved data efficiency and error correction capabilities. Storage Management supports virtual disk creation on 4KB sector hard-disk drives connected to PERC 9 hardware controllers. NOTE: 4KB sector hard-disk drives are not supported on controllers prior to PERC 9 family of hardware controllers.
Data integrity is a practical solution for protecting the system against data loss in the event of a warning of failure. This new feature supported on PERC 9 hardware controllers allows you to configure T10 Protection Information (PI) to virtual disks. The T10 Protection Information (PI) feature validates the data written and read from a drive to detect errors.
Enclosures And Backplanes 9 Physical disks can be contained in an enclosure or attached to the backplane of a system. An enclosure is attached to the system externally while the backplane and its physical disks are internal. Related Concepts Enclosures Backplanes Backplanes You can view the Backplane object by expanding the controller and connector object in the Storage Management tree view. Storage Management displays the status of the backplane and the attached physical disks.
• Enclosure Temperature Probes • Enclosure Management Modules (EMMs) • Enclosure And Backplane Health • Enclosure And Backplane Properties And Tasks Enclosure Physical Disks The physical disks in an enclosure are displayed under the enclosure object in the tree view. Select a disk in the tree to view the status information. Enclosure Fans The fans are a component of the enclosure cooling module. The enclosure fans are displayed under the Fans object in the tree view.
Property Definition This property is not displayed for the 22xS enclosures that have E. 17 firmware or later. Speed Indicates the fan speed. The values are displayed in rpm. If the fan is in Offline state, the value for the Speed property is Unknown. For information on events that cause the fan speed to change, see the hardware documentation. Enclosure Power Supplies The enclosure power supplies are displayed under the Power Supplies object in the tree view.
Enclosure Temperature Probes The enclosure temperature probes are displayed under the Temperatures object. You can select the Temperatures object to view the status information. The status information includes the current temperature in Celsius and the warning and failure thresholds for the temperature probe. The failure threshold has a default value that cannot be changed. However, you can set the warning threshold.
Property Definition For more information, see Storage Component Severity. NOTE: On some enclosures, Storage Management may experience a short delay before displaying the current enclosure temperature and temperature probe status. For more information, see Storage Management May Delay Before Updating Temperature Probe Status. Name State Displays the name of the temperature probe. Displays the status of the temperature probe. • • • • • • • Ready—The temperature probe is functioning normally.
Setting The Temperature Probe Values Enclosure Management Modules (EMMs) The Enclosure Management Modules (EMMs) that are installed in the enclosure are displayed under the EMMs object in the tree view. You can select the EMMs object to view the individual EMM modules and their status information. The enclosure may contain one or more EMMs. The EMM modules monitor components of the enclosure.
Property Definition — Critical/Failure/Error — Unknown For more information, see Storage Component Severity. Name Displays the name of the EMM. State Displays the current state of the EMMs. Possible values are: • • • • • Ready — EMM is functioning normally. Degraded — EMM has encountered a failure and is operating in a degraded state. Failed — EMM has encountered a failure and is no longer functioning. Storage Management is unable to communicate with the enclosure using SES commands.
Enclosure And Backplane Health Displays the status of the enclosure or backplane and the components attached to the enclosure or backplane. Enclosure And Backplane Information For information on enclosures and backplanes, see: • Enclosures And Backplanes • Enclosure And Backplane Properties • Enclosure And Backplane Tasks Enclosure And Backplane Components For information on attached components, see Physical Disks Or Physical Devices.
Property Definition State Displays the status of the enclosure or backplane. Possible values are: • • • Ready — The enclosure or backplane is functioning normally. Degraded — The enclosure has encountered a failure and is operating in a degraded state. This state does not apply to backplanes. Failed — The enclosure or backplane has encountered a failure and is no longer functioning. Connector Displays the number of connectors attached to the enclosures or backplanes.
Property Definition Bus mode. Joined Bus or Clustered modes may display when applicable in these circumstances. Firmware Version Displays the version of the enclosure firmware. NOTE: For systems supporting multiple backplanes, the firmware version appears as upstream and downstream versions. Service Tag Displays the enclosure Service Tag. The enclosure is identified by a unique Service Tag number. This information is used to route support calls to the appropriate personnel.
• Disabling The Enclosure Alarm • Setting Asset Data • Blinking The LED On The Enclosure • Setting The Temperature Probe Values Enabling The Enclosure Alarm Does my enclosure support this feature? See Supported Features. Select the Enable Alarm task to enable the enclosure alarm. When enabled, the alarm turns on when any of the following events occur: • Enclosure temperature has exceeded the warning threshold. • Power supply, fan, or enclosure management module — EMM has failed.
To Locate Set Asset Data In Storage Management To locate this task in storage management: 1. In the Server Administrator window, under the system tree, expand Storage to display the controller objects. 2. Expand a controller object. 3. Expand a connector object. 4. Select the Enclosure object. 5. Click Information/Configuration. 6. Select Set Asset Data from the Enclosure Tasks drop-down menu. 7. Click Execute.
Changing The Warning Threshold On The Temperature Probe The temperature probes are listed in the Temperature Probes section. To change the temperature probe’s warning threshold: 1. Select the probes that you want to change. 2. Select Set new values in Set New Temperature Probe Values page. 3. Type the lowest acceptable temperature in celsius for the enclosure in the Minimum Warning Threshold text box. The text box label indicates the range that you can specify. 4.
3. Select the connector object. 4. Select the enclosure object. 5. Click Information/Configuration. 6. Select View Slot Occupancy Report from the Available Tasks drop-down menu. 7. Click Execute. Changing The Mode On 220S And 221S Enclosures Make sure that you turn off the enclosure before you toggle the bus configuration switch on a 220S or 221S enclosure, the enclosure should be powered off. The bus configuration switch is used to change the enclosure to split bus, joined bus, or clustered mode.
physical disks. A connector object that cannot be expanded in the tree view is an open connector not currently attached to storage. Storage Management displays a number for each connector. These numbers correspond to the connector numbers on the controller hardware. You can use these numbers to identify which open connector displayed in the tree view with the open connector on the controller hardware.
Connectors 10 A controller contains one or more connectors (channels or ports) to which you can attach disks. You can externally access a connector by attaching an enclosure (for external disks) to the system or internally access by attaching to the backplane (for internal disks) of a system. You can view the connectors on the controller by expanding the controller object in the tree view. NOTE: For PCIe SSD, connectors are referred as PCIe SSD extenders.
the number of physical disks that can be used for different RAID levels, see Number Of Physical Disks Per Virtual Disk. For information on controller-specific implementations of the RAID levels, see Controller - Supported RAID Levels. Creating A Physical Disk For Channel Redundant Virtual Disks On PERC Controllers The following sections describe creating a channel-redundant virtual disk using RAID 10 or RAID 50 on PERC controllers.
Table 23. Connector Properties Property Definition These icons represent the severity or health of the storage component. — Normal/OK — Warning/Non-critical — Critical/Failure/Error For more information, see Storage Component Severity. A Warning or Critical severity may indicate that the connector is unable to communicate with attached devices such as an enclosure. Check the status of attached devices. For more information, see Cables Attached Correctly and Isolate Hardware Problems.
Rescanning The Connector Does my controller support this feature? See Supported Features. On a SCSI controller, the Rescan task rescans the controller connectors to verify the currently connected devices or to recognize new devices that have been added to the connectors. Performing a rescan on a connector is similar to performing a rescan on the controller. For information on scheduling a rescan, see Rescanning To Update Storage Configuration Changes.
Property Definition attached devices. For more information, see Cables Attached Correctly and Isolate Hardware Problems. Name State Displays the connector number. The default value is 0. Displays the status of the connector. Possible values are: • • • Connector Type Ready — The connector is functioning normally. Degraded — The connector has encountered a failure and is operating in a degraded state. Failed — The connector has encountered a failure and is no longer functioning.
11 Tape Drive Tape drives contain several tape backup units (TBUs) on which data can be backed up. Storage Management enumerates the TBUs that are used for data back up. You can view the tape drives associated with a particular controller on the Tape Drives on Controller page. Tape Drive Properties Table 25. Tape Drive Properties Property Definition ID Displays the ID of the tape drive. Name Displays the name of the tape drive. Bus Protocol Displays the bus protocol type of the tape drive.
RAID Controller Batteries 12 Some RAID controllers have batteries. If the controller has a battery, Storage Management displays the battery under the controller object in the tree view. If there is a power outage, the controller battery preserves data that is in the volatile cache memory (SRAM) but not yet written to disk. The battery is designed to provide a minimum backup of 24 hours. When a RAID controller is first installed in a server, the battery may need charging.
Property Definition • Learn Mode Failed — The battery has failed and has to be replaced. Displays the learn mode of the battery. Possible values are: • • Auto — Storage Management performs an automatic learn cycle based on the set time. Warn — The learn cycle is past the default 90 days. When the battery is in Warn mode, the state of the controller is displayed as degraded. NOTE: Warn is available only on SAS controllers with firmware version 6.1 and later.
Select the Start Learn Cycle task to initiate the battery learn cycle. The battery learn cycle discharges and then fully charges the controller battery. The learn cycle recalibrates the battery-integrated circuit so that the controller can determine whether the battery can maintain the controller cache for the prescribed period in the event of a power loss. While the learn cycle is in progress, the battery may not be able to maintain the cache during a power loss.
3. Click Apply Changes. To exit and cancel your changes, click Go Back To Battery Information Page. To Locate Delay Learn Cycle In Storage Management To locate this task in Storage Management: 1. In the Server Administrator window, under the system tree, expand the Storage to display the controller objects. 2. Expand the controller object. 3. Select the Battery object. 4. Select Delay Learn Cycle from the Available Tasks drop-down menu. 5. Click Execute.
Physical Disks Or Physical Devices 13 Physical disks or physical devices reside within an enclosure or are attached to the controller. On a RAID controller, physical disks or devices are used to create virtual disks. Related Concepts Physical Disk Tasks Guidelines To Replace A Physical Disk Or Physical Device A replacement disk may not be the same model as the physical disks or devices in the storage enclosure.
4. Click Execute. The new disk is displayed in the tree view after the rescan. If the new disk is not displayed, restart the system. For SAS Controllers 1. Check the alert log for an alert verifying that the system has identified the new disk. You may receive alert 2052 or 2294. For information on alert messages, see the Server Administrator Messages Reference Guide. 2. Refresh the display by clicking Refresh ( ) or by changing pages.
Disk Is Not Part Of A Redundant Virtual Disk 1. Back up data from the virtual disk. 2. Delete the virtual disk. 3. Replace the disk that is receiving SMART alerts. 4. Create a new virtual disk. Make sure that the new virtual disk is the same size or greater in size than the original virtual disk. For controller-specific information on creating virtual disks, see Virtual Disk Considerations For Controllers and Virtual Disk Considerations For PERC S100, S110, And S300 Controllers. 5.
Property Definition Spun Down Indicates that the physical drive is in spun down state. Only hot spare and unconfigured disk can be in spun down state if there is no activity on the drives for a specified interval of time. Transition Indicates that the physical drive is changing from the spun down state to spun up state. Spun Up Indicates that the physical drive is in the spun up state. Name Displays the name of the physical disk or device.
Property Definition • • • • returned to a usable state by performing a Format, Initialize, Slow, And Fast Initialize task. If the Format, Initialize, Slow, And Fast Initialize task does not appear on the physical disk or device drop-down menu, then this disk or device cannot be recovered. Foreign — The physical disk has been moved from another controller and contains all or some portions of a virtual disk (foreign configuration).
Property Definition You may also want to review the alert log to see whether the physical disk or device has generated alerts pertaining to a SMART predictive failure. These alerts can assist you in identifying the cause of the SMART alert. The following alerts may be generated in response to a SMART alert: • 2094 • 2106 • 2107 • 2108 • 2109 • 2110 • 2111 For information on alert messages, see the Server Administrator Messages Reference Guide.
Property Definition NOTE: This option is applicable to Micron PCIe SSDs, NonVolatile Memory Express (NVMe) PCIe SSDs, and SAS/SATA SSDs. Used RAID Disk Space Displays the physical disk or device space that is used by the virtual disks on the controller. This property is Not Applicable for physical disks or devices attached to non-RAID controllers. In certain circumstances, the Used RAID Disk Space displays a value of zero even though a portion of the physical disk or device is being used.
Property Definition PCIe Maximum Link Width Displays the capable link width of the physical device. Physical Disk Or Physical Device Tasks To execute a physical disk or physical device task: 1. Expand the Storage tree object to display the controller objects. 2. In the Server Administrator window, under the system tree, expand Storage to display the controller objects. 3. Expand a connector object. 4. Expand the enclosure or backplane object. 5. Select Physical Disks or Physical Devices object.
On most controllers, the Blink task automatically cancels after a short duration such as 30–60 seconds. Select Unblink to cancel the Blink task or to stop the LED on the physical device that is blinking indefinitely. NOTE: The Blink and Unblink tasks are only supported for hotswap physical disks (disks that reside in a carrier). When using an LSI PCI-e U320 controller, the Blink and Unblink tasks apply to physical disks contained in carriers that can be inserted into a server or an enclosure.
Rebuilding Data Does my controller support this feature? See Supported Features. Select the Rebuild task to reconstruct data when a physical disk in a redundant virtual disk fails. NOTE: Rebuilding a disk may take several hours. Related Concepts Replacing A Failed Disk That Is Part Of A Redundant Virtual Disk Canceling A Rebuild Does my controller support this feature? See Supported Features. Select the Cancel Rebuild task to cancel a rebuild that is in progress.
NOTE: When deleting virtual disks, all assigned global hot spares may be automatically unassigned when the last virtual disk associated with the controller is deleted. When the last virtual disk of a disk group is deleted, all assigned dedicated hot spares automatically become global hot spares.
Performing A Clear Physical Disk And Cancel Clear Does my controller support this feature? See Supported Features. Select the Clear Physical Disk task to erase data residing on a physical disk. The Clear task applies to physical disks that are in Ready state and that contain data or that are in Clear state. NOTE: A physical disk may display the Clear state if it is a member of a virtual disk that is being slow initialized.
NOTE: If the disk is not SMART-enabled or if the Auto Replace on Predictive Failure option is disabled, the failed disk is not replaced automatically. Enable Revertible Hot Spare To enable revertible hot spare: 1. On the Change Controller Properties page, enable Allow Revertible Hot Spare and Replace Member Auto Replace Member on Predictive Failure. 2. Click Apply Changes. To Locate Controller Task In Storage Management 1.
This task is supported on H310 and H330 controllers. NOTE: This task is not supported on PERC hardware controllers running in HBA mode. Convert To Non-RAID Disk This task converts a disk to a Non-RAID disk. After converting a disk to non- RAID, the disk is exposed to the operating system unlike unconfigured good disks and it enables usage of disk in direct pass-through mode. This task is supported on H310 and H330 controllers.
Virtual Disks 14 A virtual disk refers to a storage created by a RAID controller from one or more physical disks. Although a virtual disk may be created from several physical disks, it is viewed by the operating system as a single disk. Depending on the RAID level used, the virtual disk may retain redundant data if there is a disk failure or have particular performance attributes. NOTE: Virtual disks can only be created on a RAID controller.
Virtual Disk Considerations For Controllers In addition to the considerations described in this section, you should also be aware of the controller limitations described in Number of Physical Disks per Virtual Disk for the following controllers: • PERC 6/E and PERC 6/I • PERC H310 Adapter, PERC H310 Mini Monolithic, and PERC H310 Mini Blades • PERC H700, PERC H710 Adapter, PERC H710 Mini Blades, PERC H710 Mini Monolithic • PERC H800, PERC H810 Adapter • PERC H330 Adapter, PERC H330 Mini Monolithic,
• Implementing channel redundancy — A virtual disk is channel-redundant when it maintains redundant data on more than one channel. If one of the channels fails, data is not lost because redundant data resides on another channel. NOTE: For more information about channel redundancy, see Channel Redundancy And Thermal Shutdown. • Rebuilding data — An failed physical disk that is used by both redundant and nonredundant virtual disks cannot be rebuilt.
Related Concepts Number Of Physical Disks Per Virtual Disk Virtual Disk Considerations On Systems Running Linux On some versions of the Linux operating system, the virtual disk size is limited to 1TB. Before creating a virtual disk that is larger than 1TB, you should make sure that your operating system supports this virtual disk size. The support provided by your operating system depends on the version of the operating system and any updates or modifications that you have implemented.
have specified a RAID 5, then the controller calculates the maximum virtual disk size based on the disk space provided by the 12 physical disks, because the 12 physical disks can be included in a RAID 5. SAS RAID Controllers When using a SAS controller, the controller calculates the maximum virtual disk size based on the available disk space provided by the minimum number of physical disks required to create the RAID level you selected.
Create Virtual Disk Express Wizard Reconfiguring Or Migrating Virtual Disks Does my controller support this feature? See Supported Features. Reconfiguring or migrating a virtual disk enables you to increase the capacity or change the RAID level of the virtual disk. To reconfigure a virtual disk: 1. Review the information in Starting and Target RAID Levels for Virtual Disk Reconfiguration and Capacity Expansion. 2. Locate the controller on which the virtual disk resides in the tree view.
Controller Starting RAID Level Target RAID Level Comments H730P Adapter, PERC H730P Mini Monolithic, PERC H730P Mini Blades, PERC H730P Slim, PERC H830 Adapter, PERC FD33xD/ FD33xS RAID 5 RAID 5, RAID 6 Add at least one additional disk. RAID 6 requires a minimum of 4 disks.
Rebuilding Redundant Information Does my controller support this feature? See Supported Features. If you have a redundant virtual disk, you can reconstruct the contents of a failed physical disk onto a new disk or a hot spare. A rebuild can take place during normal operation, but it degrades performance.
RAID Level Virtual Disk State Scenario Result Addressing (LBA) to another physical location. The problem is resolved. RAID 5 Degraded One bad block on a physical disk. The controller cannot regenerate data from the peer disks because one drive is missing. This results in a virtual disk bad block. RAID 5 Ready One bad block on two physical disks at the same location. The controller cannot regenerate data from the peer disks. This results in a virtual disk bad block.
• Backup operation completes without error. This indicates that there are no bad blocks on the written portion of your virtual disk. If you still receive bad block warnings, the bad blocks are in a non-data area. Proceed to step 2. 2. Run Patrol Read and check the system event log to ensure that no new bad blocks are found. If bad blocks still exist, proceed to step 3. If not, the condition is cleared without the need for step 3. 3.
Property Definition For more information, see Storage Component Severity. Name Displays the virtual disk name. State Displays the status of the virtual disk. Possible values are: • • • • • • • • • • • • Ready — The virtual disk is functioning normally. Degraded — A physical disk in a redundant virtual disk is not online. Resynching — A consistency check is being performed on the virtual disk.
Property Definition NOTE: This property is displayed only if you set any Hot Spare Protection Policy. For more information, see Setting Hot Spare Protection Policy. T10 Protection Information Status Displays the data integrity status of the virtual disk. The possible options are Enabled and Disabled. Layout Displays the RAID level. Size Displays the total capacity of the virtual disk. The algorithm for calculating the virtual disk size rounds a value of 0.005 or less, down to 0.
Virtual Disk Tasks To execute a virtual disk drop-down menu task: 1. In the Server Administrator window, under the system tree, expand Storage to display the controller objects. 2. Expand a Controller object. 3. Select the Virtual Disks object. 4. Select a task from the Available Tasks drop-down menu. 5. Click Execute. NOTE: Different controllers support different features. The tasks displayed on the Available Tasks drop-down box can vary depending on which controller is selected in the tree view.
Related Tasks Virtual Disk Task: Reconfigure (Step 1 of 3) Virtual Disk Task: Reconfigure (Step 2 of 3) Virtual Disk Task: Reconfigure (Step 3 of 3) Format, Initialize, Slow, And Fast Initialize Does my controller support this feature? See Supported Features. The Format, Initialize, Slow Initialize, or Fast Initialize task enables you to erase the files and remove the file systems on a virtual disk. Some controllers require that you initialize a virtual disk before it can be used.
Performing A Check Consistency Does my controller support this feature? See Supported Features. The Check Consistency task verifies the accuracy of the redundant (parity) information. This task only applies to redundant virtual disks. When necessary, the Check Consistency task rebuilds the redundant data. If the virtual disk is in a Failed Redundancy state, running a check consistency may be able to return the virtual disk to a Ready state.
Canceling A Rebuild Does my controller support this feature? See Supported Features. Select the Cancel Rebuild task to cancel a rebuild that is in progress. If you cancel a rebuild, the virtual disk remains in a Degraded state. The failure of an additional physical disk can cause the virtual disk to fail and may result in data loss. It is recommended that you rebuild the failed physical disk as soon as possible.
Encrypting A Virtual Disk Does my controller support this feature? See Supported Features. The Encrypt Virtual Disk task encrypts an unencrypted virtual disk.
function. This feature provides better data redundancy and read performance, but slower write performance. The system must have at least three physical disks to use RAID 5. • Select RAID 6 for striping with additional distributed parity. This selection groups n disks as one large virtual disk with a capacity of (n- 2) disks. The virtual disk remains functional with up to two disk failures. RAID 6 provides better read performance, but slower write performance.
For PERC H700 and PERC H800 controllers, if any of the drives you selected is in the spun down state, the following message is displayed: The below listed physical drive(s) are in the Spun Down state. Executing this task on these drive(s) takes additional time, because the drive(s) need to spun up. The message displays the ID(s) of the spun down drive(s). Click Go Back To Previous Page to return to Create Virtual Disk Express Wizard page, if you want to change your selections.
• Select RAID 0 for striping. This selection groups n disks together as a large virtual disk with a total capacity of n disks. Data is alternately stored in the disks so that they are evenly distributed. Data redundancy is not available in this mode. Read/write performance is enhanced. • Select RAID 1 for mirroring disks. This selection groups two disks as one virtual disk with the capacity of a single disk. The data is replicated on both disks. When a disk fails, the virtual disk continues to function.
• Select RAID 50 to implement striping across more than one span of physical disks. RAID 50 groups n*s disks as one large virtual disk with a capacity of s*(n-1) disks, where s is the number of spans and n is the number of disks within each span. • Select RAID 60 to implement striping across more than one RAID 6 span. RAID 60 groups n*s disks as one large virtual disk with a capacity of s*(n-2) disks, where s is the number of spans and n is the number of disks within each span.
• Physical disk 0:0 • Physical disk 0:1 Each RAID level has specific requirements for the number of disks that must be selected. RAID 10, RAID 50, and RAID 60 also have requirements for the number of disks that must be included in each stripe or span. If the controller is a SAS controller with firmware versions 6.1 and later and you selected RAID 10, RAID 50, and RAID 60, the user interface displays the following: • All Disks — Enables you to select all the physical disks in all the enclosures.
The virtual disk size must be within the minimum and maximum values displayed near the Size field. In some cases, the virtual disk is slightly larger than the size you specify. The Create Virtual Disk Wizard adjusts the size of the virtual disk to avoid rendering a portion of the physical disk space unusable. NOTE: If a physical disk is receiving a SMART alert, it cannot be used in a virtual disk.
The Create Virtual Disk Advanced Wizard (Step 3 of 3) - page displays a check box next to each physical disk that is suitable as a dedicated hot spare. Select a Physical Disk check box if you want to assign a dedicated hot spare The Physical Disk check box is not available if the controller does not have a physical disk that is a suitable hot spare for the virtual disk you are creating. For example, the available physical disks may be too small to protect the virtual disk.
NOTE: If you want to reconfigure a virtual disk with an additional physical disk, the physical disk must be of supported bus protocol, media type, sector size, T10 Protection Information capability, and encryption capability. NOTE: You may want to review Virtual Disk Considerations For Controllers. This section contains considerations that also apply to reconfiguring a virtual disk on these controllers.
To locate Reconfigure In Storage Management 1. In the Server Administrator window, under the system tree, expand Storage to display the controller objects. 2. Expand a controller object. 3. Select the Virtual Disks object. 4. Select Reconfigure from the Available Tasks drop-down box. 5. Click Execute. Virtual Disk Task: Reconfigure (Step 2 of 3) Does my controller support this feature? See Supported Features.
NOTE: – RAID 10 virtual disk reconfiguration is applicable only for PERC 9 family of hardware controllers with the latest firmware version. – Other RAID level virtual disks cannot be converted to RAID 10 virtual disks. – RAID 10 virtual disks cannot be converted to any other RAID level virtual disks. – RAID 10 virtual disk reconfiguration is supported only for even number of physical disks. – RAID 10 virtual disk reconfiguration is allowed for a maximum of 32 disks.
NOTE: On some controllers, performing a Rescan while a reconfiguration is in progress causes the virtual disk configuration and the physical disk state to display incorrectly. For example, changes to the RAID level of the virtual disk may not be displayed and the state of physical disks that were added to the virtual disk may display as Ready instead of Online.
Formatting Or Initializing A Disk To format or initialize a disk: 1. Review the virtual disk that is destroyed by the Format or Initialize and make sure that vital data is not lost. Click Blink at the bottom of the page to blink the physical disks included in the virtual disk. 2.
• There are particular considerations for deleting a virtual disk from a cluster-enabled controller. • It is recommended that you reboot the system after deleting the virtual disk. Rebooting the system ensures that the operating system recognizes the disk configuration correctly. • If you delete a virtual disk and immediately create a new virtual disk with all the same characteristics as the one that was deleted, the controller recognizes the data as if the first virtual disk were never deleted.
Changing The Policy Of A Virtual Disk Does my controller support this feature? See Supported Features. Use the Change Policy task to change the read, write, or cache policy of a virtual disk. Related Concepts RAID Controller Read, Write, Cache, And Disk Cache Policy Changing The Read, Write, Or Disk Cache Policy Of A Virtual Disk 1. Select the new policy from the Read Policy, Write Policy, and Disk Cache Policy drop-down menus. 2. Click Apply Changes.
4. Select Split Mirror from the Available Tasks drop-down menu. 5. Click Execute. Related Concepts Rescanning To Update Storage Configuration Changes Time Delay In Displaying Configuration Changes Unmirror Does my controller support this feature? See Supported Features. Use the Unmirror task to separate mirrored data and restore one half of the mirror to free space. Unmirroring a RAID 1 or RAID 1-concatenated virtual disk results in a single, nonredundant concatenated virtual disk.
Related Concepts Dedicated Hot Spare Protection Policy Dedicated Hot Spare Considerations Assigning A Dedicated Hot Spare Unassigning A Dedicated Hot Spare Assigning A Dedicated Hot Spare 1. Select the disk in the Connector (channel or port) table that you want to use as the dedicated hot spare. On some controllers, more than one disk can be selected. The disks you have selected as dedicated hot spares are displayed in the Disks currently configured as dedicated hot spare table. 2.
NOTE: You must also enable the Revertible Hot Spare option to use Replace Member Disk task. The destination physical disk should be in the Ready state, available to be written to, and of the appropriate size and type. NOTE: The destination physical disk can also be an available hot spare. Related Concepts Replacing A Member Disk Replacing A Member Disk: (Step 1 of 2) 1. Select the physical disk in the Connector table that you want to replace. 2.
To Replace a Member Disk: Step 2 of 2 1. Review your changes. The source Physical Disk table displays details of the source physical disk. The destination Physical Disk table displays details of the destination physical disk. 2. Click Finish to complete the replace member task. If you want to change the replace member, click Go Back to Previous Page. To exit without making changes, click Cancel.
15 Moving Physical And Virtual Disks From One System To Another This section describes how to move physical and virtual disks from one system to another. Related Concepts Migrating SAS Virtual Disks To Another System Required Conditions SAS Controllers Virtual disks can only be migrated to a controller that is using the same technology. For example, virtual disks on a SAS controller must be migrated to a SAS controller.
The migration is complete. The virtual disk is now manageable through Storage Management.
16 Protecting Your Virtual Disk With A Hot Spare When you create a virtual disk using a RAID controller, it enables the system to continue functioning even during a disk failure. This feature can be enabled by assigning a hot spare to the virtual disk. When a disk fails, the redundant data is rebuilt onto the hot spare without interrupting system operations.
Assigning And Unassigning Global Hot Spare Dedicated Hot Spare Protection Policy Table 31. Hot Spare Properties Property Definition RAID Level Indicates the RAID level(s) for which you want to configure the hot spare protection policy. Minimum Number of Disks Indicates the minimum number of physical disks to be assigned as dedicated hot spares for the selected RAID level(s). Severity Level Displays the severity level you want to assign to the generated alert, if this policy is violated.
• For SAS/iR and PERC H200 family of controllers, you can assign only two global hot spares. • If the status of the virtual disk is displayed as Degraded or Failed because of the hot spare protection policy violation, then assign the required number of hot spares (as defined in the protection policies) for the status to be displayed as normal. • Hot Spare Protection Policy is not applicable to PERC S100, S110, S130, and S300 controllers.
After you have assigned a global hot spare, any new virtual disks created on the controller are not protected by the hot spare in either of the following circumstances: • The controller is a SAS controller and the disk size is larger than the global hot spare. In this case, you can unassign the global hot spare after creating a new virtual disk and then assign a new and larger hot spare to cover all redundant virtual disks on the controller.
When a physical disk fails in a redundant virtual disk, the failed disk is rebuilt onto the hot spare. In this case, the controller firmware reassigns the slot containing the failed disk as the hot spare. In this circumstance, a disk not previously assigned as a global hot spare becomes a hot spare through failure or removal.
CacheCade Using Solid-State Drives 17 CacheCade is used to improve random read performance of the solid-state drive (SSD) based virtual disks. A solid-state drive (SSD) is a data storage device that uses solid-state memory to store persistent data. SSDs significantly increase the I/O performance (IOPS) and/or write speed in Mbps from a storage device. With storage controllers, you can create a CacheCade using SSDs. The CacheCade is then used for better performance of the storage I/O operations.
The CacheCade(s) page is displayed. 1. In the Server Administrator window, under the System tree, expand Storage. 2. Click a storage controller. For example: PERC H710P Adapter. 3. Click a storage controller component. 4. Under Available Tasks, select Manage CacheCade. 5. Click Execute. The CacheCade(s) page is displayed. Related Concepts CacheCade Using Solid-State Drives CacheCade Properties The CacheCade(s) page displays a table of properties for each CacheCade.
CacheCade size = capacity of the smallest SSD * the number of SSDs 4. From the available free disks that are displayed, select the SSDs that you would like to include in the CacheCade. The selected disks are displayed in the Physical Disks Selected section. 5. Click Finish. NOTE: The procedure of selecting physical disks while creating a CacheCade is similar to the selection of disks while creating a virtual disk.
Troubleshooting 18 This section contains troubleshooting procedures for common situations as well as for specific problems. Related Concepts Common Troubleshooting Procedures Virtual Disk Troubleshooting Specific Problem Situations And Solutions PCIe SSD Troubleshooting Common Troubleshooting Procedures This section describes commands and procedures that can be used in troubleshooting.
System Requirements Make sure that the system meets all system requirements. In particular, verify that the correct levels of firmware and drivers are installed on the system. Related Concepts Drivers And Firmware Drivers And Firmware Storage Management is tested with the supported controller firmware and drivers. In order to function properly, the controller must have the minimum required version of the firmware and drivers installed. The most current versions can be obtained from the support site.
Replacing A Failed Disk That Is Part Of A Redundant Virtual Disk If the failed disk is part of a redundant virtual disk, then the disk failure will not result in data loss. You must replace the failed disk immediately, however, as additional disk failures can cause data loss. If the redundant virtual disk has a hot spare assigned to it, then the data from the failed disk is rebuilt onto the hot spare.
Using The Physical Disk Online Command On Select Controllers Does my controller support this feature? See Supported Features. If you do not have a suitable backup available, and if the failed disk is part of a virtual disk on a controller that supports the Online physical disk task, then you can attempt to retrieve data by selecting Online from the drop-down task menu of the failed disk. The online command attempts to force the failed disk back into an online state.
Virtual Disk Troubleshooting The following sections describe troubleshooting procedures for virtual disks: • Replacing A Failed Disk That Is Part Of A Redundant Virtual Disk • A Rebuild Does Not Work • A Rebuild Completes With Errors • Cannot Create A Virtual Disk • Virtual Disk Errors On Systems Running Linux • Problems Associated With Using The Same Physical Disks For Both Redundant And Non-Redundant Virtual Disks A Rebuild Does Not Work A rebuild does not work in the following situations: •
The rebuild may also report sense key errors. In this situation, take the following actions to restore the maximum data possible: 1. Back up the degraded virtual disk onto a fresh (unused) tape drive. • If the backup is successful — If the backup completes successfully, then the user data on the virtual disk has not been damaged. In this case, you can continue with step 2. • 2.
Problems Associated With Using The Same Physical Disks For Both Redundant And Non-Redundant Virtual Disks When creating virtual disks, you should avoid using the same physical disks for both redundant and nonredundant virtual disks. This applies to all controllers. Using the same physical disks for both redundant and nonredundant virtual disks can result in unexpected behavior including data loss.
Receive A Bad Block Alert With Replacement, Sense, Or Medium Error The following alerts or events are generated when a portion of a physical disk is damaged: • 2146 • 2147 • 2148 • 2149 • 2150 This damage is discovered when the controller performs an operation that requires scanning the disk.
Isolate Hardware Problems A Task Menu Option Is Not Displayed You may notice that the task menus do not always display the same task options. Some tasks are only valid for certain types of objects or at certain times. For example, a Check Consistency task can only be performed on a redundant virtual disk. Similarly, if a disk is already offline, the Offline task option is not displayed. There may be other reasons why a task cannot be run at a certain time.
(null) connections to access the SAM user accounts. Therefore, if you are attempting to connect using an account that has a blank or null password, the connection may fail. Reconfiguring A Virtual Disk Displays Error In Mozilla Browser When reconfiguring a virtual disk using the Mozilla browser, the following error message may display: Although this page is encrypted, the information you have entered is to be sent over an unencrypted connection and could easily be read by a third party.
• Extender card: The PCIe extender card is plugged into the correct supported slot. PCIe SSD Is Not Visible In Disk Management In The Operating System Probable Cause: Device driver is not installed. Solution: 1. Download the latest PCIe SSD driver from the support site. 2. Open Device Manager and double-click Other Devices where the PCIe device displays a Yellow mark. 3. Right-click and install the driver on the instance.
Frequently Asked Questions 19 This section provides frequently asked questions that address situations commonly experienced in a storage environment.
Setting The Physical Disk Online Or Offline Blinking And Unblinking A Physical Disk Replacing A Failed Disk Replacing A Physical Disk Receiving SMART Alerts How Do I Recover From Removing The Wrong Physical Disk For more information, see Recovering From Removing The Wrong Physical Disk. How Do I Identify The Firmware Version That Is Installed The properties information of the controller displays the firmware version that is installed on the controller.
How Do I Turn Off An Alarm Some storage components have alarms to indicate error conditions. For more information on turning off the alarm, see: • Turning Off The Controller Alarm • Disabling The Controller Alarm • Disabling The Enclosure Alarm Which RAID Level Is Best For Me? For more information, see Choosing RAID Levels And Concatenation and Comparing RAID Level And Concatenation Performance.
Supported Features 20 Different controllers support different features. The tasks displayed by the Storage Management menus and other features vary depending on whether the controller supports the feature. This chapter lists the features supported by the controllers. For more information on Controllers, see your hardware documentation. NOTE: The order of the controllers displayed on Storage Management may differ with the order of the controllers displayed in the Human Interface (HII) and PERC Option ROM.
Controller Tasks Supported On PERC 6/ Controllers Table 34.
Controller Task Name PERC 6/E PERC 6/I PERC 6/I Modular Intelligent Mirroring Yes with firmware 6.1 and later Yes with firmware 6.1 and later Yes with firmware 6.1 and later Redundant Path Configuration Yes with firmware 6.1 and later No No Disk Cache Policy Yes Yes Yes Managing Preserved Cache Yes with firmware 6.1 and later Yes with firmware 6.1 and later Yes with firmware 6.
Physical Disk Task Name PERC 6/E PERC 6/I PERC 6/I Modular Online Yes Yes Yes Initialize No No No Rebuild Yes Yes Yes Cancel Rebuild Yes Yes Yes Remove Dead Disk Segments No No No Format Disk No No No Clear Yes Yes Yes Cancel Clear Yes Yes Yes Cancel Replace Member Yes with firmware 6.1 and later Yes with firmware 6.1 and later Yes with firmware 6.1 and later Virtual Disk Tasks Supported By PERC 6/ Controllers Table 38.
Virtual Disk Task Name PERC 6/E PERC 6/I PERC 6/I Modular Pause Check Consistency No No No Resume Check Consistency No No No Cancel Background Initialization (BGI) Yes Yes Yes Format Virtual Disk No No No Cancel Format Virtual Disk No No No Restore Dead Disk Segments No No No Initialize Virtual Disk No No No Fast Initialize Virtual Disk Yes Yes Yes Slow Initialize Virtual Disk Yes Yes Yes Cancel Initialize Virtual Disk Yes Yes Yes Replace Member Yes with firmware
Virtual Disk Specification PERC 6/E PERC 6/I PERC 6/I Modular Minimum Stripe Size 8K 8K 8K Maximum Stripe Size 1MB 1MB 1MB Maximum Number of Virtual Disks per Disk Group 16 16 16 Maximum Number of Physical Disks that can be Concatenated NA NA NA Maximum Number of 32 Physical Disks in a RAID 0 32 32 Maximum Number of 2 Physical Disks in a RAID 1 2 2 Maximum Number of 32 Physical Disks in a RAID 5 32 32 Maximum Number of 256 with firmware Physical Disks in a RAID version 6.
Virtual Disk Specification PERC 6/E PERC 6/I PERC 6/I Modular Minimum Number of 6 Physical Disks in a RAID 50 6 6 Maximum Number of 32 Physical Disks in a RAID 6 32 32 Maximum Number of 256 Physical Disks in a RAID 60 256 256 Minimum Number of 4 Physical Disks in a RAID 6 4 4 Minimum Number of 8 Physical Disks in a RAID 60 8 8 RAID Levels Supported By PERC 6 Controllers Table 40.
Read, Write, and Cache Policy PERC 6/E PERC 6/I PERC 6/I Modular No Read Ahead (Disabled) Yes Yes Yes Write Policy Yes Yes Yes Write Back (Enabled) Yes Yes Yes Write Through (Disabled) Yes Yes Yes Force Write Back (Enabled Always) Yes Yes Yes Write Cache Enabled Protected No No No Cache Policy No No No Disk Cache Policy Yes Yes Yes Cache I/O No No No Direct I/O No No No Enclosure Support On PERC 6/ Controllers Table 42.
NOTE: The order of the controllers displayed on Storage Management may differ with the order of the controllers displayed in the Human Interface (HII) and PERC Option ROM. The order of the controllers does not cause any limitation.
Controller Task Name PER C H80 0 PE RC H8 10 Ad apt er PERC H700 Adapt er/ Integr ated PER C H70 0 Mod ular PERC H710 Adapt er/ Mini Mono lithic/ Mini Blade PERC H710 P Adapt er PER C H31 0 Ada pter / Mini Blad e/ Mini Mon olith ic PERC H730 P Adapt er/ Mini Mono lithic/ Mini Blade s/ Slim PERC H730 Adap ter/ Mini Mon olithi c/ Mini Blade s PERC H330 Adapte r/Mini Monoli thic/ Mini Blades / Embed ded PERC H830 Adapt er PERC FD33x D/ FD33x S Set Background Initialization Rate Yes Yes Yes Yes
Controller Task Name PER C H80 0 PE RC H8 10 Ad apt er PERC H700 Adapt er/ Integr ated PER C H70 0 Mod ular PERC H710 Adapt er/ Mini Mono lithic/ Mini Blade PERC H710 P Adapt er PER C H31 0 Ada pter / Mini Blad e/ Mini Mon olith ic PERC H730 P Adapt er/ Mini Mono lithic/ Mini Blade s/ Slim PERC H730 Adap ter/ Mini Mon olithi c/ Mini Blade s PERC H330 Adapte r/Mini Monoli thic/ Mini Blades / Embed ded PERC H830 Adapt er PERC FD33x D/ FD33x S Convert Non- RAID To RAID NA No NA NA No No Yes
Controller Task Name PER C H80 0 PE RC H8 10 Ad apt er PERC H700 Adapt er/ Integr ated PER C H70 0 Mod ular PERC H710 Adapt er/ Mini Mono lithic/ Mini Blade PERC H710 P Adapt er PER C H31 0 Ada pter / Mini Blad e/ Mini Mon olith ic PERC H730 P Adapt er/ Mini Mono lithic/ Mini Blade s/ Slim PERC H730 Adap ter/ Mini Mon olithi c/ Mini Blade s PERC H330 Adapte r/Mini Monoli thic/ Mini Blades / Embed ded PERC H830 Adapt er PERC FD33x D/ FD33x S Manage Physical disk power for configured drives NA
Battery Tasks Supported On PERC Hardware Controllers Table 44.
Physical Disk Tasks Supported By PERC Hardware Controllers Table 46.
Physic al Disk Task Name PE RC H8 00 PER C H81 0 Ada pte r PERC H700 Adapter/ Integrate d PERC H700 Mod ular PERC H710 Adapte r/Mini Blade/ Mini Monoli thic PER C H71 0P Ada pter PERC H310 Adapt er/ Mini Blade/ Mini Monol ithic PERC H730P Adapter /Mini Monolit hic/Mini Blades/ Slim PERC H730 Adapt er/ Mini Monol ithic/ Mini Blade s PERC H330 Adapte r/Mini Monolit hic/ Mini Blades/ Embed ded PERC H830 Adap ter PER C FD3 3xD / FD3 3xS No No No No No No No No No No No Yes No Yes Yes
Virtual Disk Tasks Supported By PERC Hardware Controllers Table 47.
Virtual Disk Task Name PE RC H8 00 PE RC H8 10 Ad apt er PERC H700 Adapter / Integrat ed/ Modula r PERC H710 Adapt er/ Mini Monoli thic/ Mini Blade PERC H710 P Adapt er/ Mini Blade /Mini Mono lithic PERC H310 Adapt er/ Mini Blade/ Mini Monol ithic PERC H730P Adapte r/ Mini Monoli thic/ Mini Blades /Slim PERC H730 Adapte r/ Mini Monoli thic/ Mini Blades PERC H330 Adapter / Mini Monolit hic/ Mini Blades/ Embed ded PE RC H8 30 Ad apt er PERC FD33xD / FD33xS Pause No Check Consistency No No No N
Virtual Disk Specifications For PERC Hardware Controllers Table 48.
Virtual Disk Specifi cation PER C H8 00 PE RC H8 10 Ad apt er PERC H700 Adapter/ Integrat ed/ Modular PERC H710 Mini Blade PERC H710 Adapt er/ Mini Mono lithic PER C H71 0P Ada pter PERC H310 Adapt er/ Mini Blade /Mini Mono lithic PERC H730P Adapte r/Mini Monoli thic/ Mini Blades /Slim PERC H730 Adapte r/Mini Monoli thic/ Mini Blades PERC H330 Adapter /Mini Monolit hic/ Mini Blades/ Embed ded PE PERC RC FD33xD H8 /FD33xS 30 Ad apt er 8K 64 K 8K 64 K 64 K 64 K 64 K 64 K 64 K 64 K 64 K
Virtual Disk Specifi cation PER C H8 00 PE RC H8 10 Ad apt er PERC H700 Adapter/ Integrat ed/ Modular PERC H710 Mini Blade PERC H710 Adapt er/ Mini Mono lithic PER C H71 0P Ada pter PERC H310 Adapt er/ Mini Blade /Mini Mono lithic PERC H730P Adapte r/Mini Monoli thic/ Mini Blades /Slim PERC H730 Adapte r/Mini Monoli thic/ Mini Blades PERC H330 Adapter /Mini Monolit hic/ Mini Blades/ Embed ded PE PERC RC FD33xD H8 /FD33xS 30 Ad apt er Maxim 2 um Numb er of Physic al Disks in a RAID 1 2 2 2 2
Virtual Disk Specifi cation PER C H8 00 PE RC H8 10 Ad apt er PERC H700 Adapter/ Integrat ed/ Modular PERC H710 Mini Blade PERC H710 Adapt er/ Mini Mono lithic PER C H71 0P Ada pter PERC H310 Adapt er/ Mini Blade /Mini Mono lithic PERC H730P Adapte r/Mini Monoli thic/ Mini Blades /Slim PERC H730 Adapte r/Mini Monoli thic/ Mini Blades PERC H330 Adapter /Mini Monolit hic/ Mini Blades/ Embed ded PE PERC RC FD33xD H8 /FD33xS 30 Ad apt er Minim NA um Numb er of Physic al Disks that can be Conca tenat
Virtual Disk Specifi cation PER C H8 00 PE RC H8 10 Ad apt er PERC H700 Adapter/ Integrat ed/ Modular PERC H710 Mini Blade PERC H710 Adapt er/ Mini Mono lithic PER C H71 0P Ada pter PERC H310 Adapt er/ Mini Blade /Mini Mono lithic PERC H730P Adapte r/Mini Monoli thic/ Mini Blades /Slim PERC H730 Adapte r/Mini Monoli thic/ Mini Blades PERC H330 Adapter /Mini Monolit hic/ Mini Blades/ Embed ded PE PERC RC FD33xD H8 /FD33xS 30 Ad apt er Minim um Numb er of Physic al Disks in a RAID 10 4 4 4 4
Virtual Disk Specifi cation PER C H8 00 PE RC H8 10 Ad apt er PERC H700 Adapter/ Integrat ed/ Modular PERC H710 Mini Blade PERC H710 Adapt er/ Mini Mono lithic PER C H71 0P Ada pter PERC H310 Adapt er/ Mini Blade /Mini Mono lithic PERC H730P Adapte r/Mini Monoli thic/ Mini Blades /Slim PERC H730 Adapte r/Mini Monoli thic/ Mini Blades PERC H330 Adapter /Mini Monolit hic/ Mini Blades/ Embed ded PE PERC RC FD33xD H8 /FD33xS 30 Ad apt er Minim 4 um Numb er of Physic al Disks in a RAID 6 4 4 4 4
RAID Level PE RC H8 00 PER C H81 0 Ada pter PERC H700 Adapter/ Integrate d/ Modular PE RC H7 10 Mi ni Bla de RAID 1 Ye s Yes Yes RAID 5 Ye s Yes RAID 10 Ye s RAID 50 PERC H710 Adapt er/ Mini Monol ithic PER C H71 0P Ada pte r PERC H310 Adapt er/ Mini Blade/ Mini Monol ithic PERC H730P Adapter / Mini Monolit hic/Mini Blades/ Slim PERC H730 Adapter / Mini Monolit hic/Mini Blades PERC H330 Adapter/ Mini Monolit hic/Mini Blades/ Embedd ed PER C H83 0 Ada pter PER C FD3 3xD/ FD3 3xS Yes Ye
Read, Write, and Cache Policy PE R C H 8 0 0 PE RC H8 10 Ad apt er PERC H700 Adapter / Integrat ed/ Modular PERC H710 Adapte r/Mini Monoli thic/ Mini Blade PE RC H7 10 P Ad apt er Ye Yes Yes s Yes Write Ye Yes Yes Back s (Enable d) PERC H310 Adapt er/ Mini Blade /Mini Mono lithic PERC H730P Adapte r/ Mini Monoli thic/ Mini Blades/ Slim PERC H730 Adapte r/ Mini Monoli thic/ Mini Blades PERC H330 PERC Adapter/ H830 Mini Adapter Monolithic/ Mini Blades/ Embedded PERC FD33x D/ FD33x S Yes No Yes
Enclosure Support On PERC Hardware Controllers Table 51.
Controller Task Name SAS 6/iR PERC H200 Set Rebuild Rate No No Set Background Initialization Rate No No Set Check Consistency Rate No No Set Reconstruct Rate No No Rescan Controller No No Create Virtual Disk Yes Yes Export Log File No No Clear Foreign Configuration Yes Yes Import Foreign Configuration Yes Yes Import/Recover Foreign Configuration Yes Yes Set Patrol Read Mode No No Start Patrol Read No No Stop Patrol Read No No Patrol Read Report No No Check Consis
Physical Disk Tasks Supported On SAS 6/iR And H200 Controllers Table 55. Physical Disk Tasks Supported on SAS 6/iR and H200 Controllers Physical Disk Task Name SAS 6/iR PERC H200 Blink/Unblink Yes Yes Assign and Unassign Global Hot Spare Supports up to two global hot spares Supports up to two global hot spares Prepare to Remove No No Offline No No Online No No Initialize No No Rebuild NA NA Rebuild automatically initiated by the controller.
Virtual Disk Task Name SAS 6/iR PERC H200 Unmirror No No Delete Last Virtual Disk Yes Yes Delete (any) Virtual Disk Yes Yes Check Consistency No No Cancel Check Consistency No No Pause Check Consistency No No Resume Check Consistency No No Cancel Background Initialization (BGI) No No Format Virtual Disk No No Cancel Format Virtual Disk No No Restore Dead Disk Segments No No Initialize Virtual Disk No No Fast Initialize Virtual Disk No No Slow Initialize Virtual Disk
Virtual Disk Specification SAS 6/iR PERC H200 Maximum Number of Physical Disks per Span 10 10 Minimum Stripe Size 64 K 64 K Maximum Stripe Size 64 K 64 K Maximum Number of Virtual Disks per Disk Group 1 1 Maximum Number of Physical Disks that NA Can Be Concatenated NA Maximum Number of Physical Disks in a RAID 0 10 — Adapter 8 10 — Integrated 4 — Modular Maximum Physical Disks in a RAID 1 2 2 Maximum Number of Physical Disks in a RAID 5 NA NA Maximum Number of Physical Disks in a
Virtual Disk Specification SAS 6/iR PERC H200 Minimum number of physical disks in a RAID 6 NA NA Minimum number of physical disks in a RAID 60 NA NA Maximum number of disks in configured 8 state (part of a virtual disk or hot spares) 14 * — Approximate value Read, Write, And Cache Policy Supported By SAS 6/iR And H200 Controllers Table 59.
Supported Features On The PERC S100, PERC S110, PERC S130, And S300 Controllers This section identifies the controller-supported features and whether or not an enclosure can be attached to the controller. • Controller Tasks • Physical Disk Tasks • Virtual Disk Tasks • Virtual Disk Specifications • Supported RAID Levels • Read, Write, Cache And Disk Cache Policy • Enclosure Support Controller Tasks Supported On The PERC S100, PERC S110, PERC S130, And S300 Controllers Table 61.
Virtual Disk Tasks Supported By The PERC S100, PERC S110, PERC S130, And S300 Controllers Table 63.
Virtual Disk Specification PERC S100 PERC S110 PERC S130 PERC S300 Maximum Virtual Disk Size None None None None Maximum Number of Spans per Virtual Disk NA NA NA NA Maximum Number of NA Physical Disks per Span NA NA NA Minimum Stripe Size 64 K 64 K 64 K 64 K Maximum Stripe Size 64 K 64 K 64 K 64 K Maximum Number of Virtual Disks per Physical Disk 8 8 10 8 Maximum Number of NA Physical Disks that Can Be Concatenated NA NA NA Maximum Number of Physical Disks in a RAID 0
Virtual Disk Specification PERC S100 PERC S110 PERC S130 PERC S300 Minimum Number of Physical Disks in a RAID 10 4 4 4 4 NOTE: When creating virtual disks using software RAID controllers, the information related to the physical disks linked to the virtual disk is enumerated or displayed on Storage Management after a short delay. This delay in displaying the information does not cause any functional limitation.
Read, Write, and PERC S100 Cache Policy PERC S110 PERC S130 PERC S300 Write Through (Disabled) Yes Yes Yes Yes Force Write Back (Enabled Always) No No No No Write Cache Enabled Protected No No No No Cache Policy No No No No Disk Cache Policy No No No No Cache I/O No No No No Direct I/O No No No No Enclosure Support On The PERC S100, PERC S110, PERC S130, And S300 Controllers Table 67.
Controller Tasks Supported On The Non-RAID Controllers Table 68.
Connector Tasks Supported On The Non-RAID Controllers Table 70. Connector Tasks Supported on the Non-RAID Controllers Connector Task Name Non-RAID SCSI Non-RAID SAS Connector Rescan No No Physical Disk Tasks Supported On The Non-RAID Controllers Table 71.
Virtual Disk Task Name Non-RAID SCSI Non-RAID SAS Reconfigure No No Change Policy No No Split Mirror No No Unmirror No No Delete Last Virtual Disk No No Delete (any) Virtual Disk No No Check Consistency No No Cancel Check Consistency No No Pause Check Consistency No No Resume Check Consistency No No Cancel Background Initialization (BGI) No No Format Virtual Disk No No Cancel Format Virtual Disk No No Restore Dead Disk Segments No No Initialize Virtual Disk No
• Supported Features on PERC H310 Adapter (A), PERC H310 Mini Monolithic (MM), PERC H310 Mini Blades (MB) Controllers, see Supported Features On The PERC Hardware Controllers • Supported Features on PERC H700, PERC H710 A, PERC H710 MB, PERC H710 MM, PERC H710P A, PERC H710P MB, PERC H710P MM, PERC H730P A, and PERC H730P S Controllers, see Supported Features On The PERC Hardware Controllers • Supported Features on PERC H800, PERC H810 A, PERC H830 A Controllers, see Supported Features On The PERC Hard
Determining The Health Status For Storage Components 21 The chapter describes how the status of lower-level storage components is “rolled up" into the combined status displayed for the controller or other higher-level component. The examples provided by these tables do not cover all scenarios, but they do indicate how status is rolled up when a particular component is in a healthy, degraded, or failed state.
Health Status Rollup: Physical Disks In A Virtual Disk Are Unsupported, Partially, Or Permanently Degraded Table 78. Health Status Rollup: Physical Disks in a Virtual Disk are Unsupported, Partially, or Permanently Degraded (Enclosures Not Included) Storage Controller Subsystem Battery Connector Physical Disk(s) Firmware/ Driver Virtual Disk(s) Componen t Status Health Rollup Health Status Rollup: All Physical Disks In A Virtual Disk Are In Foreign State Table 79.
Health Status Rollup: Virtual Disk Is Degraded; Physical Disks Are Failed Or Rebuilding Table 81. Health Status Rollup: Virtual Disk is Degraded; Physical Disks are Failed or Rebuilding (Enclosures Not Included) Storage Controller Subsystem Battery Connector Physical Disk(s) Firmware/ Driver Virtual Disk(s) Firmware/ Driver Virtual Disk(s) Componen t Status Health Rollup Health Status Rollup: Virtual Disk Is Failed Table 82.
Health Status Rollup: Enclosure Power Supply Failed Or Power Connection Removed Table 84. Health Status Rollup: Enclosure Power Supply Failed or Power Connection Removed Storage Controller Subsystem Connector Enclosure Enclosure Power Supply Virtual Disks Physical Disks N/A N/A N/A Componen t Status Health Rollup Health Status Rollup: One Enclosure Fan Is Failed Table 85.
Health Status Rollup: One Enclosure Temperature Probe Is Failed Table 87. Health Status Rollup: One Enclosure Temperature Probe is Failed Storage Controller Subsystem Connector Enclosure Enclosure Virtual Temperatu Disks re Probe Physical Disks Componen t Status Health Rollup N/A Health Status Rollup: Lost Both Power Connections To The Enclosure Table 88.
Health Status Rollup: Physical Disk Is Rebuilding Table 90.