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 © 2016 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.............................................................................................. 14 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....................................................................................
RAID Controller Technology: SATA And SAS..................................................................................... 56 SAS RAID Controllers.....................................................................................................................56 RAID Controller Features.................................................................................................................... 57 Controller — Supported RAID Levels.................................................................
Encryption Key.............................................................................................................................. 89 Converting To Non-RAID Disks.................................................................................................... 91 Converting To RAID Capable Disks.............................................................................................. 92 Changing The Controller Mode..............................................................................
Connector Properties And Tasks.......................................................................................................117 Logical Connector Properties And Tasks......................................................................................... 118 Path Health...................................................................................................................................119 Clearing The Connectors Redundant Path View......................................................
14 Virtual Disks..................................................................................................... 139 Considerations Before Creating Virtual Disks.................................................................................. 139 Virtual Disk Considerations For Controllers...............................................................................140 Virtual Disk Considerations For PERC S100, S110, S130, And S300 Controllers.......................
Span Edit............................................................................................................................................ 162 Virtual Disk Task: Reconfigure (Step 1 of 3)..................................................................................... 162 To Reconfigure A Virtual Disk: Step 1 of 3..................................................................................163 Virtual Disk Task: Reconfigure (Step 2 of 3)....................................................
Setting Hot Spare Protection Policy................................................................................................. 176 Dedicated Hot Spare Protection Policy...................................................................................... 177 Global Hot Spare Protection Policy............................................................................................ 177 Considerations For Hot Spare Protection Policy......................................................................
Alerts 2146 Through 2150 Received While Performing I/O, Consistency Check, Format, Or Other Operation..................................................................................................................... 191 Read And Write Operations Experience Problems.....................................................................191 A Task Menu Option Is Not Displayed........................................................................................
Connector Tasks Supported By PERC Hardware Controllers.................................................. 209 Physical Disk Tasks Supported By PERC Hardware Controllers................................................210 Virtual Disk Tasks Supported By PERC Hardware Controllers...................................................212 Virtual Disk Specifications For PERC Hardware Controllers......................................................214 RAID Levels Supported By PERC Hardware Controllers................
Health Status Rollup: Physical Disks In A Virtual Disk Are Failed Or Removed.............................. 238 Health Status Rollup: Physical Disks In A Virtual Disk Are Unsupported, Partially, Or Permanently Degraded.....................................................................................................................239 Health Status Rollup: All Physical Disks In A Virtual Disk Are In Foreign State...............................
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.
drivers are also supported. For the most recent driver and firmware requirements, contact your service provider. NOTE: To download the latest storport driver, see the Microsoft Knowledge Base article KB943545 at support.microsoft.com. If you install Storage Management without the minimum required firmware and drivers, Storage Management may not be able to display the controllers or perform other functions.
• Broadcom SAS 9300-8e • Broadcom SAS 9206-16e • SAS 12 Gbps HBA • HBA 330 NOTE: Storage Management only enumerates and provides the PCI slot information for Broadcom SAS 9207-8e and SAS 9300-8e controllers. As Storage Management does not monitor these nonRAID controllers, devices connected to these controllers are not enumerated, alerts are not logged, and SNMP traps are not sent for these controllers.
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 links 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. Related links Setting Hot Spare Protection Policy Dedicated Hot Spare Protection Policy Global Hot Spare Protection Policy Storage Component Severity Component status is indicated by the severity.
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 links Setting The Temperature Probe Values Time Delay In Displaying Configuration Changes When you change the storage configuration, Storage Management quickly generates SNMP traps in response to the configuration changes. The Storage Management, Management Information Base (MIB) is also updated to reflect storage configuration changes.
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. Form Factor Displays the form factor of the device. Possible values are: Add-in Card — For HHHL devices 2.
CAUTION: Full Initialization permanently erases all data present on the disk. CAUTION: On VMware ESXi hosts, before performing Full Initialization on the Micron PCIe SSD it is important to first delete any data stores on it. Failure to do so can result in system instability. To erase an encrypted physical device, select the Full Initialization task.
NOTE: The Prepare to Remove task for PCIe SSDs is supported on systems running the VMware vSphere (ESXi) 6.0 operating system. However, this task is not supported on prior versions of VMware vSphere (ESXi) operating system. 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.
3. Expand a connector object. 4. Expand the enclosure or backplane object. 5. Select the Physical Devices object. 6. Select Cryptographic Erase from the Tasks drop-down menu of the physical device you want to clear. 7. Click Execute.
Properties Description Degraded — The PCIe SSD in slot card has encountered a failure and is operating in a degraded state. Failed — The PCIe SSD in slot card has encountered a failure and is no longer functioning. Device Name Displays the name of the PCIe SSD in slot card. The name comprises the bay ID and the slot in which the PCIe SSD in slot card is installed. Bus Protocol Displays the technology that the PCIe SSD is using.
Properties Description PCIe Maximum Link Width Displays the capable link width of the device. Form Factor Displays the form factor of the device. Possible values are: Add-in Card — For HHHL devices 2.5 inches — For physical devices other than a HHHL device. Sub Vendor Displays the vendor name of the device.
7. • Path • File Name — In this text box, you can provide a custom file name for the log file. The export log file is saved with a .log file extension and the file extension cannot be overwritten by any other file extension entered by the user. The default file name is NVME__.log. NOTE: You cannot use MS-DOS reserved words and special characters in the custom file name. For more information on MS-DOS reserved words, see https:// support.microsoft.
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 links 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 links 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 on SSDs connected to a software RAID controller. 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 links 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.
• • • 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. On some controllers, the Write Back policy may be available in the controller BIOS even though it is not available in Storage Management.
controller. This feature is not dependent on the controller mode and can function as usual when the controller is running in RAID or HBA mode. Set the physical disk caching policy of all members of a virtual disk by enabling the Disk Cache Policy. When this feature is enabled, the physical disk writes data to the physical disk cache before writing it to the physical disk. Because it is faster to write data to the cache than to a disk, enabling this feature improves system performance.
operations are possible while the background initialization is running. However, other processes such as creating a virtual disk, cannot be run concurrently with background initialization. These processes cause the background initialization to cancel. Related links Canceling Background Initialization Setting Background Initialization Rate Non-RAID Controller Description The non-RAID SCSI and SAS controllers are non-RAID controllers that support SCSI and SAS devices.
Firmware Or Driver Versions Use the firmware or driver versions window to view information about the controller firmware and drivers. For more information on firmware and drivers, see Before Installing Storage Management. Related links Firmware/Driver Properties Firmware/Driver Properties The firmware and driver properties can vary depending on the model of the controller. The firmware and driver properties are listed in the table below.
Controller Health The controller Health page displays the status of the controller and the components attached to the controller. Related links Storage Component Severity Controller Information Controller Components Controller Components For information on attached components, see: • RAID Controller Batteries • Firmware Or Driver Versions • Connectors NOTE: If you have connected the enclosure in Redundant path mode, the connectors are represented as Logical Connector.
Property Definition Name Displays the name of the controller. NOTE: For PowerEdge FD332 storage sled, the name is displayed as: • • Slot ID Single controller — PERC FD33xS (Integrated RAID Controller in Front Chassis Slot , where X displays the controller number and Y displays the front chassis slot number. Dual controller — PERC FD33xD (Integrated RAID Controller in Front Chassis Slot , where X displays the controller number and Y displays the front chassis slot number.
Property Definition Rebuild Rate Rebuild rate is the percentage of resources available on a system dedicated to rebuild a failed disk when necessary. For more information on rebuild rate, see Setting The Rebuild Rate. NOTE: The value for the Revertible Hot Spare operation is the same as the value set for the Rebuild Rate property.
Property Definition Encryption Mode Indicates whether the controller is using Local Key Management (LKM) or None. For more information, see Managing The Encryption Key. T10 Protection Information Capability Indicates whether the controller supports data integrity. Possible values are Yes and No. Cache Memory Size Displays the size of the cache memory on the controller. Patrol Read Mode Displays the Patrol Read Mode setting for the controller.
Property Definition inserted, the slot stops functioning as a hot spare. You must manually assign the drive as a hot spare again. Controller Tasks Enables you to configure and manage the controller. For more information about controller tasks, see Controller Tasks. Available Reports Enables you to view patrol read report, check consistency report, slot occupancy report, and physical disk firmware version report. For more information on available reports, see Available Reports.
• Resetting Configuration • Exporting The Controller Log File • Foreign Configuration Operations • Importing Foreign Configurations • Importing Or Recovering Foreign Configurations • Clearing Foreign Configuration • Setting Background Initialization Rate • Setting Check Consistency Rate • Setting The Reconstruct Rate • Setting The Patrol Read Mode • Starting And Stopping Patrol Read • Managing The Preserved Cache • Changing The Controller Properties • Managing The Physical Disk Po
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. Setting The Rebuild Rate Does my controller support this feature? See Supported Features.
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. The Reset Configuration task allows you to erase all the information on the controller so that you can perform a fresh configuration.
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_.log or lsi_.log, where is the month and date.
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. The Foreign Configuration Operations task is displayed only when a controller detects a foreign configuration. Select this option and click Execute to display the Foreign Configuration Preview page.
Property Definition 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. Degraded — The foreign disk is in degraded state and rebuilds after import.
Property Definition Dedicated Hot Spare 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. In the Server Administrator window, under the system tree, expand Storage to display the controller objects. 2. Select a controller object. 3.
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. The virtual disk data may be inconsistent after recovery.
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 links 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 links 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 links 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.
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. To Locate Change Controller Properties In Storage Management: Method 2 1. In the Server Administrator window, under the system tree, expand Storage to display the controller objects. 2. Select a controller object. 3.
Properties In Manage Physical Disk Power Option The following table displays the properties in the Manage Physical Disk Power option: Table 16. Manage Physical Disk Power Properties Property Definition Spin Down Unconfigured Drives The Enabled option spins down the unconfigured disks if they are unattended for a specified interval of time. Spin Down Hot Spares The Enabled option spins down the hot spares if no read‑write operation takes place on the hot spare in a specified interval of time.
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.
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. Select the drives that you want to convert. 6. Click Apply.
4. 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. After you click Apply Changes, if you receive one of the following error messages, click OK, and then click Return to Previous Page.
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. You can check the Alert Log for more information. NOTE: If there are no physical disks in Ready state and you repeat the procedure, the Auto Configure RAID0 operation automatically ignores your request without displaying any error message.
Related links 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. Select View Check Consistency Report from the Select Report drop-down menu. 3. Click Execute. Viewing Slot Occupancy Report Does my controller support this feature? See Supported Features. The View Slot Occupancy Report allows you to view empty and occupied slot details of all enclosures and back planes.
/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. Related links Physical Disk Firmware Version Report Properties Physical Disk Firmware Version Report Properties The report displays information for the drives that require a firmware upgrade as listed in the table below: Table 17.
Property Definition 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. Hence, you can perform one-to-many online deployments using applications or scripts that can launch the online executable.
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.
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.
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. If the 4KB sector hard-disk drive is connected to any hardware controller prior to PERC 9, the 4KB sector hard-disk drive is displayed as Unsupported.
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 links 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.
NOTE: Flexible backplane zoning is supported only on PERC (internal) family of controllers—PERC H730 Adapter, PERC H730 Mini, HBA 330, and HBA 330 Mini. This feature is not supported on PERC H330 Adapter and PERC H330 Mini. Enclosures Storage Management enables management of various enclosures and their components. In addition to managing the physical disks contained in the enclosure, you can monitor the status of the fans, power supply, and temperature probes in an enclosure.
Fan Properties Table 18. Fan Properties Property Definition Status 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. Name State Displays the name of the fan. Displays the status of the fan. Possible values are: • • • • • Part Number Ready — The fan is functioning normally. Degraded — The fan has encountered a failure and is operating in a degraded state.
Power Supply Properties Table 19. Power Supply Properties Property Definition Status 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. Name State Displays the name of the power supply. Displays the status of the power supply. • • • • Ready — The power supply is functioning normally.
Setting The Temperature Probe Properties And Tasks Click Set Temperature Probe to launch the wizard for changing the temperature probe’s Warning threshold. You can change the Warning threshold for each of the temperature probes included in the enclosure. To Launch The Set Temperature Probe Wizard To launch the Set Temperature Probe wizard: 1. In the Server Administrator window, under the system tree, expand Storage to display the controller objects. 2. Expand a controller object. 3.
Property Definition • • • • • Failed — The temperature probe has encountered a failure and is no longer functioning. Storage Management is unable to communicate with the enclosure using SES commands. The Failed state is displayed when the enclosure does not respond to a status query from Storage Management for any reason. For example, disconnecting the cable causes a Failed state. Minimum Warning Threshold Exceeded — The temperature of the enclosure has dropped below the minimum warning threshold.
When the alarm on the enclosure is enabled, the EMM activates the alarm when certain conditions occur. For more information on enabling the alarm and the conditions that activate the alarm, see Enabling The Enclosure Alarm. For more information on EMMs, see the enclosure hardware documentation. All EMM modules in the enclosure should have the same version of firmware. You can view the properties of each individual EMM module to verify the firmware version.
Property Definition • • Missing — EMM is not present in the enclosure. Not Installed — EMM is not present in the enclosure. Part Number Displays the part number of the EMM module. Type Indicates whether the EMM is a SCSI SES Module or a SCSI Terminator.
Enclosure And Backplane Properties Table 22. Enclosure and Backplane Properties Property Definition ID Displays the ID of the enclosure or backplane. Status These icons represent the severity or health of the storage component. For more information, see Storage Component Severity.
Property Definition Configuration Displays the mode in which the enclosure is operating. Possible values are: • • • • Joined — Indicates that the enclosure is operating in the joined-bus mode. Split — Indicates that the enclosure is operating in the split-bus mode. Unified — Indicates that enclosure is operating in the unified mode. Clustered — Indicates that the enclosure is operating in cluster mode. Clustered mode is only available on cluster-enabled RAID controllers.
Property Definition Split Bus Part Number Displays the part number of the enclosure split bus module. A split bus is indicated by a single triangle symbol on the back of the enclosure. Enclosure Part Number Displays the part number of the enclosure. Enclosure Alarm Displays whether the alarm on the enclosure is enabled or disabled. Enclosure And Backplane Tasks To execute a drop-down menu enclosure task: 1.
Select the Disable Alarm task to disable the enclosure alarm. The alarm is turned off when the enclosure exceeds a warning threshold for temperature or experiences other error conditions such as a failed fan, power supply, or controller. If the alarm is already turned on, you can turn it off with this task. Setting Asset Data Does my enclosure support this feature? See Supported Features. You can change the asset tag and asset name of the enclosure.
The failure threshold indicates that the temperature of the enclosure has gone below the minimum threshold or exceeded the maximum threshold which may cause data loss. You cannot change the default values for the failure threshold. Related links Enclosure Temperature Probes Temperature Probe Properties And Tasks Using Enclosure Temperature Probes Checking The Temperature Of The Enclosure Does my controller support this feature? See Supported Features. To check the temperature: 1.
7. Click Execute. Available Reports View Slot Occupancy Report View Slot Occupancy Report NOTE: This option is not supported on PERC hardware controllers running in HBA mode. Does my controller support this feature? See Supported Features. The View Occupancy Slot Report task allows you to view empty slots, occupied slots, or slots split by the backplane zoning functionality of the selected enclosure. The report provides a diagram that represents the occupancy of physical drive slots.
routing while calling technical support. To identify the Express Service Code of the enclosure, select the enclosure in the tree view and click the Information/Configuration. The Information/ Configuration displays the Express Service Code and other enclosure properties. • Preparing a physical disk for removal — To prepare a physical disk for removal is a physical disk command. See Preparing To Remove. • Troubleshooting — For more information on Troubleshooting, see Troubleshooting.
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.
Table 24. Logical 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.
in a critical state. To clear the redundant path mode, select Clear Redundant Path view from the Controller Tasks. Selecting this option clears the redundant path view and the connectors are represented on the user interface as Connector 0 and Connector 1. Related links Setting The Redundant Path Configuration Connector Components For information on attached components, see Enclosure And Backplane Properties And Tasks.
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 • • 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. Next Learn Time Displays the number of days and hours left before the controller firmware initiates the next learn cycle.
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. If the controller is using Write-Back Cache policy, then the controller changes to Write-Through Cache policy until the learn cycle completes.
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 links 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.
For SAS Controllers For SAS controllers, you must: 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. NOTE: Clicking the Refresh button in the right pane refreshes only the right pane.
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. Restore the backed up data from the original virtual disk onto the newly created virtual disk.
Property Definition Name Displays the name of the physical disk or device. The name includes of the connector number followed by the disk number. State Displays the current state of the physical disk or device. Possible values are: • • • • • • • • • • • • Ready — The physical disk or device is functioning normally. If the disk is attached to a RAID controller Ready indicates that the disk is available to be used by a virtual disk.
Property Definition • • • cable or other failure event may also display the Foreign state. For more information, see Foreign Configuration Operations. Unsupported — The physical disk or device is using an unsupported technology or it may not be certified by your service provider. The physical disk cannot be managed by Storage Management. Replacing — A Replace Member Disk task is being performed on the physical disk or device.
Property Definition • • • 2109 2110 2111 For information on alert messages, see the Server Administrator Messages Reference Guide. Progress Displays the progress of an operation that is being an operation is that is being performed on the physical disk or device. Encryption Capable Displays whether the physical disk or device is a Self-Encryption Disk (SED). The possible values are Yes and No. Encrypted Displays whether the physical disk or device is encrypted to the controller.
Property Definition The algorithm for calculating the used disk space rounds a figure of 0.005GB or less to 0. Used disk space that is between 0.006GB and 0.009GB is rounded up to 0.01GB. Available RAID Disk Space Displays the amount of available space on the disk. This property is Not Applicable for physical disks attached to non-RAID controllers. Hot Spare Indicates whether the disk has been assigned as a hot spare. This property is Not Applicable for physical disks attached to non-RAID controllers.
3. Expand a connector object. 4. Expand the enclosure or backplane object. 5. Select Physical Disks or Physical Devices object. 6. Click Information/Configuration on the controller Properties page. 7. Select a task from the drop-down menu. 8. Click Execute. NOTE: Different controllers support different features. For this reason, the tasks displayed on the tasks drop-down menu can vary depending on which controller is selected in the tree view.
The Remove Dead Segments task recovers disk space that is unusable. A dead or orphaned disk segment refers to an area of a physical disk or physical device that is unusable for any of the following reasons: • The dead segment is an area of the physical disk or physical device that is damaged. • The dead segment is included in a virtual disk, but the virtual disk is no longer using this area of the physical disk or physical device.
NOTE: If you cancel the rebuild of a physical disk that is assigned as a hot spare, reinitiate the rebuild on the same physical disk in order to restore the data. Canceling the rebuild of a physical disk and then assigning another physical disk as a hot spare does not cause the newly assigned hot spare to rebuild the data. Reinitiate the rebuild on the physical disk that was the original hot spare.
The Online and Offline tasks apply only to physical disks that are included in a redundant virtual disk and attached to a PERC controller. Select the Offline task to deactivate a disk before removing it. Select the Online task to reactivate an offline disk. In some cases, you may want to use the Online task on a failed disk in an attempt to recover data from the disk.
To Locate Clear 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. Expand the enclosure or Backplane object. 5. Select the Physical Disks object. 6. Select Clear from the Tasks drop-down menu of the physical device you want to clear. 7. Click Execute.
Performing Cryptographic Erase Does my controller support this feature? See Supported Features. CAUTION: Cryptographic Erase permanently erases all data present on the disk. Select the Cryptographic Erase task to erase an encrypted physical disk.
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,
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. Rebuilding a failed physical disk in this situation requires deleting the nonredundant 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.
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.
Controller 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, PERC H830 Adapter, PERC FD33xD/ FD33xS Starting RAID Level Target RAID Level Comments RAID 6 requires a minimum of 4 disks. RAID 5 RAID 0 With or without adding additional disks RAID 5 RAID 5, RAID 6 Add at least one additional disk. RAID 6 requires a minimum of 4 disks.
To verify redundant information of a virtual disk: 1. Locate the controller on which the virtual disk resides in the tree view. Expand the controller object until the Virtual Disks object is displayed. 2. Select the Check Consistency task from the virtual disk’s Tasks drop-down list box and click Execute. Rebuilding Redundant Information Does my controller support this feature? See Supported Features.
RAID Level Virtual Disk State Scenario Result a Write to the bad block. The disk then remaps the Logical Block 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.
One of the following scenarios may occur: • Backup operation fails on one or more files. In this case, restore the file from a previous backup. After restoring the file, proceed to step 2. • 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.
Property Definition — Critical/Failure/Error 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 Hot Spare Policy Violated Displays whether the Hot Spare Protection Policy has been violated. NOTE: This property is displayed only if you set any Hot Spare Protection Policy. For more information, see Setting Hot Spare Protection Policy. 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.00 and a value between 0.006 and 0.009, up to 0.01.
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 links 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. • 8. 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: 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: After the virtual disk reconfiguration process starts, the read and write policies temporarily revert to the default settings until the process is completed. Related links Reconfiguring A Virtual Disk Slow And Fast Initialize Considerations For Fast Initialize The Fast Initialize task initializes all physical disks included in the virtual disk. The Fast Initialize task updates the metadata on the physical disks so that all disk space is available for future write operations.
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 links RAID Controller Read, Write, Cache, And Disk Cache Policy Changing The Read, Write, Or Disk Cache Policy Of A Virtual Disk 1. 2. Select the new policy from the Read Policy, Write Policy, and Disk Cache Policy drop-down menus. Click Apply Changes.
4. Select Split Mirror from the Available Tasks drop-down menu. 5. Click Execute. Related links 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 links 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 links 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 links 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.
Related links Assigning And Unassigning Dedicated Hot Spare 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).
Considerations For Hot Spare Protection Policy • The dedicated hot spare protection policy is not applicable to SAS/iR, PERC, and H200 controllers. • RAID 0 does not support hot spares or protection policy. • For SAS/iR and PERC H200 family of controllers, you can assign only two global hot spares.
A dedicated hot spare can only be assigned to the set of virtual disks that share the same physical disks. A global hot spare is assigned to all redundant virtual disks on the controller. A global hot spare must be the same size (or greater) as the smallest physical disk included in any virtual disk on the controller.
Global Hot Spare Considerations On A SAS 6/iR The SAS 6/iR controller enables you to assign two global hot spares. The controller firmware remembers the hot spare assignment even after the physical disks that you assigned as hot spares have been removed. In other words, in the case of a disk removal, the firmware may assume that a hot spare is present when it is not.
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 links CacheCade Using Solid-State Drives CacheCade Properties The CacheCade(s) page displays a table of properties for each CacheCade. Table 33.
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. Related links CacheCade Properties Managing The CacheCade Resizing The CacheCade To resize the CacheCade: 1.
Troubleshooting 18 This section contains troubleshooting procedures for common situations as well as for specific problems. Related links 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.
Related links 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. NOTE: You can verify which firmware and drivers are installed by selecting the Storage object in the tree view and clicking Information/Configuration.
Replacing The Disk To replace the failed disk that is part of a redundant virtual disk: 1. Remove the failed disk. 2. Insert a new disk. Make sure that the new disk has equal or greater memory space than the one you are replacing. On some controllers, you may not be able to use the additional space by inserting a disk that has a higher memory space. A rebuild is automatically initiated because the virtual disk is redundant.
After retrieving any viable data from the disk, replace the failed disk as described previously in Replacing A Failed Disk That Is Part Of A Redundant Virtual Disk or Replacing A Failed Physical Disk That Is Part Of A Non-Redundant Virtual Disk.
• There is no hot spare assigned to the virtual disk — As long as the virtual disk is redundant, to rebuild it: – Remove the failed physical disk and replace it. A rebuild automatically starts on the new disk. – Assign a hot spare to the virtual disk and then perform a rebuild. • You are attempting to rebuild onto a hot spare that is too small — Different controllers have different size requirements for hot spares.
• The controller may be performing other tasks, such rebuilding a physical disk, that must run to completion before the controller can create the new virtual disk. Related links Number Of Virtual Disks Per Controller A Virtual Disk Of Minimum Size Is Not Visible To Windows Disk Management If you create a virtual disk using the minimum allowable size in Storage Management, the virtual disk may not be visible to Windows Disk Management even after initialization.
• Erroneous Status And Error Messages After A Windows Hibernation • Storage Management May Delay Before Updating Temperature Probe Status • Storage Management May Delay Displaying Storage Devices After Reboot • You Are Unable To Log Into A Remote System • Cannot Connect To Remote System Running Microsoft Windows Server 2003 • Reconfiguring A Virtual Disk Displays Error In Mozilla Browser • Physical Disks Are Displayed Under The Connector Object Instead Of The Enclosure Object Physical Disk Is
Alerts 2146 Through 2150 Received During A Rebuild Or While A Virtual Disk Is Degraded Perform the following steps: 1. Replace the damaged physical disk. 2. Create a new virtual disk and allow the virtual disk to completely resynchronize. 3. Restore data to the virtual disk from the backup. While the resynchronization is in progress, the status of the virtual disk is Resynching.
Erroneous Status And Error Messages After A Windows Hibernation Activating the Windows hibernation feature may cause Storage Management to display erroneous status information and error messages. This problem resolves when the Windows operating system recovers from hibernation.
Physical Disks Are Displayed Under The Connector Object Instead Of The Enclosure Object Storage Management surveys the status of physical disks at frequent intervals. When the physical disk is located in an enclosure, the data reported by the SCSI Enclosure Processor (SEP) is used to determine the status of the physical disk. When the SEP is not functioning, Storage Management can survey the status of the physical disk, but cannot identify the physical disk as being located in the enclosure.
Frequently Asked Questions 19 This section provides frequently asked questions that address situations commonly experienced in a storage environment.
Related links Moving Physical And Virtual Disks From One System To Another Recovering From Removing The Wrong Physical Disk Protecting Your Virtual Disk With A Hot Spare 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 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.
The features include the following: • Controller Tasks • Battery Tasks • Connector Tasks • Physical Disk Tasks • Virtual Disk Tasks • Virtual Disk Specifications • Supported RAID Levels • Read, Write, Cache And Disk Cache Policy • Enclosure Support For enclosure-supported tasks, see Enclosure And Backplane Features. Controller Tasks Supported On PERC Hardware Controllers Table 43.
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 Check Consistency Rate Yes Yes Yes Yes Yes Y
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 Replace Member Yes Yes Yes Yes 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 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 pter 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 N
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 Cach e Polic y PER C H80 0 PERC H810 Adapt er PERC H700 Adapte r/ Integra ted/ Modula r PERC H710 Adapt er/ Mini Monol ithic/ Mini Blade 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 Blades PERC H330 Adapt er/ Mini Monol ithic/ Mini Blade s/ Embe dded PERC PERC H830 FD33xD/ Adapte FD33xS r Adap tive Read Ahea d Yes Yes No No No No No No No No No
Read, Write , and Cach e Polic y PER C H80 0 PERC H810 Adapt er PERC H700 Adapte r/ Integra ted/ Modula r PERC H710 Adapt er/ Mini Monol ithic/ Mini Blade 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 Blades PERC H330 Adapt er/ Mini Monol ithic/ Mini Blade s/ Embe dded PERC PERC H830 FD33xD/ Adapte FD33xS r Cach e Polic y No No No No No No No No No No No Disk Cac
Supported Features On SAS 6iR And PERC H200 Controllers This section identifies the controller-supported features and whether an enclosure can be attached to the controller. • Controller Tasks • Battery Tasks • Connector Tasks • Physical Disk Tasks • Virtual Disk Tasks • Virtual Disk Specifications • Supported RAID Levels • Read, Write, Cache And Disk Cache Policy • Enclosure Support For enclosure-supported tasks, see Enclosure And Backplane Features.
Controller Task Name SAS 6/iR PERC H200 Set Patrol Read Mode No No Start Patrol Read No No Stop Patrol Read No No Patrol Read Report No No Check Consistency Report No No Slot Occupancy Report Yes Yes Physical Disk Firmware Version Report Yes Yes Controller Reports Battery Tasks Supported On SAS 6/iR And H200 Controllers Table 53.
Physical Disk Task Name SAS 6/iR PERC H200 Rebuild automatically initiated by the controller. Rebuild automatically initiated by the controller. Cancel Rebuild No No Remove Dead Disk Segments No No Format Disk No No Clear No No Cancel Clear No No Virtual Disk Tasks Supported By SAS 6/iR And H200 Controllers Table 56.
Virtual Disk Task Name SAS 6/iR PERC H200 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 No No Cancel Initialize Virtual Disk No No RAID Levels Supported By SAS 6/iR And H200 Controllers Table 57.
Virtual Disk Specification SAS 6/iR PERC H200 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 RAID 10 NA 10 — Adapter 10 — Integrated 4 — Modular Maximum Number of Physical Disks in a RAID 50 NA NA Minimum Number of Physical Disks that Can Be NA Concatenated NA Minimum Number of Physical Disks in a RAID 0 2 2 Minimum Number of Physical Disks in a RAID 1 2 2 Minimum Number of Physical Disks in a RAID 5 NA
Read, Write, and Cache Policy SAS 6/iR PERC H200 Write Policy No No Write Back No No Write Through No No Force Write Back (Enabled Always) No No Write Cache Enabled Protected No No Cache Policy No No Disk Cache Policy Yes Yes Cache I/O No No Direct I/O No No Enclosure Support On SAS 6/iR And H200 Controllers Table 60.
Controller Tasks Supported On The PERC S100, PERC S110, PERC S130, And S300 Controllers Table 61. Controller Tasks Supported On The PERC S100, PERC S110, PERC S130, and S300 Controllers Controller Task Name PERC S100 PERC S110 PERC S130 PERC S300 Create Virtual Disk Yes Yes Yes Yes NOTE: For physical disks connected to Software RAID S130 controller, 512 MB of disk space is by default used by the controller for metadata.
Virtual Disk Task PERC S100 Name PERC S110 PERC S130 PERC S300 Create Virtual Disk Express Wizard Yes Yes Yes Yes Rename Yes Yes Yes Yes Blink/Unblink No Yes Yes No Reconfigure Yes Yes Yes Yes Change Policy Yes Yes Yes Yes Delete Last Virtual Disk Yes Yes Yes Yes Delete (any) Virtual Disk Yes Yes Yes Yes Check Consistency Yes Yes Yes Yes Disk Cache Policy No No Yes No Virtual Disk Specifications For PERC S100, PERC S110, PERC S130, And S300 Controllers Table
Virtual Disk Specification PERC S100 PERC S110 PERC S130 PERC S300 Maximum Number of NA Physical Disks that Can Be Concatenated NA NA NA Maximum Number of Physical Disks in a RAID 0 8 4 10 8 Maximum Physical Disks in a RAID 1 2 2 2 2 Maximum Number of Physical Disks in a RAID 5 8 4 10 8 Maximum Number of Physical Disks in a RAID 10 4 4 10 4 Minimum Number of NA Physical Disks that Can Be Concatenated NA NA NA Minimum Number of Physical Disks in a RAID 0 2 2 2 2 Minimum
RAID Levels Supported By The PERC S100, PERC S110, PERC S130, And S300 Controllers Table 65.
Read, Write, and PERC S100 Cache Policy PERC S110 PERC S130 PERC S300 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 Task Name Non-RAID SCSI Non-RAID SAS Set Background Initialization Rate No No Set Check Consistency Rate No No Set Reconstruct Rate No No Rescan Controller No No Create Virtual Disk No No Export Log File No No Clear Foreign Configuration No No Import Foreign Configuration No No Import/Recover Foreign Configuration No No Set Patrol Read Mode No No Start Patrol Read No No Stop Patrol Read No No Battery Tasks Supported By Non-RAID Controllers Table 69.
Physical Disk Task Name Non-RAID SCSI Non-RAID SAS Offline No No Online No No Initialize No No Rebuild No No Cancel Rebuild No No Remove Dead Disk Segments No No Format Disk No No Clear No No Cancel Clear No No Virtual Disk Tasks Supported By The Non-RAID Controllers Table 72.
Virtual Disk Task Name Non-RAID SCSI Non-RAID SAS 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 No No Cancel Initialize Virtual Disk No No Enclosure Support On The Non-RAID Controllers Table 73.
Enclosure And Backplane Tasks Table 74.
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.