Dell EMC Server Administrator Storage Management 9.
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. © 2020 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..............................................................................................................................
Alerts Or Events.................................................................................................................................................................. 28 Monitoring Disk Reliability On RAID Controllers.............................................................................................................. 28 Using Alarms To Detect Failures.......................................................................................................................................
Firmware Or Driver Versions..............................................................................................................................................48 Firmware Or Driver Properties.....................................................................................................................................48 Controller Health..............................................................................................................................................................
Support For Advanced Format 4KB Sector Hard-Disk Drives...................................................................................... 79 Hot Spare Considerations — 4KBSector Hard-Disk Drives.................................................................................... 79 Reconfiguration Considerations — 4KB Sector Hard-Disk Drives......................................................................... 80 9 Support for BOSS-S1 RAID Controllers...................................................
Adding A New Disk To The System................................................................................................................................. 101 For SAS Controllers...................................................................................................................................................... 101 Replacing A Physical Disk Receiving SMART Alerts......................................................................................................
Resuming A Check Consistency................................................................................................................................. 121 Blinking And Unblinking A Virtual Disk........................................................................................................................ 121 Renaming A Virtual Disk...............................................................................................................................................
SAS Controller ............................................................................................................................................................. 136 Migrating SAS Virtual Disks To Another System........................................................................................................... 136 17 Protecting Your Virtual Disk With A Hot Spare............................................................................ 137 Understanding Hot Spares.........................
Why Is A Rebuild Not Working......................................................................................................................................... 147 How To Avoid Removing The Wrong Disk......................................................................................................................147 How Can I Safely Remove Or Replace A Physical Disk.................................................................................................
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 nonRAID 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.
Supported Controllers 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 the most recent driver and firmware requirements, contact your service provider. This release of Storage Management supports the following controllers. Supported RAID Controllers Storage Management supports the following RAID controllers.
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.
where is the IP address for the managed system and 1311 is the default port. NOTE: Type https:// (not http://) in the address field to receive a valid response in your browser. User Privileges Server Administrator provides security through the User, Power User, and Administrator user groups. Each user group is assigned a different level of access to the Server Administrator features. The Administrator privileges are required to access all Storage Management features.
Common Storage Tasks This section provides information on commonly performed storage tasks: • Create and configure virtual disks (RAID configuration). For more information, see: • • • • Assign a hot spare to the virtual disk — When a virtual disk uses a RAID level, you can assign a hot spare (backup physical disk) to rebuild data if a physical disk in the virtual disk fails. • • • Create Virtual Disk Express Wizard — This topic provides information on using the Express Wizard to create a virtual disk.
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.
• • • • • Stripe size — The total disk space consumed by a stripe not including a parity disk. For example, consider a stripe that contains 64KB of disk space and has 16KB of data residing on each disk in the stripe. In this case, the stripe size is 64KB and the stripe element size is 16KB. Stripe element — A stripe element is the portion of a stripe that resides on a single physical disk. Stripe element size — The amount of disk space consumed by a stripe element.
• • • RAID Level 10 (Striping Over Mirror Sets) Comparing RAID Level And Concatenation Performance No-RAID Concatenation In Storage Management, concatenation refers to storing data on either one physical disk or on disk space that spans multiple physical disks. When spanning more than one disk, concatenation enables the operating system to view multiple physical disks as a single disk. Data stored on a single disk can be considered a simple volume.
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 is more expensive in terms of disk space since twice the number of disks are used than required to store the data without redundancy. RAID level 5 -striping with distributed parity RAID 5 provides data redundancy by using data striping in combination with parity information. Rather than dedicating a physical disk to parity, the parity information is striped across all physical disks in the disk group.
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. Two disks per span are required for parity.
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 Performance Write Performance Rebuild Performance Minimum Disks Required Suggested Uses RAID 6 Excellent Sequential reads: good. Transactional reads: Very good Fair, unless using writeback cache Poor N + 2 (N = at least two disks) Critical information. Databases and other read intensive transactional uses. RAID 60 Excellent Very Good Fair Poor X x (N + 2) (N = at least 2) Critical information. Medium sized transactional or data intensive 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.
Severity Component Status 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. The component requires immediate attention and may need to be replaced. Data loss may have occurred.
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. However, it may take up to five minutes to update the MIB with the most recent storage configuration.
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.
Properties Description — Normal/OK — Warning/Non-critical — Critical/Failure/Error Name Displays the name of the extender card. State Displays the status of the extender card. Possible values are: Ready — The extender card is functioning normally. Degraded — The extender card has encountered a failure and is operating in a degraded state. Failed — The extender card has encountered a failure and is no longer functioning.
Properties Description to 90 percent and that for write protect progress is less than the threshold value, which is 90 percent. Warranty Coverage Expired — The drive has reached the TBW threshold and met the life expectancy specification. The drive is functional as the number of spare blocks available are still above the threshold for entering the read-only mode.
Properties Description 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.5 inches — For physical devices other than a HHHL device. Sub Vendor Displays the vendor name of the device. Available Spare Displays the available spare value set for all PCIe SSDs / HHHL.
Performing A Full Initialization On A Micron PCIe SSD Performing a Full Initialization on a Micron PCIe SSD overwrites all blocks and results in permanent loss of all data on the Micron PCIe SSD. During Full Initialization, the host is unable to access the Micron PCIe SSD. NOTE: If the system reboots or experiences a power loss during Full Initialization, the operation is canceled. You must reboot the system and restart the process.
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. NOTE: If the system reboots or experiences a power loss during Cryptographic Erase, the operation is canceled. You must reboot the system and restart the process.
Table 6. PCIe SSD in Slot Card Properties Properties Description ID Displays the ID assigned to the PCIe SSD in slot card by Storage Management. Status These icons represent the severity or health of the PCIe SSD in slot card. — Normal/OK — Warning/Non-critical — Critical/Failure/Error — Unknown Name Displays the name of the PCIe SSD in slot card as PCIe SSD in Slot , where represents the front chassis slot number. State Displays the status of the PCIe SSD in slot card.
Properties Description Product ID Displays the product ID of the device. Serial No. Displays the serial number of the device. PCIe Negotiated Link Speed Displays the current negotiated transfer speed of the device in GT/s. PCIe Maximum Link Speed Displays the capable transfer speed of the device in GT/s. PCIe Negotiated Link Width Displays the current negotiated link width of the device. PCIe Maximum Link Width Displays the capable link width of the device.
• • • Host Name 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.
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 7.
The Set Threshold for Remaining Rated Write Endurance window is displayed with the following options: • • Set Threshold for PCIe SSD (1–100) — Displays the default threshold value for all PCIe SSDs Set Threshold for SAS/SATA SSD (1–100) — Displays the default threshold value for all SAS/SATA SSDs 5. Type the threshold values for one or both the available options and click Apply Changes.
NOTE: When the Available Spare of the SSD drops below the configured threshold, an alert is logged and based on the ‘alert type selection’ the SNMP trap is received for the same. For more information on SNMP traps, see the Dell EMC OpenManage SNMP Reference Guide at dell.com/openmanagemanuals. The threshold polling interval is scheduled to repeat every five minutes. Storage Controller Properties The information displayed for each controller can vary depending on the controller characteristics.
Property Definition Cluster Mode Indicates whether the controller is part of a cluster configuration. Storage Components For information on attached controllers, see Controllers.
7 Controllers This chapter provides information about the supported controllers and controller features in Storage Management.
• • • • • • • • • PERC H330 Adapter, PERC H330 Mini Monolithic, PERC H330 Mini Blades, PERC H330 Embedded, PERC H730 Adapter, PERC H730 Mini Monolithic, PERC H730 Mini Blades, PERC H730P Adapter, PERC H730P Mini Monolithic, PERC H730P Mini Blades, PERC H730P Slim, and PERC H830 Adapter PERC H840 Adapter PERC H740P Adapter and PERC H740P Mini Monolithic PERC FD33xD/FD33xS PERC H730P MX PERC H745P MX PERC H740P, PERC H740P Mini Adapter PERC H745, Adapter PERC H345 Front PERC H745P, Front PERC H345 RAID Con
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. Read ahead policy may improve system performance if the data is written to the sequential sectors of the virtual disk.
• Inconsistent — The disk cache policy is not uniform across all the physical disks in the virtual disk. For example, if a virtual disk contains three physical disks; the disk cache policy of the first physical disk is Enabled, the second physical disk is Disabled, and the third physical disk is Default. Then the disk cache policy state for the virtual disk is displayed as Inconsistent.
NOTE: For SAS 12 Gbps HBA and HBA 330 controller, the Available Reports that can be viewed are View Slot Occupancy Report and View Physical Disk Firmware Version Report. NOTE: At times, the connector ID for SAS 12 Gbps HBA may not be displayed correctly on Storage Management. This occurs because of a firmware limitation in the SAS 12 Gbps HBA. However, this connector ID discrepancy does not cause any functional limitation.
• • • • 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. Virtual Disks Controllers Properties And Tasks Use the controllers properties and tasks window to view information about the controller and perform controller tasks. NOTE: The firmware and drivers listed in the Server Administrator Release Notes, see the minimum supported version for these controllers.
Property Definition State Displays the status of the controller. Possible values are: • • • Ready — The controller is functioning normally. Degraded — The controller has encountered a failure and is operating in a degraded state. Failed — The controller has encountered a failure and is no longer functioning. Firmware Version Displays the version of the firmware that is installed on the controller.
Property Definition Load Balance Provides the ability to automatically use both controller ports or connectors connected to the same enclosure to route I/O requests. This property is available only on SAS controllers that have controller firmware version 6.1 and later. Auto Replace Member on Predictive Failure Enables the automatic copying of data from a physical disk to a hot spare in case of predictive failure.
Property Definition Cluster Mode Indicates whether the controller is part of a cluster configuration. Persistent Hot Spare Displays if the hot spare is persistent. The possible values are: • • Enabled — The slot corresponding to the hot spare drive is persistent. Any drive in the slot functions as a hot spare if the drive is qualified to be a hot spare. If the drive contains foreign data, it is overwritten. Disabled — The slot corresponding to the hot spare drive is not persistent.
• • • • • • • • • • • • 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 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.
• • • Background Initialization. See Cancelling Background Initialization Full Initialization. A BIOS setting determines whether a full or fast initialization occurs. See Format, Initialize, Slow And Fast Initialize Reconfigure. See Virtual Disk Task: Reconfigure (Step 1 of 3) To Change The Rebuild Rate To change the rebuild rate: 1. Type a numerical value in the Set New Rebuild Rate (0-100) field. The value must be within the 0–100 range. 2. Click Apply Changes.
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.
Foreign Configuration Properties The following table describes the properties that are displayed for the Foreign Disks and Global Hot Spares. Table 12. Foreign Configuration 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 Displays the name of the foreign configuration and is available as a link.
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.
5. Click Execute. 6. In the Foreign Configuration Preview page, click Import/Recover. For SAS controllers with firmware version 6.0 and earlier, select Import/Recover Foreign Configuration from the Controller tasks. Clearing Foreign Configuration Does my controller support this feature? See Supported Features. After moving a physical disk from one controller to another, you may find that the physical disk contains all or some portion of a virtual disk (foreign configuration).
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 Vendor ID Displays the hardware vendor of the disk. Product ID Displays the product ID of the device. Firmware Revision Displays the firmware version of the physical device. Serial No. Displays the serial number of the disk. 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.
4. Select Set Background Initialization 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. 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.
Setting The Patrol Read Mode NOTE: This task is not supported on PERC hardware controllers running in HBA mode. Does my controller support this feature? See Supported Features. Patrol read identifies disk errors in order to avoid disk failures and data loss or corruption. The Set Patrol Read task is applicable only for disks used as virtual disks or hot spares. The Set Patrol Read task runs in the background and corrects, when possible.
To start or stop the Patrol Read Task: Click Start Patrol Read or Stop Patrol Read. NOTE: On PERC 9 family and later of hardware controllers, the Stop Patrol Read task displays: Patrol Read Aborted or Manually Stopped. On controllers prior to PERC 9, the Stop Patrol Read task displays: Patrol Read is Completed. To exit without starting or stopping the Patrol Read, click Go Back to Previous Page. Locate Start Stop Patrol Read In Storage Management 1.
Managing The Physical Disk Power Does my controller support this feature? See Supported Features. The Manage Physical Disk Power task allows you to manage the power consumed by the physical disks. NOTE: The Manage Physical Disk Power task is provided with H330 cards by spinning down the hot spares and unconfigured disks.
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.
• • • The controller does not have any foreign configuration. Select Click for Preview to view details of the foreign configuration. See Foreign Configuration Operations. The controller does not have any offline or missing virtual disks. If there are offline or missing virtual disks, ensure that you have a backup of these virtual disks. Cables to any virtual disk are not disconnected. Encryption Key The controller uses the encryption key to lock or unlock access to SED.
To change the encryption key, type the New Encryption Key Identifier and Passphrase. You are prompted to authenticate the current Passphrase. Ensure that you read the note on the importance of passphrase and consequences of not saving the same, before applying the changes. When you change the encryption key, the existing configuration on the controller is updated to use the new encryption key.
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. An acknowledgement that the disks have been converted is displayed. Converting To RAID Capable Disks On supported PERC adapters: Does my controller support this feature? See Supported Features.
• • Unable to change controller mode while Hotspares are present on the controller. — Remove all hot spares and then repeat the steps to change the controller mode. Unable to change controller mode while security key is assigned to the controller. — Remove the security key and then repeat the steps to change the controller mode. NOTE: This is not applicable for Enhanced HBA. • Unable to change the controller mode while one or more NON-RAID disk are present.
NOTE: If you restart the data manager/Engine service after setting the system lock down mode on, then the immediate reflection on the OMSS page happens. You might have to refresh the OMSS GUI after the restart, if required. OMSS CLI: Only the tasks available or supported in the GUI will be available or supported in the OMSS CLI, when the system is in “System configuration lock down” mode. If you try to run any of the unsupported operation, the following error message is displayed.
Controller Tasks Supported When System Configuration Lock Down Mode Is On Table 16.
Contr oller Repo rts Name PERC H730 P Adapt er/ Mini Monol ithic PERC H740 P Adapt er/ Mini Monol ithic PER C H730 Adap ter/ Mini Mono lithic PERC H330 Adapt er/ Mini Mono lithic PER C H84 0 Adap ter HBA 330 Adapt er/ Mini PERC 12 GBPS SAS HBA PERC PERC HBA H730P H745P 330 MX MX MX HBA 330 MMZ HBA 345 PERC 745 P Front and Adapt er PERC H345 Front and Adapt er View Slot Occu panc y Repo rt Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes View Yes Physi cal Disk Firm ware Ve
Virtual Disk Tasks Supported When System Configuration Lock Down Mode Is On Table 19.
Viewing Check Consistency Report Does my controller support this feature? See Supported Features. The check consistency report provides information on all the consistency checks performed on the controller in a chronological order. It provides information such as last run time and result. If the consistency check fails, it provides the reason for the failure. To Locate View Check Consistency Report In Storage Management 1. In the Server Administrator window, under the system tree, click Storage. 2.
Health of Logical Connector Path between Controller and Enclosure 1 Connector 0 (C0) Connector 1 (C1) Available Disconnected Disconnected Available However, if the communication channel between any two enclosures is lost, the redundant path configuration is degraded and the health of the logical connector is displayed as degraded. For a brief outline of this scenario, see the following table. Table 21.
On systems running Windows: C:\\Dell\SysMgt\sm where C:\Program files may vary based on the system. On systems running Linux: /opt/dell/srvadmin/etc/srvadmin-storage/hddfwver.csv On systems running ESXi: /etc/cim/dell/srvadmin/srvadmin-storage/hddfwver.csv If the existing firmware(s) for all physical disks is the latest, the following message is displayed: There are no physical disks available that require firmware update.
Property Definition Part Number In the event of a drive failure, you can run the View Physical Disk Firmware Version Report to find out the part number of the failed drive and to check if any of the drives require an update.
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.
• • • • • • • • The span layout for RAID Level 10 virtual disk created from the Express Wizard on PERC 9 and later of hardware controllers uses the span layout as recommended by the firmware of the PERC 9 and later of hardware controller. NOTE: Storage Management uses the PERC 9 and later of hardware controller-firmware suggested span layout for RAID Level 10 virtual disk creation. The PERC 9 and later of hardware controller firmware suggested span layout is same for the same set of physical disks.
• You can assign 4KB sector hard-disk drives as Global Hot Spare, if there are 4KB sector hard-disk drives and 512B sector hard-disk drives in the virtual disks created and vice versa. NOTE: If you perform this action a warning message is displayed. Related Tasks • Create Virtual Disk Advanced Wizard Reconfiguration Considerations — 4KB Sector Hard-Disk Drives You cannot reconfigure 4KB sector hard-disk drives with virtual disks that consist of 512B sector hard-disk drives and vice versa.
9 Support for BOSS-S1 RAID Controllers All Operating Systems compatible from OM 9.0.1 and later are supported by BOSS-S1 RAID Controllers. 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.2 devices are supported NOTE: Storage Management updates the M.2 device firmware everyday at 12.00 am.
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.
NOTE: Storage Management does not allow hot removal of enclosures. Reboot the system to effect this change in Storage Management. NOTE: Minimum of six seconds gap is required for any hot-plugable device in or out operations . Storage Management notifies you of enclosure status changes through alerts that are displayed in the Alert Log.
Fan Properties Table 23. 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 Displays the name of the fan. State 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.
Property Definition State Displays the status of the power supply. • • • • Part Number Ready — The power supply is functioning normally. Degraded — The power supply has encountered a failure and is operating in a degraded state. Failed — The power supply has encountered a failure and is no longer functioning. Storage Management is unable to communicate with the enclosure using SES commands.
Property Definition NOTE: On some enclosures, Storage Management may experience a short delay before displaying the current enclosure temperature and temperature probe status. For more information, see Storage Management May Delay Before Updating Temperature Probe Status. Name Displays the name of the temperature probe. State Displays the status of the temperature probe. • • • • • • • Ready — The temperature probe is functioning normally.
The firmware for the EMM must be at the same level as that of the enclosure. The status of the EMMs is displayed as degraded if there is a mismatch between the EMM firmware. To verify the EMM firmware version: 1. In the Server Administrator window, under the system tree, click Storage dashboard. 2. Expand the tree view until the EMMs object is displayed. 3. Select the EMMs object. The firmware version for each EMM is displayed in the Firmware Version column in the right pane.
Enclosure And Backplane Health Displays the status of the enclosure or backplane and the components attached to the enclosure or backplane. Enclosure And Backplane Information For information on enclosures and backplanes, see: • • • Enclosures And Backplanes Enclosure And Backplane Properties Enclosure And Backplane Tasks Enclosure And Backplane Components For information on attached components, see Physical Disks Or Physical Devices.
Property Definition Enclosure ID Displays the enclosure ID assigned to the enclosure by Storage Management. Storage Management numbers the enclosures attached to the controller starting with zero. This number is the same as the enclosure ID number reported by the omreport command. For information on Command Line Interface, see the Server Administrator Command Line Interface User’s Guide.
5. Select a task from the Enclosure Tasks drop-down menu. 6. Click Execute. Enclosure — Available Tasks The drop-down menu enclosure tasks are: • • • • Enabling The Enclosure Alarm Disabling The Enclosure Alarm Setting Asset Data Blinking The LED On The Enclosure Enabling The Enclosure Alarm Does my enclosure support this feature? See Supported Features. Select the Enable Alarm task to enable the enclosure alarm.
Blinking The LED On The Enclosure Does my enclosure support this feature? See Supported Features. 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. Setting The Temperature Probe Values Does my enclosure support this feature? See Supported Features.
Related concepts Enclosure And Backplane Properties Enclosure And Backplane Tasks Available Reports View Slot Occupancy Report View Slot Occupancy Report NOTE: This option is not supported when the drive is not mapped 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.
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.
Creating A Channel-Redundant Virtual Disk Using RAID 10 To create a channel-redundant virtual disk using RAID 10: 1. Select one physical disk on each of the two channels. 2. Select an additional disk on each of the two channels. You have now selected the minimum number of disks for a RAID 10. Repeat step 2 until you have selected the desired number of disks. 3. Click Continue to exit. Creating A Channel-Redundant Virtual Disk Using RAID 50 To create a channel-redundant virtual disk using RAID 50: 1.
Property Definition • Degraded — The connector has encountered a failure and is operating in a degraded state. Failed — The connector has encountered a failure and is no longer functioning. • Connector Type Displays whether the connector is operating in RAID or SCSI mode. Depending on the controller type, the connector can be either a SCSI connector or a SAS port. Termination Indicates the termination type of the connector. Possible values are: • • • • SCSI Rate Narrow — Indicates an 8–bit data bus.
If the enclosure health is displayed as degraded and further investigation shows all enclosure components (EMMs, Fans, Physical Disks, Power Supplies, and Temperature) to be in normal condition, select the Information/Configuration subtab of the enclosure to view details of the Path Failure. Clearing The Connectors Redundant Path View If you do not want the redundant path view, physically disconnect the connector port from the enclosure and reboot the system.
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. Topics: • Tape Drive Properties Tape Drive Properties Table 30. Tape Drive Properties Property Definition ID Displays the ID of the tape drive. Name Displays the name 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 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. You cannot stop or pause the learn cycle, but you can delay it. Battery Tasks To access the battery tasks: 1. In the Server Administrator window, under the system tree, expand the Storage dashboard to display the controller objects. 2. Expand a controller object. 3. Select Battery. 4.
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.
NOTE: Clicking the Refresh button in the right pane refreshes only the right pane. To view the new physical disk in the left pane tree view, click the system name displayed at the top of the left pane, or click View > Refresh on the browser. The new physical disk or physical device is displayed in the tree view after refreshing the display. If the new disk is not displayed, restart the computer. Related Information • • • If you are replacing a disk that is part of a virtual disk, see Replacing The Disk.
Table 32. Physical Disk 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. Power Status Displays the power status of the physical drives. The power status is present only for H700 and H800 controllers and is not present in the Physical Disk for Virtual Disk page.
Property Definition • • • • • • is a member of a virtual disk that is being slow initialized. For more information, see Performing A Clear Physical Disk And Cancel Clear and Slow And Fast Initialize. SMART Alert Detected — A SMART alert (predictive failure) has been detected on the physical disk or device. The physical disk or device may fail and should be replaced. This state applies to physical disks or devices attached to non-RAID and M.2 device controllers.
Property Definition • • • • • 2107 2108 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 Part Number Displays the Piece Part Identification (PPID) of the physical drive. T10 Protection Information Capability Indicates whether the physical disk supports data integrity. The possible values are Yes and No. Sector Size Displays the sector size of the physical disk. The possible options are 512B and 4KB. PCIe Negotiated Link Speed Displays the current negotiated transfer speed of the physical device in GT/s.
• • • Performing Cryptographic Erase Convert To RAID Capable Disk Convert To Non-RAID Disk Blinking And Unblinking A Physical Disk Does my controller support this feature? See Supported Features. The Blink task allows you to find a disk within an enclosure by blinking one of the light-emitting diodes (LEDs) on the disk. You can use this task to locate a failed disk. On most controllers, the Blink task cancels once you select Unblink.
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.
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. Performing A Clear Physical Disk And Cancel Clear Does my controller support this feature? See Supported Features. Select the Clear Physical Disk task to erase data residing on a physical disk.
To Locate Controller Task 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 on which you want to enable the revertible hot spare task. 3. Click Information/Configuration on the controller Properties page. 4. From the Controller Task drop-down list box, select Change Controller Properties and click Execute.
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.
• • Number Of Virtual Disks Per Controller Calculation For Maximum Virtual Disk Size You may also want to review the following sections: • • • • RAID Controller Read, Write, Cache, And Disk Cache Policy Understanding Hot spares Controller - Supported Stripe Sizes Time Delay In Displaying Configuration Changes NOTE: In addition to this document, review the hardware documentation that is provided with the controllers.
• • 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. Disk group concept consideration for S110 — Disk grouping is a logical grouping of disks attached to a RAID controller on which one or more virtual disks are created, such that all virtual disks in the disk group use all of the physical disks in the disk group.
Calculation For Maximum Virtual Disk Size The Create Virtual Disk Express Wizard displays the minimum and maximum values for the virtual disk size. This section describes how the maximum possible size for the virtual disk is calculated based on the controller type. To identify the controller type, see RAID Controller Technology: SATA and SAS.
To reconfigure a virtual disk: 1. Review the information in Starting and Target RAID Levels for Virtual Disk Reconfiguration and Capacity Expansion. 2. Locate the controller on which the virtual disk resides in the tree view. Expand the controller object until the Virtual Disks object is displayed. 3. Select the Reconfigure task from the virtual disk’s Tasks drop-down list box and click Execute. 4. Complete the Reconfigure task using the Reconfigure wizard.
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.
RAID Level Virtual Disk State Scenario Result physical location. The problem is resolved. RAID 5 Degraded One bad block on a physical disk. The controller cannot regenerate data from the peer disks because one drive is missing. This results in a virtual disk bad block. RAID 5 Ready One bad block on two physical disks at the same location. The controller cannot regenerate data from the peer disks. This results in a virtual disk bad block.
Virtual Disk Properties The virtual disk properties can vary depending on the model of the controller. Table 35. Virtual Disk 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 Displays the virtual disk name.
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.
• • • • • • • • • • • • • • • • Restoring Dead Segments Deleting Data On the Virtual Disk Assigning And Unassigning Dedicated Hot Spare Performing A Check Consistency Canceling A Check Consistency Pausing A Check Consistency Resuming A Check Consistency Blinking And Unblinking A Virtual Disk Renaming A Virtual Disk Split Mirror Unmirror Canceling A Rebuild Changing The Virtual Disk Policy Replacing A Member Disk Clearing Virtual Disk Bad Blocks Encrypting A Virtual Disk Reconfiguring A Virtual Disk Does m
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.
Changing The Virtual Disk Policy Does my controller support this feature? See Supported Features. The Change Policy task enables you to change the read, write, or cache policy of a virtual disk. Changes to the read, write, and cache policy only apply to the virtual disk that you have selected. This task does not change the policy for all virtual disks on the controller. Replacing A Member Disk Does my controller support this feature? See Supported Features.
• • • • • • • • Depending on the controller, Concatenated enables you to combine the storage capacity of several disks or to create a virtual disk using a single physical disk. For more information about the number of supported physical disks when using Concatenated, see Number Of Physical Disks Per Virtual Disk. Concatenated does not provide data redundancy or affect the read/write performance. Select RAID 0 for striping.
Click Go Back To Previous Page to return to Create Virtual Disk Express Wizard page, if you want to change your selections. Click Exit Wizard to cancel the virtual disk creation. The virtual disk is displayed in the Virtual Disk(s) on Controller page. Create Virtual Disk Advanced Wizard Does my controller support this feature? See Supported Features. WARNING: There is an automatic initialization in the background which starts and if there are some user data it will be erased.
• Determining span calculation: • • Calculating the number of disks that can be utilized from the selected disks. • Maximizing the number of spans to increase the I/O performance Determining the mirror for the physical disks: The mirror is determined in a way that ensures maximum redundancy. The algorithm also tries to match a physical disk for its mirror, to a disk that is almost the same size. However, Intelligent Mirroring gives priority to size over redundancy.
• • • • Physical disk 0:1:0 Physical disk 0:2:0 Physical disk 0:3:0 Physical disk 0:4:0 Physical Disks Selected The Physical Disks Selected section of the page displays the disks you have chosen. In this example, two disks are selected. • • Physical disk 0:0:0 Physical disk 0:1:0 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.
NOTE: For a controller that has more than one channel, it may be possible to configure a virtual disk that is channelredundant. Depending on the RAID level you selected and the virtual disk size, this page displays the disks and connectors (channels or ports) available for configuring the virtual disk. NOTE: The Size field displays the default size of the virtual disk depending upon the RAID configuration you selected. You can specify a different size.
1. Select the physical disks that you want to include in the virtual disk. You can expand the capacity of the virtual disk by adding additional physical disks. On some controllers, you can also remove physical disks. The changes you make to the physical disk selection are displayed in the Selected Physical Disks table. NOTE: For a controller that has more than one channel, it may be possible to configure a virtual disk that is channelredundant.
• • • Select RAID 5 for striping with distributed parity — This selection groups n disks together as one large virtual disk with a total capacity of (n-1) disks. When a disk fails, the virtual disk continues to 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.
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. The initialize task can be completed quickly because the existing information on the physical disks is not erased, although future write operations overwrite any information that remains on the physical disks.
Deleting A Virtual Disk Does my controller support this feature? See Supported Features. Deleting a virtual disk destroys all information including file systems and volumes residing on the virtual disk. NOTE: When deleting virtual disks, all assigned global hot spares may be automatically unassigned when the last virtual disk associated with the controller is deleted. When deleting the last virtual disk of a disk group, all assigned dedicated hot spares automatically become global hot spares.
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. 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.
NOTE: On systems running Linux operating systems, an Unmirror cannot be performed on a mounted virtual disk. To Unmirror Click Unmirror. To exit without unmirroring, click Go Back To Virtual Disk Page. CAUTION: Your virtual disk is longer redundant. To Locate Unmirror 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.
4. Select Assign Dedicated Hot Spare or Unassign Dedicated Hot Spare from the Available Tasks drop-down menu. 5. Click Execute. Virtual Disk Task - Replace Member Disk Step 1 of 2 NOTE: This feature is supported only on SAS and SATA controllers with firmware versions 6.1 and later. Does my controller support this feature? See Supported Features. You can copy data from a physical disk, which is a member of a virtual disk, to another physical disk by providing a Replace Member Configuration option.
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.
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.
Global Hot Spare Protection Policy Table 37. Global Hot Spare Protection Policy Properties Property Definition Enable Global Hot Spare Enables the Global Hot Spare Protection Policy. Minimum Number of Disks Displays the minimum number of physical disks to be assigned as global hot spares for the controller. Severity Level Displays the severity level that you must assign to the generated alert, if the Global Hot Spare policy is violated.
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.
Isolate Hardware Problems If you receive a timeout alert related to a hardware device or if you otherwise suspect that a device attached to the system is experiencing a failure, then to confirm the problem: • • Verify that the cables are correctly connected. If the cables are correctly connected and you are still experiencing the problem, then disconnect the device cables and reboot the system. If the system reboots successfully, then one of the devices may be defective.
Using The Physical Disk Online Command On Select Controllers Does my controller support this feature? See Supported Features. If you do not have a suitable backup available, and if the failed disk is part of a virtual disk on a controller that supports the Online physical disk task, then you can attempt to retrieve data by selecting Online from the drop-down task menu of the failed disk. The online command attempts to force the failed disk back into an online state.
• • • • • You are attempting to rebuild onto a hot spare that is too small — Different controllers have different size requirements for hot spares. The hot spare has been unassigned from the virtual disk — This occurs on some controllers if the hot spare is assigned to more than one virtual disk and is being used to rebuild a failed physical disk for another virtual disk. The virtual disk includes failed or corrupt physical disks — This situation may generate alert 2083.
4. Restore your data from backup. Irrespective of whether your Linux operating system limits the virtual disk size to 1TB, the virtual disk size depends on the version of the operating system and any updates or modifications that you have implemented. For more information on operating system, see your operating system documentation.
• • 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. If you receive alerts 2146 through 2150 under circumstances other than a rebuild, then data recovery may be possible. The following describes each of these situations.
Storage Management May Delay Before Updating Temperature Probe Status In order to display the enclosure temperature and temperature probe status, Storage Management polls the enclosure firmware at regular intervals to obtain temperature and status information. On some enclosures, there is a short delay before the enclosure firmware reports the current temperature and temperature probe status. This may cause a delay in displaying the correct temperature and temperature probe status.
PCIe SSD Troubleshooting The following sections describe troubleshooting procedures for PCIe SSD.
19 Frequently Asked Questions This section provides frequently asked questions that address situations commonly experienced in a storage environment.
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. To display the firmware version of all controllers: 1. Select the Storage object in the tree view. 2.
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.
• Read, Write, Cache And Disk Cache Policy Controller Tasks Supported On PERC Hardware Controllers Table 38.
Controller Task Name PERC H700 Adapter/ Integrat ed PERC H700 Modular PERC H710 Adapter/ Mini Monolith ic/Mini Blade PERC H710P Adapter PERC H730P Adapter/ Mini Monolithic /Mini Blades/ Slim PERC H740P Adapter/ Mini Monolithic PERC H310 Adapter/ Mini Blade/ Mini Monolithic PERC H830 Adapter PERC H730 Adapter/ Mini Monolithic /Mini Blades PERC H840 PERC H330 Adapter Adapter/ Mini Monolithic/ Mini Blades/ Embedded PERC FD33x D/ FD33x S PERC H730P MX PERC H745P MX PERC PERC H745P H745 Front/ Front Ad
Controller Task Name PERC H700 Adapter/ Integrat ed PERC H700 Modular PERC H710 Adapter/ Mini Monolith ic/Mini Blade PERC H710P Adapter PERC H730P Adapter/ Mini Monolithic /Mini Blades/ Slim PERC H740P Adapter/ Mini Monolithic PERC H310 Adapter/ Mini Blade/ Mini Monolithic PERC H830 Adapter PERC H730 Adapter/ Mini Monolithic /Mini Blades PERC H840 PERC H330 Adapter Adapter/ Mini Monolithic/ Mini Blades/ Embedded PERC FD33x D/ FD33x S PERC H730P MX PERC H745P MX PERC PERC H745P H745 Front/ Front Ad
Battery Tasks Supported On PERC Hardware Controllers Table 39.
Physical Disk Tasks Supported By PERC Hardware Controllers Table 41.
Physi cal Disk Task Name PERC H700 Adapter/ Integrated/ Modular PERC H310 Adapter/ Mini Blade/ Mini Monolithic PERC H710 Adapter/Mini PERC H330 Blade/Mini Adapter/ Monolithic Mini Monolithic/ PERC H710P Mini Blades/ Adapter Embedded PERC H730P Adapter/ Mini Monolithic/ Mini Blades/ Slim PERC H830 Adapter PERC H840 Adapter PERC FD33xD / FD33xS PERC H730P MX PERC H745P MX PERC H745P Adapter /Front PERC H745 Front PERC H345 Frnt/ Adapte r PERC H730 Adapter/ Mini Monolithic/ Mini Blades PERC H740P A
Virtual Disk Tasks Supported By PERC Hardware Controllers Table 42.
Virtual Disk Task Name PERC H700 Adapter/ Integrated/ Modular PERC H310 Adapter/Mini Blade/Mini Monolithic PERC H710 Adapter/Mini Monolithic/ Mini Blade PERC H330 Adapter/ Mini Monolithic/ Mini Blades/ Embedded PERC H710P Adapter/Mini Blade/Mini Monolithic PERC H730P Adapter/ Mini Monolithic/ Mini Blades/ Slim PERC H830 Adapter PERC PERC FD33xD/ H730P FD33xS MX PERC H840 Adapter PERC H745P MX PERC H745P Front/ Adapter PERC H745 Front PERC H345 Frnt/ Adapter PERC H730 Adapter/ Mini Monolithic/
Virtual Disk Specifications For PERC Hardware Controllers Table 43.
Virtua l Disk Specif icatio n PERC H310 Adapte r/Mini Blade/ Mini PERC H710 Monoli Mini Blade thic PERC H710P Adapter/ Mini Monolithic PERC H700 Adapter/ Integrated /Modular PERC H730P Adapter /Mini Monolith ic/Mini Blades/ Slim PERC H740P Adapter/ Mini Monolithi c PERC H330 Adapter/ Mini Monolithic /Mini Blades/ Embedded PERC H830 Adapte r PERC H730 Adapter /Mini Monolith ic/Mini Blades PERC H840 Adapte r PERC FD33x D/ FD33x S PERC H730P MX PERC H745P MX PERC H745P Front/ Adapter PERC H345 Frnt
Virtua l Disk Specif icatio n PERC H310 Adapte r/Mini Blade/ Mini PERC H710 Monoli Mini Blade thic PERC H710P Adapter/ Mini Monolithic PERC H730P Adapter /Mini Monolith ic/Mini Blades/ Slim PERC H740P Adapter/ Mini Monolithi c PERC H330 Adapter/ Mini Monolithic /Mini Blades/ Embedded PERC H830 Adapte r Maxi mum Numb er of Physi cal Disks in a RAID 5 32 32 32 32 32 Maxi mum Numb er of Physi cal Disks in a RAID 10 256 256 256 256 Maxi mum Numb er of Physi cal Disks in a RAID 50 256 NA 256
Virtua l Disk Specif icatio n PERC H310 Adapte r/Mini Blade/ Mini PERC H710 Monoli Mini Blade thic PERC H710P Adapter/ Mini Monolithic PERC H700 Adapter/ Integrated /Modular PERC H730P Adapter /Mini Monolith ic/Mini Blades/ Slim PERC H740P Adapter/ Mini Monolithi c PERC H330 Adapter/ Mini Monolithic /Mini Blades/ Embedded PERC H830 Adapte r PERC H730 Adapter /Mini Monolith ic/Mini Blades PERC H840 Adapte r PERC FD33x D/ FD33x S PERC H730P MX PERC H745P MX PERC H745P Front/ Adapter PERC H345 Frnt
Virtua l Disk Specif icatio n PERC H310 Adapte r/Mini Blade/ Mini PERC H710 Monoli Mini Blade thic PERC H710P Adapter/ Mini Monolithic PERC H730P Adapter /Mini Monolith ic/Mini Blades/ Slim PERC H740P Adapter/ Mini Monolithi c PERC H330 Adapter/ Mini Monolithic /Mini Blades/ Embedded PERC H830 Adapte r 256 NA 256 256 NA Minim 4 um Numb er of Physi cal Disks in a RAID 6 NA 4 4 Minim 8 um Numb er of Physi cal Disks in a RAID 60 NA 8 8 PERC H700 Adapter/ Integrated /Modular PERC FD33x D/ FD
RAID Levels Supported By PERC Hardware Controllers Table 44.
Read, Write, and Cache Policy PERC H700 Adapter/ Integrated/ Modular PERC H710 Adapter/Mini Monolithic/ Mini Blade PERC H310 Adapter/ Mini Blade/ Mini Monolithic PERC H730P PERC Adapter/ Mini H830 Monolithic/Mini Adapter Blades/Slim PERC PERC H730 H840 Adapter/ Mini Adapter Monolithic/Mini Blades PERC FD33xD/ FD33xS PERC H730P MX PERC H745P MX PERC H745P Front / Adapter PERC H345 Frnt / Adapter PERC H710P Adapter PERC H330 Adapter/ Mini Monolithic/ Mini Blades/ Embedded Adaptive Read Ahead No No
Controller Tasks Supported On The PERC Software RAID Controllers Table 46. Controller Tasks Supported On The PERC S100, PERC S110, PERC S130, PERC S300, PERC S140 and PERC S150 Controllers Controller Task Name PERC S100 PERC S110 PERC S130 PERC S300 PERC S140 PERC S150 Create Virtual Disk Yes Yes 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 Tasks Supported By The PERC Software Controllers Table 48.
Virtual Disk Specification PERC S100 PERC S110 PERC S130 PERC S300 PERC S140 PERC S150 Maximum Virtual Disk Size None None None None None None Maximum Number of Spans per Virtual Disk NA NA NA NA NA NA Maximum Number of Physical Disks per Span NA NA NA NA NA NA Minimum Stripe Size 64 K 64 K 64 K 64 K 64 K 64 K Maximum Stripe Size 64 K 64 K 64 K 64 K 64 K 64 K Maximum Number of Virtual Disks per Physical Disk 8 8 10 8 30 8 Maximum Number of Physical Disks that
RAID Levels Supported By The PERC Software RAID Controllers Table 50.
Read, Write, and Cache Policy PERC S100 PERC S110 PERC S130 PERC S300 PERC S140 PERC S150 Cache I/O No No No No No No Direct I/O No No No No No No Enclosure Support On The PERC Software RAID Controllers Table 52.
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.
Storage Subsystem Controller Battery Connector Physical Disk(s) Firmware/ Driver Virtual Disks Health Rollup Health Status Rollup - Physical Disks In A Virtual Disk Are Unsupported, Partially, Or Permanently Degraded Table 55.
Health Status Rollup - Virtual Disk Is Degraded, Physical Disks Are Failed Or Rebuilding Table 58. Health Status Rollup: Virtual Disk is Degraded; Physical Disks are Failed or Rebuilding (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 Failed Table 59.
Health Status Rollup - One Enclosure EMM Is Failed Table 62. Health Status Rollup: One Enclosure EMM is Failed Storage Subsystem Controller Connector Enclosure Enclosure EMM Virtual Disks Physical Disks Component Status Health Rollup N/A Health Status Rollup - Lost Both Power Connections To The Enclosure Table 63.
Health Status Rollup - Physical Disk Is Rebuilding Table 65.
A Identifying the series of your Dell EMC PowerEdge servers The PowerEdge series of servers form Dell EMC are divided into different categories on the basis of their configuration. For easier reference, they are referred to as YX2X, YX3X, YX4X, YX4XX, or YX5XX series of servers. The structure of the naming convention is described below: The letter Y denotes the alphabets in the server model number. The alphabets denote the form factor of the server.