Dell EMC Server Administrator Storage Management 9.1.
Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. 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. © 2018 Dell Inc. or its subsidiaries. All rights reserved. Dell, EMC, and other trademarks are trademarks of Dell Inc. or its subsidiaries.
Contents 1 Overview....................................................................................................................................................... 11 What Is New In This Release............................................................................................................................................11 Before Installing Storage Management...........................................................................................................................
Storage Properties And Current Activity.......................................................................................................................27 Alerts Or Events............................................................................................................................................................... 27 Monitoring Disk Reliability On RAID Controllers...........................................................................................................
Firmware Or Driver Properties................................................................................................................................. 44 Controller Health..............................................................................................................................................................45 Controller Components.............................................................................................................................................
Support For RAID Level 10 Virtual Disk Creation On PERC 9 and PERC 10 Hardware Controllers.......................76 RAID Level 10 Virtual Disk Creation With Uneven Span........................................................................................ 77 Support For Advanced Format 4KB Sector Hard-Disk Drives................................................................................... 77 Hot Spare Considerations — 4KBSector Hard-Disk Drives.........................................................
Physical Disk Or Physical Device Tasks.........................................................................................................................99 Physical Disk Tasks.......................................................................................................................................................... 99 Blinking And Unblinking A Physical Disk .................................................................................................................
Changing The Virtual Disk Policy.............................................................................................................................117 Replacing A Member Disk........................................................................................................................................ 117 Clearing Virtual Disk Bad Blocks..............................................................................................................................
SAS Controller ..........................................................................................................................................................132 Migrating SAS Virtual Disks To Another System........................................................................................................ 132 17 Protecting Your Virtual Disk With A Hot Spare.......................................................................................... 133 Understanding Hot Spares..................
Peripheral Component Interconnect Express Solid-State Drive Is Not Visible In The Operating System..... 143 PCIe SSD Is Not Visible In Disk Management In The Operating System.......................................................... 144 19 Frequently Asked Questions......................................................................................................................145 Why Is A Rebuild Not Working................................................................................................
1 Overview 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.
controllers. Later versions of the firmware and 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.
2 Getting Started 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.
Information Or 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). For more information on CLI, see the Server Administrator Command Line Interface User’s Guide.
3 Understanding RAID concepts 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.
• Striping — Disk striping writes data across all physical disks in a virtual disk. Each stripe consists of consecutive virtual disk data addresses that are mapped in fixed-size units to each physical disk in the virtual disk using a sequential pattern. For example, if the virtual disk includes five physical disks, the stripe writes data to physical disks one through five without repeating any of the physical disks. The amount of space consumed by a stripe is the same on each physical disk.
The following topics provide specific information on how each RAID level or concatenation store data as well as their performance and protection characteristics: • Concatenation • RAID Level 0 (Striping) • RAID Level 1 (Mirroring) • RAID Level 5 (Striping With Distributed Parity) • RAID Level 6 (Striping With Additional Distributed Parity) • RAID Level 50 (Striping Over RAID 5 Sets) • RAID Level 60 (Striping Over RAID 6 Sets) • RAID Level 10 (Striping Over Mirror Sets) • Comparing RAID Leve
• Data fills up the first disk before it is written to the second disk. • No redundant data is stored. When a disk fails, the large virtual disk fails. • No performance gain. • No redundancy. RAID level 0 - striping RAID 0 uses data striping, which is writing data in equal-sized segments across the physical disks. RAID 0 does not provide data redundancy. RAID 0 characteristics: • Groups n disks as one large virtual disk with a capacity of (smallest disk size) *n 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 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.
RAID Level Data Availability Read Performance Write Performance Rebuild Performance Minimum Disks Required Suggested Uses RAID 1 Excellent Very Good Good Good 2N (N = 1) Small databases, database logs, and critical information. RAID 5 Good Sequential reads: good. Transactional reads: Very good Fair, unless using writeback cache Fair N + 1 (N = at least Databases and two disks) other read intensive transactional uses.
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.
Table 2. Component Severity Severity Component Status Normal/OK — The component is working as expected. Warning/Non-critical — A probe or other monitoring device has detected a reading for the component that is above or below the acceptable level. The component may still be functioning, but it could fail. The component may also be functioning in an impaired state. Data loss is possible. Critical/Failure/Error/Fatal — The component has either failed or failure is imminent.
Using Alarms To Detect Failures Certain storage components have alarms which when enabled, alert you when the component fails. 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.
5 PCI Express Solid-State Device Support 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.
Table 3. PCIe SSD Subsystem Properties Properties Description ID Displays the subsystem ID assigned to the PCIe SSD subsystem by Storage Management. Storage Management numbers the controllers and PCIe 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.
Table 4. 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 NonVolatile Memory Express (NVMe). Media Displays the media type of the physical disk.
Properties Description this scenario occurs within three years of the device installation, this failure is covered under warranty. The drive is in read-only mode if the value for percent lifetime used is less than 100 percent and that for write protect progress is equal to 90 percent. Driver Version Displays the version of the driver that is installed on the PCIe SSD sub-system. NOTE: Storage Management displays Not Applicable for subsystem for which the driver version cannot be obtained.
• Performing A Cryptographic Erase on An NVMe PCIe SSD To perform a physical device task: 1 In the Server Administrator window, under the System tree, expand the Storage tree object to display the storage component objects. 2 Expand the PCIe SSD Subsystem object 3 Expand the Enclosure (Backplane) object. 4 Select the Physical Devices object. 5 Select a task from the Available Tasks drop-down menu. 6 Click Execute.
NOTE: After you hot plug an NVMe PCIe SSD, the NVMe PCIe SSD may take several seconds to be displayed on Storage Management. CAUTION: Cryptographic Erase permanently erases all data present on the disk. Performing a Cryptographic Erase on an NVMe PCIe SSD overwrites all blocks and results in permanent loss of all data on the NVMe PCIe SSD. During Cryptographic Erase, the host is unable to access the NVMe PCIe SSD.
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. 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.
6 Storage Information And Global Tasks 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. Topics: • Storage Properties • Global Tasks • Storage Controller Properties Storage Properties The Storage tree-view object has the following properties. Table 5.
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. NOTE: You can also click the Set Remaining Rated Writer Endurance Threshold link available on the Storage Dashboard to access this operation.
NOTE: If the warning threshold value for an available spare is set, a warning alert message will be generated when it reaches the value or less than that. If the critical threshold for an available spare is set, a critical alert message will be generated when it reaches the value or less than that. NOTE: You can select this option from the Information/Configuration tab > Global Tasks also. The Set Available Spare Threshold window is displayed.
Property Definition • • • Ready — The controller is functioning normally. Degraded — The controller has suffered a failure of a component and is operating in a degraded state. Failed — The controller has suffered a failure of one or more components and is no longer functioning. Firmware Version Displays the version of the firmware available on the controller. Minimum Required Firmware Version Displays the minimum firmware version that is required by Storage Management.
7 Controllers This chapter provides information about the supported controllers and controller features in Storage Management.
SAS RAID Controllers The following RAID controllers use Serial Attached SCSI (SAS) technology. • PERC S140 • PERC H730P MX • PERC H745P MX RAID Controller Features Different controllers have different features. If you have more than one controller attached to your system, you may notice that the tasks displayed on the Information/Configuration page of the controller are different for each controller.
RAID Controller Read, Write, Cache, And Disk Cache Policy When creating a virtual disk, you can specify the read, write, and cache policies for the virtual disk. The following subsection describes these policies. Read Policy Does my controller support this feature? See Supported Features. The read policies indicate whether the controller should read sequential sectors of the virtual disk when seeking data. • Read Ahead — The controller reads sequential sectors of the virtual disk when seeking data.
NOTE: Storage Management does not allow you to select the Write Cache Enabled Protected policy for controllers that do not have a battery. This restriction protects a controller without a battery from the data loss that may occur in the event of a power failure. When using the Create Virtual Disk Advanced Wizard on a controller without a battery, the wizard either displays Write Cache Disabled as the only available option or the wizard does not display any option for write policy.
NOTE: The default setting for Disk Cache Policy for virtual disks based on SATA drives is Enabled, and for virtual disks based on SAS drives is Disabled. NOTE: For SAS 6i/R and PERC H200 family of controllers, the Disk Cache Policy setting is available only after creating the virtual disk.
NOTE: The firmware and drivers listed in the Server Administrator Release Notes refer to the minimum supported version for these controllers. Later versions of the firmware and drivers are also supported. For most recent driver and firmware requirements, contact your service provider. Table 8. Firmware/Driver Properties Property Definition Firmware Version Displays the version of the firmware that is installed on the controller.
Table 9. Controller Properties Property Definition ID Displays the ID assigned to the controller by Storage Management. Storage Management numbers the controllers attached to the system starting with zero. This number is the same as the controller ID number reported by the omreport CLI Command. For information on Command Line Interface, see the Server Administrator Command Line Interface User’s Guide. Status These icons represent the severity or health of the storage component.
Property Definition NOTE: Storage Management displays Not Applicable on some controllers for which the driver version cannot be obtained. Minimum Required Driver Version Displays the minimum driver version that is required by Storage Management. This property is displayed only if the controller driver does not meet the minimum requirement. Number of Connectors Displays the number of connectors on the controller. Each connector can be attached to physical disks or an enclosure.
Property Definition Encryption Capable Indicates whether the controller has the capability to support encryption. Possible values are Yes and No. Encryption Key Present Indicates whether the controller has an encryption key established. Possible values are Yes and No. Encryption Mode Indicates whether the controller is using Local Key Management (LKM) or None. For more information, see Managing The Encryption Key.
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. 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. Current Controller Mode Displays the mode of the hardware controller that is selected.
• • • • • • • • • • Setting The Patrol Read Mode Starting And Stopping Patrol Read Managing The Preserved Cache Changing The Controller Properties Managing The Physical Disk Power Managing The Encryption Key Converting To RAID Capable Disks Converting To Non-RAID Disks Changing The Controller Mode Auto Configure RAID0 Operation Creating A Virtual Disk Does my controller support this feature? See Supported Features. To launch the Create Virtual Disk Express Wizard, select the Create Virtual Disk task.
During a rebuild, the complete contents of a physical disk are reconstructed. The rebuild rate, configurable between 0% and 100%, represents the percentage of the system resources dedicated for rebuilding failed physical disks. At 0%, the rebuild has the lowest priority for the controller, takes the maximum time to complete, and is the setting with the least impact to system performance. A rebuild rate of 0% does not mean that the rebuild is stopped or paused.
Reset The Controller Configuration To reset the controller configuration: 1 Review the virtual disks that are destroyed by resetting the controller configuration. Make backups as necessary. Click Blink at the bottom of the page to blink the physical disks included in the virtual disks. 2 Click Reset Configuration when you are ready to erase all information on the controller. To exit without resetting the controller configuration, click Go Back to Previous Page.
You can also locate this task from the Change Controller Properties drop-down menu. Foreign Configuration Operations Does my controller support this feature? See Supported Features. The Foreign Configuration Operations task provides a preview of the foreign configurations that you can import. NOTE: This task is not supported on PERC hardware controllers running in HBA mode. NOTE: Foreign Configuration Operations task is available only on PERC 6 and SAS controllers with firmware versions 6.1 and later.
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.
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 Click Information/Configuration on the controller Properties page. 4 Select Foreign Configuration Operations from the Controller Tasks drop-down menu. 5 Click Execute.
To exit without importing or recovering the foreign configuration, click Cancel. To Locate Import Or Recover Foreign Configuration In Storage Management For SAS controllers with firmware versions 6.1 and later: 1 In the Server Administrator window, under the system tree, expand Storage to display the controller objects. 2 Select a controller object. 3 Click Information/Configuration on the controller Properties page. 4 Select Foreign Configuration Operations from the Controller Tasks drop-down menu.
Physical Disks In Foreign Virtual Disks The Physical Disks in Foreign Virtual Disks page displays the physical disks and the dedicated hot spare, if any, included in the foreign configuration. The following table describes the properties for physical disks in the foreign configuration. Table 11. Physical Disk Properties Property Definition Status These icons represent the severity or health of the storage component.
Property Definition • 2111 For information on alert messages, see the Server Administrator Messages Reference Guide. Progress Displays the progress of an operation being performed on the physical disk. Bus Protocol Displays the technology that the physical disk is using. Possible values are: • • SAS — Serial Attached SCSI SATA — Serial Advanced Technology Attachment Device Protocol Displays the device protocol of the physical device, such as Non-Volatile Memory Express (NVMe).
Property Definition • • • • Online Offline Replaced 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.
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 check consistency rate, configurable between 0% and 100%, represents the percentage of the system resources dedicated for running the check consistency task.
To Locate Set Reconstruct Rate In Storage Management 1 In the Server Administrator window, under the system tree, expand Storage to display the controller objects. 2 Select a controller object. 3 Click Information/Configuration on the controller Properties page. 4 Select Set Reconstruct Rate from the Available Tasks drop-down menu. 5 Select Execute. You can also locate this task from the Change Controller Properties drop-down menu.
To Locate Set Patrol Read Mode In Storage Management 1 In the Server Administrator window, under the system tree, expand Storage to display the controller objects. 2 Select a controller object. 3 Click Information/Configuration on the controller Properties page. 4 Select Set Patrol Read mode from the Available Tasks drop-down menu. 5 Click Execute. You can also locate this task from the Change Controller Properties drop-down menu.
You can change any or all of the following properties using the Change Controller Properties task: • Rebuild Rate • BGI Rate • Check Consistency Rate • Reconstruct Rate • Abort check consistency on error • Revertible Hot Spare • Load Balance • Auto replace member on predictive failure • Redundant path view • Persistent hot spare NOTE: You can also set these properties using the command-line interface. For more information, see the Server Administrator Command-Line Interface User’s Guide.
• Customized Power Savings Mode — Allows you to customize the power-saving settings. The default values are populated when you select this power mode. You can select or clear the features you want to enable. You can select Quality of Service (QoS) to customize power saving on configured drives by setting the Start Time and Time interval to spin up. To enable the Quality of Service (QoS) feature: 1 Select Customized Power Savings Mode.
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. Managing Physical Disk Power Using The QoS Option To manage physical disk power through the QoS option: 1 Select the Customized Power Save Mode option.
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. The status of the controller is affected by the preserved cache. The controller status is displayed as degraded if the controller has preserved cache.
A Passphrase must contain at least one numeral, alphabets both lower and upper case are allowed, and one non-alphanumeric character (except space). NOTE: Server Administrator Storage Management provides a suggested passphrase below the Passphrase text box. 4 If you want to save the Encryption Key credentials in a file on the system where Distributed Web Server is running, select the Escrow check box. The Path field is displayed. Provide the path where you want to save the file.
On an encryption-capable controller, the Manage Encryption Key task allows you to enable encryption in LKM mode. If you enable LKM, you can create an encryption key on an encryption-capable controller and save it locally. You can also change or delete the encryption key. NOTE: This task is available only on PERC H7x0 and H8x0 controllers.
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 RAID Capable disks. The non-RAID disks are displayed. 5 Select the drives that you want to convert. 6 Click Apply.
Auto Configure RAID0 Operation Does my controller support this feature? See Supported Features. You can use this feature to automatically configure all physical disks in Ready state into RAID 0 virtual disks. This feature is supported on PERC 9 family of hardware controllers with the latest firmware version. NOTE: The Auto Configure RAID0 operation is only supported on SAS and SATA HDDs.
‘Error! System Configuration Lockdown mode is turned ON. Configuration actions cannot be performed in this mode. Operation failed!!!’ Global Tasks Supported When System Configuration Lock Down Mode Is On Table 13.
Table 15. Controller Reports Supported When System Configuration Lock Down Mode Is On Controller Reports Name PERC H730P MX PERC H745P MX PERC HBA 330 MX PERC HBA 330 MMZ View Patrol Read Report Yes Yes No No View Check Consistency Report Yes Yes No No View Slot Occupancy Report Yes Yes Yes Yes View Physical Disk Firmware Version Report Yes Yes Yes Yes Physical Disk Tasks Supported When System Configuration Lock Down Mode Is On Table 16.
Viewing Available Reports To view a report: 1 Expand the Storage tree object to display the controller objects. 2 Select a controller object. 3 Click Information/Configuration. 4 Select a report from the Select Report drop-down menu. 5 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. It provides a diagram that represents the occupancy of physical drive slots. Move the mouse over each slot to view details, such as physical disk ID, state, and size. Dynamic mapping of empty MX5016s will not be reflected on the drive.
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 18. Physical Disk Firmware Version Report Properties Property Definition Name Displays the nexus or location of each drive that has to be updated. This nexus is represented as a two or three-digit mapping of the drive location.
8 Support For PERC 9 and PERC 10 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 and PERC 10 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.
• When you create a virtual disk using the Advanced Wizard, you can select the physical disk sector from the Sector Size drop-down list. The options available are: – 512B – 4KB • You cannot use both 4KB sector hard-disk drives and 512B sector hard-disk drives for a virtual disk creation as mixing of hard-disk drive sectors is not allowed in Storage Management.
9 Support for BOSS-S1 RAID Controllers All Operating Systems compatible to OM 9.0.1 are supported by BOSS-S1 RAID Controllers except ESXi family of OSes. The BOSS-S1 RAID Controllers supports the following enumeration and monitoring operations: • The physical disks are (M.2 devices) are directly connected to the Controller • Enumeration of Physical Disks (M.2 devices) are supported • Enumeration of Virtual Disks on M.
10 Enclosures And Backplanes 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. Topics: • Backplanes • Enclosures • Enclosure Management • Identifying An Open Connector On The Enclosure • Enclosure Components Backplanes You can view the Backplane object by expanding the controller in the Storage Management tree view.
MX5016s MX5016s is a storage sled that is connected to a blade chassis to provide extended storage access, other than the physical storage available in the PowerEdge Modular servers. It supports up to 6 PSU at the front and maximum of 4 fans in a single chassis. It can accommodate up to 16 HDDs (SAS/SED/SSD/). The blade chassis have IO modules connected at the back. The platform makes use of these IO modules in order to access the disks connected to MX5016s. SATA disk supports only with compute nodes.
Enclosure And Backplane Properties Table 19. 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. — Normal/OK — Warning/Non-critical — Critical/Failure/Error Name Displays the name of the enclosure or backplane. State Displays the status of the enclosure or backplane.
Property Definition Older 200S enclosures with a version 1.8 kernel that only have one EMM may display Split Bus mode and not Joined Bus mode. Joined Bus or Clustered modes may display when applicable in these circumstances. Firmware Version Displays the version of the enclosure firmware. NOTE: For systems supporting multiple backplanes, the firmware version appears as upstream and downstream versions. Service Tag Displays the enclosure Service Tag.
Enabling The Enclosure Alarm Does my enclosure support this feature? See Supported Features. Select the Enable Alarm task to enable the enclosure alarm. When enabled, the alarm turns on when any of the following events occur: • • • Enclosure temperature has exceeded the warning threshold. Power supply, fan, or enclosure management module — EMM has failed. Split bus is not installed. A split bus is indicated by a single triangle symbol on the back of the enclosure.
Select the Blink task to blink the LED on the enclosure. You may want to use this task to locate an enclosure. The LEDs on the enclosure may display different colors and blinking patterns. For more information on what the blink colors and patterns indicate, refer to the enclosure hardware documentation. Available Reports View Slot Occupancy Report View Slot Occupancy Report NOTE: This option is not supported when the driver is not mapped on PERC hardware controllers running in HBA mode.
If you have not attached the enclosure to an open connector, you may need to identify a connector on the controller that can be used for this purpose. To identify an open connector: 1 In the Server Administrator window, under the System tree, expand Storage. 2 Expand the controller object. The available connectors are displayed. These connectors are numbered starting from zero. 3 Identify a connector that is not attached to storage.
11 Connectors 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.
Table 20. Connector 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. 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.
Property Definition — 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. Name Displays the connector number. The default value is 0. State Displays the status of the connector.
12 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 22. 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.
13 RAID Controller Batteries 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 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. Maximum Learn Delay Displays the maximum number of days and hours that you can delay the battery learn cycle. The controller firmware automatically initiates the battery learn cycle.
14 Physical Disks Or Physical Devices 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.
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.
5 Restore the backed up data from the original virtual disk onto the newly created virtual disk. Other Disk Procedures • • • • Replacing A Failed Disk Recovering From Removing The Wrong Physical Disk Moving Physical And Virtual Disks From One System To Another Troubleshooting Physical Disk Or Physical Device Properties To view information about physical disks or physical device and perform physical disk or physical device tasks, use the Physical Disk Or Physical Device Properties page.
Property Definition • • • • • • • • • • • • Failed — The physical disk or device has encountered a failure and is no longer functioning. This state is also displayed when a physical disk or device that is part of a redundant virtual disk is offline or deactivated. For more information, see Setting Online And Offline. Offline — The physical disk or device has failed or contains dead segments. Check to see if the Remove Dead Segments task appears on the physical disk drop-down menu.
Property Definition • Select as a bootable device. Certified Displays whether the physical disk or device is certified by your service provider. Mirror Set ID Displays the mirror set ID of the member physical disk or device that has duplicated data from another physical disk or device. Capacity Displays the capacity of the disk. Failure Predicted Displays whether the physical disk or device has received a SMART alert and is therefore predicted to fail.
Property Definition the SSD, based on the cumulative specification of the total NAND (Negated AND or NOT AND) Flash chips in the SSD. NOTE: This option is applicable to Micron PCIe SSDs, Non-Volatile Memory Express (NVMe) PCIe SSDs, and SAS/SATA SSDs. Used RAID Disk Space Displays the physical disk or device space that is used by the virtual disks on the controller. This property is Not Applicable for physical disks or devices attached to nonRAID controllers.
Physical Disk Or Physical Device Tasks To execute a physical disk or physical device task: 1 Expand the Storage tree object to display the controller objects. 2 In the Server Administrator window, under the system tree, expand Storage to display the controller objects. 3 Expand the enclosure or backplane object. 4 Select Physical Disks or Physical Devices object. 5 Click Information/Configuration on the controller Properties page. 6 Select a task from the drop-down menu. 7 Click Execute.
Removing Dead Segments Does my controller support this feature? See Supported Features. 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.
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. Assigning And Unassigning Global Hot Spare Does my controller support this feature? See Supported Features.
To Locate Online Or Offline 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 Online or Offline from the Tasks drop-down menu of the physical disk you want to make online or offline. 7 Click Execute.
If Revertible Hot Spare is enabled and the physical disk is SMART-enabled, the controller firmware automatically starts copying data from the SMART-enabled disk in the virtual disk to the hot spare. NOTE: To use the Revertible Hot Spare task, ensure that you have assigned a hot spare to the virtual disk. NOTE: If the disk is not SMART-enabled or if the Auto Replace on Predictive Failure option is disabled, the failed disk is not replaced automatically.
7 Click Execute. After the task is completed, the Alert Log is populated. Convert To RAID Capable Disk This task enables a disk for all RAID operations. NOTE: This task is not supported on PERC hardware controllers running in HBA mode. NOTE: This task is not supported on PERC 10 controllers. Convert To Non-RAID Disk This task converts a disk to a Non-RAID disk.
15 Virtual Disks 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.
Considerations Before Creating Virtual Disks Different controllers have particular characteristics in the way they implement virtual disks. These characteristics may include use of disk space, limitations on the number of virtual disks per controller, and so on. It can be helpful to understand these characteristics before creating virtual disks on the controller.
• Reconfiguring virtual disks — The Reconfigure task is not available when you have more than one virtual disk using the same set of physical disks. You can, however, reconfigure a virtual disk that is the only virtual disk residing on a set of physical disks. • Virtual disk names not stored on controller — The names of the virtual disks that you create are not stored on the controller.
Number Of Virtual Disks Per Controller There are limitations on the number of virtual disks that can be created on the controller. For information about the maximum number of virtual disks supported by a controller, see the virtual disk specifications for the controller in Supported Features. Calculation For Maximum Virtual Disk Size The Create Virtual Disk Express Wizard displays the minimum and maximum values for the virtual disk size.
• The Create Virtual Disk Advanced Wizard allows you to specify the read, write, and cache policy for the virtual disk. You can also select the physical disks and the controller connector to be used. You need a good knowledge of RAID levels and hardware to use the advanced wizard. Reconfiguring Or Migrating Virtual Disks Does my controller support this feature? See Supported Features.
Controller PERC S140 Starting RAID Level Target RAID Level Comments RAID 6 RAID 0, RAID 5 With or without adding additional disks RAID 6 RAID 6 Add at least one additional disk RAID 10 RAID 10 Without adding additional disks RAID 0 RAID 0 With or without additional disks RAID 1 RAID 1 Without additional disks RAID 5 RAID 5 With or without additional disks RAID 10 RAID 10 Without additional disks NOTE: The order of the controllers displayed on Storage Management may differ with the
• I/O • Patrol Read Recovering a physical disk bad block depends on the RAID level and state of the virtual disk. If a virtual disk is redundant, the controller can recover a bad block on a physical disk. If a virtual disk is not redundant, then the physical disk bad block results in a virtual disk bad block. Table 26. Sample Scenarios For Virtual Disk Bad Blocks RAID Level Virtual Disk State Scenario Result RAID 0 Degraded One bad block on a physical disk.
• Backup operation completes without error. This indicates that there are no bad blocks on the written portion of your virtual disk. If you still receive bad block warnings, the bad blocks are in a non-data area. Proceed to step 2. 2 Run Patrol Read and check the system event log to ensure that no new bad blocks are found. If bad blocks still exist, proceed to step 3. If not, the condition is cleared without the need for step 3.
Property Definition • • • • RAID 1, RAID 10 or RAID 1-concatenated virtual disk suffers a physical disk failure. In addition, there are other conditions related to disk failures and the firmware that can cause a virtual disk to display a Failed Redundancy state. When a virtual disk is in Failed Redundancy state, performing a Check Consistency may return the virtual disk to a Ready state. Background Initialization — A background initialization is being performed on the virtual disk.
Property Definition Cache Policy Displays the cache policy that the controller is using for the selected virtual disk. See RAID Controller Read, Write, Cache, and Disk Cache Policy. Stripe Size Displays the stripe size of the virtual disk. Disk Cache Policy Displays whether the disk cache policy of the physical disks that is part of the virtual disk is enabled or disabled. See RAID Controller Read, Write, Cache, and Disk Cache Policy.
The Reconfigure task enables you to change the virtual disks properties. For example, you can use this task to add physical disks or change the RAID level. 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.
Cancelling A Check Consistency Does my controller support this feature? See Supported Features. The Cancel Check Consistency task stops a check consistency operation while it is in progress. Pausing A Check Consistency Does my controller support this feature? See Supported Features. The Pause Check Consistency task pauses a check consistency while it is in progress. NOTE: The Pause Check Consistency task updates the virtual disk State property to Resynching Paused immediately.
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. Changing The Virtual Disk Policy Does my controller support this feature? See Supported Features.
To create a virtual disk using the Create Virtual Disk Express Wizard: 1 In the Server Administrator window, expand System > Storage. 2 Click Connector 0 (RAID). The Virtual Disk(s) on Controller page is displayed. 3 Click Go to the Create Virtual Disk Wizard. The Create Virtual Disk Wizard (Step 1) page is displayed. 4 Select the Express Wizard option and the RAID level from the drop-down list.
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. 3 Click Finish to complete the virtual disk creation. 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.
• 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. This feature provides data redundancy and good read performance, but slightly slower write performance. The system must have at least two physical disks to use RAID 1. • Select RAID 5 for striping with distributed parity.
• SSD For more information on Bus Protocol and Media Type, see Virtual Disk Properties And Tasks. 10 Click Continue. The Create Virtual Disk Advanced Wizard (Step 2 of 3) — page is displayed with the connectors and physical disks available.
Let us consider that the controller has three enclosures with six physical disks each (total number of available disks = 3 x 6 =18 disks). If you select four disks per span, the controller creates four spans (18 disks/4 disks per span = 4 spans). The last two disks of the last enclosure are not part of RAID 10. • Select the number of disks to create a single spanned virtual disk list box — Enables you to create a single span virtual disk with 22 or 26 physical drives for PERC controllers.
NOTE: If you click Span Edit, Intelligent Mirroring that has already been applied becomes invalid. 5 Click Finish to complete the virtual disk creation. The virtual disk is displayed in the Virtual Disk(s) on Controller page. 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.
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. The virtual disk reconfigure Step 2 page enables you to select the RAID level and size for the reconfigured virtual disk. The Expand Capacity option appears only for PERC H730P MX and PERC H745P MX controllers with firmware version 7.1 or later.
3 Click Continue to go to the next page or Exit Wizard if you want to cancel. To Reconfigure A Virtual Disk Expand Virtual Disk Capacity - Step 2 of 3 NOTE: For RAID 10 partial virtual disks, there are only two methods to increase the disk size or capacity: 1 • Expanding the capacity by increasing the percentage value. • Adding disks into the original RAID 10 virtual disk. Enter the percentage of the free disk size available by which you want to expand the virtual disk capacity.
The Slow Initialize task initializes one physical disk at a time. Each physical disk displays the Clear state while being initialized. While the physical disk is in the Clear state, the Cancel Clear physical disk task is available. Performing a Cancel Clear task on the physical disk causes the Slow Initialize task to be canceled for the entire virtual disk and all member physical disks.
• 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. In this situation, if you don't want the old data after recreating a new virtual disk, reinitialize the virtual disk. To Locate Delete In Storage Management 1 In the Server Administrator window, under the system tree, expand Storage to display the controller objects.
Changing The Read, Write, Or Disk Cache Policy Of A Virtual Disk 1 Select the new policy from the Read Policy, Write Policy, and Disk Cache Policy drop-down menus. 2 Click Apply Changes. To exit without changing the virtual disk policy, click Go Back To Virtual Disk Page. To Locate Change Policy 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.
Use the Unmirror task to separate mirrored data and restore one half of the mirror to free space. Unmirroring a RAID 1 or RAID 1concatenated virtual disk results in a single, nonredundant concatenated virtual disk. Unmirroring a RAID 10 virtual disk results in a single, nonredundant RAID 0 (striped) virtual disk. Data is not lost during this operation. NOTE: On systems running Linux operating systems, an Unmirror cannot be performed on a mounted virtual disk. To Unmirror Click Unmirror.
Unassigning A Dedicated Hot Spare 1 Select the disk in the Disks currently configured as dedicated hot spare table to unassign it. On some controllers, more than one disk can be selected. Clicking the disk removes the disk from the Disks currently configured as dedicated hot spare table and returns it to the Connector (channel or port) table. 2 Click Apply Changes when ready.
NOTE: For PERC H330, H730, H730P, H730P MX, H740P, H745P MX and H840 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).
16 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. Topics: • Required Conditions • 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.
17 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.
Property Definition NOTE: The status of the virtual disk is determined by the severity level you specify for this policy. Resetting The Hot Spare Protection Policy Clear RAID Layout to reset the dedicated hot spare protection policy. Global Hot Spare Protection Policy Table 29. Global Hot Spare Protection Policy Properties Property Definition Enable Global Hot Spare Enables the Global Hot Spare Protection Policy.
18 Troubleshooting This section contains troubleshooting procedures for common situations as well as for specific problems. Topics: • 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.
NOTE: You can verify which firmware and drivers are installed by selecting the Storage object in the tree view and clicking Information/Configuration. You can also check the Alert Log for alerts relating to unsupported firmware and driver versions. It is also recommended to obtain and apply the latest server system BIOS on a periodic basis to benefit from the most recent improvements. For more information on server system BIOS, see the system documentation.
Replacing A Failed Physical Disk That Is Part Of A Non-Redundant Virtual Disk If the failed physical disk is part of a nonredundant virtual disk (such as RAID 0), then the failure of a single physical disk causes the entire virtual disk to fail. To proceed, you need to verify when a backup was taken, and if there is any new data that has been written to the virtual disk since that time. If you have backed up recently and there is no new data on the disks that would be missed, you can restore from backup.
Resolving Microsoft Windows Upgrade Problems If you upgrade the Microsoft Windows operating system on a server, you may find that Storage Management no longer functions after the upgrade. The installation process installs files and updates registry entries on the server that are specific to the operating system. Changing the operating system can disable Storage Management. To avoid this problem, you should uninstall Storage Management before upgrading.
The rebuild may also report sense key errors. In this situation, take the following actions to restore the maximum data possible: 1 Back up the degraded virtual disk onto a fresh (unused) tape drive. • If the backup is successful — If the backup completes successfully, then the user data on the virtual disk has not been damaged. In this case, you can continue with step 2.
Problems Associated With Using The Same Physical Disks For Both Redundant And Non-Redundant Virtual Disks When creating virtual disks, you should avoid using the same physical disks for both redundant and nonredundant virtual disks. This applies to all controllers. Using the same physical disks for both redundant and nonredundant virtual disks can result in unexpected behavior including data loss.
This damage is discovered when the controller performs an operation that requires scanning the disk. Examples of operations that may result in these alerts are as follows: • Consistency check • Rebuild • Virtual disk format • I/O If you receive alerts 2146 through 2150 as the result of performing a rebuild or while the virtual disk is in a degraded state, then data cannot be recovered from the damaged disk without restoring from the backup.
A Corrupt Disk Or Drive Message Suggests Running Autocheck During A Reboot You can ignore the message and perform autocheck. The reboot completes after autocheck is completed. Depending on the size of your system, it may take about 10 minutes. 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.
Reconfiguring A Virtual Disk Displays Error In Mozilla Browser When reconfiguring a virtual disk using the Mozilla browser, the following error message may display: Although this page is encrypted, the information you have entered is to be sent over an unencrypted connection and could easily be read by a third party. You can disable this error message by changing the settings in the browser. To disable this error message: 1 Select Edit > Preferences. 2 Click Privacy and Security. 3 Click SSL.
PCIe SSD Is Not Visible In Disk Management In The Operating System Probable Cause: Device driver is not installed. Solution: 1 Download the latest PCIe SSD driver from the support site. 2 Open Device Manager and double-click Other Devices where the PCIe device displays a Yellow mark. 3 Right-click and install the driver on the instance. For more information on possible error conditions with your PCIe SSD, see the system-specific Owner's Manual.
19 Frequently Asked Questions This section provides frequently asked questions that address situations commonly experienced in a storage environment.
How Do I Recover From Removing The Wrong Physical Disk For more information, see Recovering From Removing The Wrong Physical Disk. How Do I Identify The Firmware Version That Is Installed The properties information of the controller displays the firmware version that is installed on the controller. From the Storage tree view object, you can display the firmware version for all controllers attached to the system. You can also view this information in the Information/Configuration page of the controller.
20 Supported Features 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.
Table 30.
Controller Task Name PERC H730P MX PERC H745P MX Patrol Read Report Yes Yes Check Consistency Report Yes Yes Slot Occupancy Report Yes* Yes Physical Disk Firmware Version Report Yes Yes Battery Tasks Supported On PERC Hardware Controllers Table 31.
Physical Disk Task Name PERC H730P MX PERC H745P MX Remove Dead Disk Segments No No Format Disk No No Clear No No Cancel Clear No No Cancel Replace Member Yes Yes Convert to Raid Capable Disk Yes Yes Convert to Non-Raid Disk Yes Yes Cryptographic Erase Yes Yes Revertible Hot Spare Yes Yes Virtual Disk Tasks Supported By PERC Hardware Controllers Table 34.
Virtual Disk Task Name PERC H730P MX PERC H745P MX Fast Initialize Virtual Disk Yes Yes Slow Initialize Virtual Disk Yes Yes Replace Member Yes Yes Encrypt Virtual Disk Yes Yes Clear Virtual Disk Bad Blocks No No Virtual Disk Specifications For PERC Hardware Controllers Table 35.
Virtual Disk Specification PERC H730P MX PERC H745P MX Minimum Number of Physical Disks in a RAID 0 1 1 Minimum Number of Physical Disks in a RAID 1 2 2 Minimum Number of Physical Disks in a RAID 5 3 3 Minimum Number of Physical Disks in a RAID 10 4 4 Minimum Number of Physical Disks in a RAID 50 6 6 Maximum Number of Physical Disks in a RAID 6 32 32 Maximum Number of Physical Disks in a RAID 60 256 256 Minimum Number of Physical Disks in a RAID 6 4 4 Minimum Number of Physical Di
Table 37.
Controller Tasks Supported On The PERC Software RAID Controllers Table 38. Controller Tasks Supported On The PERC S140 Controllers Controller Task Name PERC S140 Create Virtual Disk Yes Physical Disk Tasks Supported By The PERC Software RAID Controllers Table 39.
Virtual Disk Task Name PERC S140 Blink/Unblink Yes Reconfigure Yes Change Policy Yes Delete Last Virtual Disk Yes Delete (any) Virtual Disk Yes Check Consistency Yes Disk Cache Policy Yes Virtual Disk Specifications For PERC Software RAID Controllers Table 41.
NOTE: When creating virtual disks using software RAID controllers, the information related to the physical disks linked to the virtual disk is enumerated or displayed on Storage Management after a short delay. This delay in displaying the information does not cause any functional limitation. If you are creating partial virtual disks, it is recommended that you provide Storage Management adequate time between each partial virtual disk creation process.
Read, Write, and Cache Policy PERC S140 Direct I/O No Supported Features 157
21 Determining The Health Status For Storage Components 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 Failed Or Removed Table 45. Health Status Rollup: Physical Disks in a Virtual Disk are Failed or Removed (Enclosures Not Included) Storage Subsystem Controller Battery Connector Physical Disk(s) Firmware/ Driver Virtual Disks Component Status Health Rollup Health Status Rollup - Physical Disks In A Virtual Disk Are Unsupported, Partially, Or Permanently Degraded Table 46.
Health Status Rollup - Some Physical Disks In A Virtual Disk Are In Foreign State Table 48. Health Status Rollup: Some Physical Disks in a Virtual Disk are in Foreign State (Enclosures Not Included) Storage Subsystem Controller Battery Connector Physical Disk(s) Firmware/ Driver Virtual Disk(s) Component Status Health Rollup Health Status Rollup - Virtual Disk Is Degraded, Physical Disks Are Failed Or Rebuilding Table 49.
Health Status Rollup - Unsupported Firmware Version Table 51. Health Status Rollup: Unsupported Firmware Version (Enclosures Not Included) Storage Subsystem Controller Battery Connector Physical Disk(s) Firmware/ Driver Virtual Disk(s) Component Status Health Rollup Health Status Rollup - Enclosure Power Supply Failed Or Power Connection Removed Table 52.
Health Status Rollup - Lost Both Power Connections To The Enclosure Table 54. Health Status Rollup: Lost Both Power Connections to the Enclosure Storage Subsystem Controller Connector Enclosure All Enclosure Components Component Status Health Rollup N/A Virtual Disks Physical Disks N/A N/A N/A N/A Health Status Rollup - One Or More Physical Disks Are Failed Table 55.