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. Copyright © 2017 Dell Inc. or its subsidiaries. All rights reserved. Dell, EMC, and other trademarks are trademarks of Dell Inc. or its subsidiaries.
Contents 1 Overview.......................................................................................................................................................13 What Is New In This Release...........................................................................................................................................13 Before Installing Storage Management..........................................................................................................................
Hot Spare Protection Policy............................................................................................................................................ 31 Storage Component Severity..........................................................................................................................................31 Storage Properties And Current Activity.......................................................................................................................
Write Policy..................................................................................................................................................................51 Cache Policy............................................................................................................................................................... 52 Disk Cache Policy...............................................................................................................................................
Virtual Disk Tasks Supported When System Configuration Lock Down Mode Is On.........................................87 Viewing Available Reports .............................................................................................................................................. 87 Available Reports........................................................................................................................................................87 Viewing Patrol Read Report.......................
12 Tape Drive..................................................................................................................................................114 Tape Drive Properties......................................................................................................................................................114 13 RAID Controller Batteries..........................................................................................................................
Creating Virtual Disks.....................................................................................................................................................135 Reconfiguring Or Migrating Virtual Disks.................................................................................................................... 136 Starting And Target RAID Levels For Virtual Disk Reconfiguration And Capacity Expansion............................... 136 Maintaining The Integrity Of Redundant Virtual Disks.
Renaming A Virtual Disk................................................................................................................................................ 156 To Rename A Virtual Disk........................................................................................................................................ 156 To Locate Rename In Storage Management.........................................................................................................
19 Troubleshooting........................................................................................................................................ 170 Common Troubleshooting Procedures.........................................................................................................................170 Cables Attached Correctly...................................................................................................................................... 170 System Requirements............
How Do I Turn Off An Alarm..........................................................................................................................................183 Which RAID Level Is Best For Me................................................................................................................................ 183 21 Supported Features..................................................................................................................................
Health Status Rollup - Physical Disks In A Virtual Disk Are Failed Or Removed.....................................................215 Health Status Rollup - Physical Disks In A Virtual Disk Are Unsupported, Partially, Or Permanently Degraded.215 Health Status Rollup - All Physical Disks In A Virtual Disk Are In Foreign State..................................................... 215 Health Status Rollup - Some Physical Disks In A Virtual Disk Are In Foreign State...............................................
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.
NOTE: For the list of supported operating systems and servers, go to dell.com/openmanagemanuals, browse to OpenManage Software, then access the required version of the OpenManage Software Support Matrix document. Before Installing Storage Management The following sections describe considerations for installing Storage Management.
Supported Non-RAID Controllers Storage Management supports the following non-RAID controllers: • SAS 6 Gbps Host Bus Adapter (HBA) • Broadcom SAS 9207-8e • Broadcom SAS 9300-8e • Broadcom SAS 9206-16e • SAS 12 Gbps HBA • HBA 330 NOTE: Storage Management only enumerates and provides the PCI slot information for Broadcom SAS 9207-8e, SAS 9300-8e and SAS 9206-16e 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.
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.
Related link Storage Health 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.
RAID concepts RAID uses particular techniques for writing data to disks. These techniques enable RAID to provide data redundancy or better performance. These techniques include: • Mirroring — Duplicating data from one physical disk to another physical disk. Mirroring provides data redundancy by maintaining two copies of the same data on different physical disks. If one of the disks in the mirror fails, the system can continue to operate using the unaffected disk.
• Mean Time Between Failure (MTBF) — Using additional disks to maintain data redundancy also increases the chance of disk failure at any given moment. Although this option cannot be avoided in situations where redundant data is a requirement, it does have implications on the workload of the system support staff within your organization. • Volume — Volume refers to a single disk non-RAID virtual disk. You can create volumes using external utilities like the O-ROM .
• Concatenates n disks as one large virtual disk with a capacity of n disks. • 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.
• 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. If a physical disk fails, data can be rebuilt using the data from the other side of the mirror.
RAID 5 characteristics: • • • • • Groups n disks as one large virtual disk with a capacity of (n-1) disks. Redundant information (parity) is alternately stored on all disks. When a disk fails, the virtual disk still works, but it is operating in a degraded state. The data is reconstructed from the surviving disks. Better read performance, but slower write performance. Redundancy for protection of data.
RAID 6 characteristics: • Groups n disks as one large virtual disk with a capacity of (n-2) disks. • Redundant information (parity) is alternately stored on all disks. • The virtual disk remains functional with up to two disk failures. The data is reconstructed from the surviving disks. • Better read performance, but slower write performance. • Increased redundancy for protection of data. • Two disks per span are required for parity. RAID 6 is more expensive in terms of disk space.
• 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 level 60 - striping over RAID 6 sets RAID 60 is striping over more than one span of physical disks that are configured as a RAID 6. For example, a RAID 6 disk group that is implemented with four physical disks and then continues on with a disk group of four more physical disks would be a RAID 60.
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 50 Good Very Good Fair Fair N + 2 (N = at least 4) Medium sized transactional or data intensive 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.
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.
Related link Health Hot Spare Protection Policy The Set Hot Spare Protection Policy task allows you to set or modify the number of hot spares to be assigned to the virtual disks. After you set the number of assigned hot spares, any deviation from the protection policy threshold triggers an alert based on the severity level you set.
• Physical Disk Or Physical Device Properties • Physical Disk Or Physical Device Tasks • EMM Properties • Fan Properties • Power Supply Properties • Temperature Probe Properties And Tasks • Virtual Disk Properties And Tasks Alerts Or Events Storage activity generates alerts or events that are displayed in the Alert Log. Some alerts indicate normal activity and are displayed for informational purposes only. Other alerts indicate abnormal activity which must be addressed immediately.
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. PCIe Extender Card Properties Description ID Displays the ID assigned to the PCIe extender card by Storage Management. Status These icons represent the severity or health of the PCIe extender card. — 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.
Properties Description Percent Lifetime Used — This attribute is determined by the elapsed time since the start of use (up to three years) or percentage of total bytes written (TBW). Write Protect Progress — This attribute is determined by the reduction in number of available spare sectors. If the available spare sectors are less than 10 percent of the original pool, the drive enters read-only mode.
Properties Description NOTE: This option is applicable to Micron PCIe SSDs, Non-Volatile Memory Express (NVMe) PCIe SSDs, and SAS/SATA SSDs. Firmware Revision Displays the firmware version of the physical device. Model Number Displays the Piece Part Identification (PPID) of the PCIe SSD. Capacity Displays the capacity of the device. Vendor ID Displays the hardware vendor of the device. Product ID Displays the product ID of the device. Serial No. Displays the serial number of the device.
Blinking And Unblinking A PCIe SSD The Blink task allows you to find a device within a system by blinking one of the LEDs on the device. You can use this task to locate a failed device. Select Unblink to cancel the Blink task or to stop the LED on a physical device that is blinking indefinitely. Enabling Full Initialization On A Micron PCIe SSD Does my controller support this feature? See Supported Features. CAUTION: Full Initialization permanently erases all data present on the disk.
CAUTION: The identify LED pattern (blink operation) is the same LED pattern as safe to remove. When you initiate a Prepare to Remove operation, ensure that the PCIe SSD is no longer accessible by the system before physically removing the PCIe SSD. CAUTION: To prevent data loss, it is mandatory that you use the Prepare to Remove task before physically removing a device. NOTE: Orderly hot swap is only supported when the PCIe SSDs are installed in a supported system running a supported operating system.
To Locate Cryptographic Erase In Storage Management NOTE: Cryptographic Erase is not supported for NVMe devices connected to PERC S140 controller. 1 In the Server Administrator window, under the system tree, expand Storage to display the controller objects. 2 Expand a controller object. 3 Expand the enclosure or backplane object. 4 Select the Physical Devices object. 5 Select Cryptographic Erase from the Tasks drop-down menu of the physical device you want to clear. 6 Click Execute.
Properties Description Degraded — The PCIe SSD in slot card has encountered a failure and is operating in a degraded state. Failed — The PCIe SSD in slot card has encountered a failure and is no longer functioning. Device Name Displays the name of the PCIe SSD in slot card. The name comprises the bay ID and the slot in which the PCIe SSD in slot card is installed. Bus Protocol Displays the technology that the PCIe SSD is using.
Properties Description Available Spare Displays the threshold value set for all PCIe SSDs. The default value is 10%. PCIe SSD In Slot Card Tasks You can perform the following tasks on the PCIe SSD in slot card: • Exporting The Log For PCIe SSD In Slot Card • Performing A Cryptographic Erase On A PCIe SSD In Slot Card To perform a PCIe SSD in slot card task: 1 In the Server Administrator window, under the System tree, expand the Storage tree object to display the storage component objects.
Related link PCIe SSD Performing A Cryptographic Erase On An NVMe PCIe SSD In Slot Card Does my controller support this feature? See Supported Features. 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.
Related link Backplanes Backplane Firmware Version Backplanes PCIe SSDs are attached to the PCIe SSD backplane of the system. The number of supported PCIe SSDs depend on the system. NOTE: PCIe SSDs must be used with PCIe SSD backplanes. Do not plug in SAS/SATA devices to a PCIe SSD backplane or vice versa. Related link PCIe SSD Subsystem Health Backplane Firmware Version The backplane firmware version information is available in the Information/Configuration page of the PCIe SSD sub system.
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.
Setting the Remaining Rated Write Endurance Threshold The Set Remaining Rated Write Endurance Threshold is supported on PCIe and SAS/SATA SSDs. The Set Remaining Rated Write Endurance Threshold option provides added feature functionality in managing the threshold level for only PCIe SSDs, or SAS/SATA SSDs, or both based on your system configuration. To set the Remaining Rated Write Endurance Threshold: 1 In the Server Administrator window, under the System tree, select the Storage tree object.
To set the Available Spare 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 Health subtab to display more information. 3 Click the Set Available Spare Threshold link available on the Storage Dashboard to access this operation. NOTE: The default warning threshold value is set at 10% and the default critical threshold value is set at 5%.
Property Definition it is unable to display the slot ID and Embedded for embedded controllers. NOTE: If Slot Not Available is displayed, you can identify the slot ID by selecting the System > Main > System Chassis > Slots object in the tree view and selecting the Information tab. The Slot ID property on this tab may display the correct information. State Displays the state of the controller. Possible values are: • • • Ready — The controller is functioning normally.
7 Controllers This chapter provides information about the supported controllers and controller features in Storage Management.
RAID Controller Technology - SATA And SAS Storage Management supports RAID controllers using SATA and SAS technology. This section indicates which technology the supported RAID controllers use. For more information on these controllers, see Supported Features and the controller hardware documentation. SAS RAID Controllers The following RAID controllers use Serial Attached SCSI (SAS) technology.
Controller — Supported RAID Levels RAID controllers may support different RAID levels. For information on supported RAID levels for a controller, see Supported Features. Controller — Supported Stripe Sizes When creating a virtual disk, you must specify the stripe size for the virtual disk. Different controllers have different limitations on the stripe sizes they can support.
NOTE: For PERC 10 Controllers ‘Force Write Back’ policy is same as the ‘Write Back’ policy. • Write Back Enabled — The controller firmware disables the write cache if it does not detect the presence of a charged battery over a specified period. For example, on some controllers, the write cache is disabled if the firmware does not detect a charged battery within 72 hours. • Write Through — The controller sends a write-request completion signal only after the data is written to the disk.
• Unchanged — The disk uses the default write cache mode. NOTE: The Unchanged option is applicable only for PERC 9 hardware controllers with the latest firmware version. NOTE: If you want to revert the Disk Cache Policy settings of the physical disks to the factory default settings, then you must restart the server. The following are the disk cache policy options for RAID disks connected to Software RAID S130 controller: • Default — The disk uses the default write cache mode.
Non-RAID SCSI Controllers The Broadcom PCIe U320 non-RAID controllers use Small Computer System Interface (SCSI) technology.
Table 10. Firmware/Driver Properties Property Definition Firmware Version Displays the version of the firmware that is installed on the controller. NOTE: Storage Management displays Not Applicable on some controllers for which the firmware version cannot be obtained. Minimum Required Firmware Version Displays the minimum firmware version that is required by Storage Management. This property is displayed only if the controller firmware does not meet the minimum requirement.
NOTE: The firmware and drivers listed in the Server Administrator Release Notes, see the minimum supported version for these controllers. Later versions of the firmware and drivers are also supported. For the most recent driver and firmware requirements, contact your service provider. The controller properties can vary depending on the model of the controller. Table 11. Controller Properties Property Definition ID Displays the ID assigned to the controller by Storage Management.
Property Definition NOTE: Storage Management displays Not Applicable on some controllers for which the firmware version cannot be obtained. Minimum Required Firmware Version Displays the minimum firmware version that is required by Storage Management. This property is displayed only if the controller firmware does not meet the minimum requirement. Driver Version Displays the version of the driver that is installed on the controller.
Property Definition 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. Use this property in conjunction with the Allow Revertible Hot Spare and Replace Member property. Redundant path view Indicates whether Storage Management has detected a redundant path configuration.
Property Definition Patrol Read Iterations Displays the number of Patrol Read Iterations. For more information about patrol read, see Setting The Patrol Read Mode. 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.
• Turning Off The Controller Alarm • Testing The Controller Alarm • Setting The Rebuild Rate • Resetting Configuration • Exporting The Controller Log File • Foreign Configuration Operations • Importing Foreign Configurations • Importing Or Recovering Foreign Configurations • Clearing Foreign Configuration • Setting Background Initialization Rate • Setting Check Consistency Rate • Setting The Reconstruct Rate • Setting The Patrol Read Mode • Starting And Stopping Patrol Read • Ma
Turning Off The Controller Alarm Does my controller support this feature? See Supported Features. Select the Quiet Alarm task to turn off the controller alarm. However, the controller alarm remains enabled for future device failure. Testing The Controller Alarm Does my controller support this feature? See Supported Features. Select the Test Alarm task to test whether the controller alarm is functional. The alarm sounds for about 2 seconds.
To locate Set Rebuild Rate In Storage Management 1 Expand the Storage tree object to display the controller objects. 2 Select a controller object. 3 Click Information/Configuration. 4 Select Set Rebuild Rate from the Available Tasks drop-down menu. 5 Click Execute. You can also locate this task from the Change Controller Properties drop-down menu. Resetting The Controller Configuration Does my controller support this feature? See Supported Features.
Exporting The Controller Log File Does my controller support this feature? See Supported Features. The Export Log task exports the controller log to a text file. This log provides detailed information on the controller activities and can be useful for troubleshooting. On a system running Microsoft Windows, the log file is exported to the windows or winnt directory. On a system running Linux, the log file is exported to the /var/log directory. Depending on the controller, the log file name is afa_.
A foreign configuration is data residing on physical disks that have been moved from one controller to another. Virtual disks residing on physical disks that have been moved are considered to be a foreign configuration. NOTE: It is not recommended to remove an external enclosure cable while the operating system is running on the system. Removing the cable could result in a foreign configuration when the connection is re-established.
Property Definition 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. Failed — The foreign disk has encountered a failure and is no longer functioning. You cannot import the foreign configuration.
Importing Foreign Configurations Some controllers enable you to import a foreign configuration so that virtual disks are not lost after moving the physical disks. You can import a foreign configuration only if it contains a virtual disk that is either in a Ready or Degraded state. In other words, all of the virtual disk data must be present, but if the virtual disk is using a redundant RAID level, the additional redundant data is not required.
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. 5 Click Execute.
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 13. 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 Change The Reconstruct Rate For A Controller 1 Type a numerical value in the Set New Reconstruct Rate (0-100) field. The value must be within the 0–100 range. 2 Click Apply Changes. To exit and cancel your changes, click Return to Previous Page. 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.
If the communication channel between the connector and the first enclosure is lost, the redundant path configuration is lost. In this case, the health of the logical connector is displayed as critical. Navigate to the Information/Configuration page of the logical connector to view details of the Path Health. For a brief outline of this scenario, see the following table: Table 14.
Failure message to indicate that the enclosure has lost a communication path to the controller, indicating that the enclosure is no longer in redundant path mode. Related link Path Health Clearing The Connectors Redundant Path View Clearing The Redundant Path View Consider a case where you reboot your system and Storage Management, displays the logical connector with a path failure message. It is possible that you may have intentionally unplugged the second connector.
To Set The Patrol Read Mode Select the desired Patrol Read Mode option. The options available are: • Auto — Initiates the Patrol Read task. After the task is complete, it automatically runs again within a specified period. For example, on some controllers the Patrol Read runs every four hours and on other controllers, the Patrol Read runs every seven days. The Patrol Read task runs continuously on the system starting again within the specified period after each iteration of the task completes.
Locate Start Stop Patrol Read 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 Start Patrol Read or Stop Patrol Read from the Available Tasks. 5 Click Execute. You can also locate this task from the Change Controller Properties drop-down menu.
To Locate Change Controller Properties In Storage Management - Method 2 1 In the Server Administrator window, under the system tree, expand Storage to display the controller objects. 2 Select a controller object. 3 Click Information/Configuration on the controller Properties page. 4 Select Change Controller Properties ... from the Controller Tasks drop-down menu. 5 Click Execute. Managing The Physical Disk Power Does my controller support this feature? See Supported Features.
Table 16. Manage Physical Disk Power Properties Property Definition Spin Down Unconfigured Drives The Enabled option spins down the unconfigured disks if they are unattended for a specified interval of time. Spin Down Hot Spares The Enabled option spins down the hot spares if no read‑write operation takes place on the hot spare in a specified interval of time. Spin Down Configured Drives The Enabled option spins down the configured disks if they are unattended for a specified interval of time.
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. 2 In the Spin Down Configured Drives drop-down menu, select Enabled. 3 The Quality of Service (QoS) option is enabled. Enter the Start Time and Time Interval to spin up. 4 Click Apply.
The status of the controller is affected by the preserved cache. The controller status is displayed as degraded if the controller has preserved cache. CAUTION: You may not be able to use Storage Management to manage the preserved cache in some cases. As an example, consider you have a RAID 1 level with two disks — D1 and D2. If you now remove D2, the virtual disk is degraded and the data in the controller cache is written to D1. So, D1 has the latest data.
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. The path should contain a filename with an .xml extension. The saved file contains the information: SAS address, Encryption Key Identifier, Passphrase, and modified date.
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.
Does my controller support this feature? See Supported Features. NOTE: This task is not supported on PERC hardware controllers running in HBA mode. 1 In the Server Administrator window, under the system tree, expand Storage to display the controller objects. 2 Select the Controller object. 3 Click Information/Configuration on the controller Properties page. 4 In the Controller Tasks drop-down menu, select Convert to RAID Capable disks. The non-RAID disks are displayed.
• Controller Tasks 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 17.
NOTE: If the Start Patrol Read task is supported by the controller, it will be supported in the ‘system configuration lock down’ mode too. Controller Reports Supported When System Configuration Lock Down Mode Is On Table 19.
Virtual Disk Tasks Supported When System Configuration Lock Down Mode Is On Table 21.
To Locate View Patrol Read Report In Storage Management 1 In the Server Administrator window, under the system tree, click Storage. 2 Select View Patrol Read Report from the Select Report drop-down menu. 3 Click Execute. 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.
For a storage system report, select Storage > Information/Configuration > Global Tasks > View Physical Disk Firmware Version Report > Execute. If you do not have the latest compare file (hddfwver.csv), contact your service provider to download the latest compare file. Replace the existing hddfwver.csv file with the new file at the following location: On systems running Windows: C:\\Dell\SysMgt\sm where C:\Program files may vary based on the system.
Property Definition Nautilus DOS Nautilus is the tool that is used for offline firmware updates. Nautilus DOS is the version of the tool that works on 9th — 11th generation of supported servers with SAS and SATA drives. This tool updates multiple drive types with a single scan and updates procedure boot and runs from a USB key, preboot execution environment (PXE), or CD-ROM. If the Nautilus DOS column has a part number, then that drive is shipped on a 9th — 11th generation server.
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.
Enclosures Storage Management enables management of various enclosures and their components. In addition to managing the physical disks contained in the enclosure, you can monitor the status of the fans, power supply, and temperature probes in an enclosure. You can view these components by expanding the controller, connector, and enclosure objects in the Storage Management tree view. Storage management allows hot plugging of enclosures.
Property Definition — 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. Offline — The fan or power supply has been removed from the enclosure. Failed — The fan has encountered a failure and is no longer functioning.
Property Definition State Displays the status of the power supply. • • • • 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. The Failed state is displayed when the enclosure does not respond to a status query from Storage Management for any reason.
Table 25. Temperature Probe 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. 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.
Enclosure Management Modules The Enclosure Management Modules (EMMs) that are installed in the enclosure are displayed under the EMMs object in the tree view. You can select the EMMs object to view the individual EMM modules and their status information. The enclosure may contain one or more EMMs. The EMM modules monitor components of the enclosure.
Property Definition For more information, see Storage Component Severity. Name Displays the name of the EMM. State Displays the current state of the EMMs. Possible values are: • • • • • Ready — EMM is functioning normally. Degraded — EMM has encountered a failure and is operating in a degraded state. Failed — EMM has encountered a failure and is no longer functioning. Storage Management is unable to communicate with the enclosure using SES commands.
Enclosure And Backplane Components For information on attached components, see Physical Disks Or Physical Devices. Enclosure And Backplane Properties And Tasks You can view information about the enclosure or backplane and execute enclosure tasks. Related link Enclosure And Backplane Properties Enclosure And Backplane Tasks Enclosure And Backplane Properties Table 27. Enclosure and Backplane Properties Property Definition ID Displays the ID of the enclosure or backplane.
Property Definition reported by the omreport command. For information on Command Line Interface, see the Server Administrator Command Line Interface User’s Guide. Target ID Displays the SCSI ID of the backplane (internal to the server) or the enclosure to which the controller connector is attached. The default value is six. Configuration Displays the mode in which the enclosure is operating. Possible values are: • • • • Joined — Indicates that the enclosure is operating in the joined-bus mode.
Enclosure And Backplane Tasks To execute a drop-down menu enclosure task: 1 In the Server Administrator window, under the system tree, expand Storage dashboard to display the controller objects. 2 Expand a controller object. 3 Select the Enclosure object. 4 Click Information/Configuration on the storage Properties screen. 5 Select a task from the Enclosure Tasks drop-down menu. 6 Click Execute.
Changing The Asset Tag And Asset Name Of An Enclosure To change the asset tag and asset name of the enclosure: 1 Type the new asset tag name in the New asset tag field. You can specify an inventory number or other useful information for your environment. The asset tag typically refers to the enclosure hardware. 2 Type the new asset name in the New asset name field. You can specify a name useful to you for organizing your storage environment.
To check the temperature: 1 In the Server Administrator window, under the system tree, click Storage dashboard. 2 Expand the tree view until the Temperatures object is displayed. 3 Select the Temperatures object. The temperature reported by the temperature probe is displayed in celsius in the Reading column in the right pane.
For more information on flexible backplane zoning, see Backplanes. To Locate View Slot Occupancy Report 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 enclosure object. 4 Click Information/Configuration. 5 Select View Slot Occupancy Report from the Available Tasks drop-down menu. 6 Click Execute.
to the connector numbers on the controller hardware. You can use these numbers to identify which open connector displayed in the tree view with the open connector on the controller hardware.
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.
levels, see Number Of Physical Disks Per Virtual Disk. For information on controller-specific implementations of the RAID levels, see Controller - Supported RAID Levels. Creating A Physical Disk For Channel Redundant Virtual Disks On PERC Controllers The following sections describe creating a channel-redundant virtual disk using RAID 10 or RAID 50 on PERC controllers.
Table 28. Connector Properties Property Definition These icons represent the severity or health of the storage component. — Normal/OK — Warning/Non-critical — Critical/Failure/Error For more information, see Storage Component Severity. A Warning or Critical severity may indicate that the connector is unable to communicate with attached devices such as an enclosure. Check the status of attached devices. For more information, see Cables Attached Correctly and Isolate Hardware Problems.
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.
Connector Components For information on attached components, see Enclosure And Backplane Properties And Tasks.
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 30. 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 • Learn Mode Failed — The battery has failed and has to be replaced. Displays the learn mode of the battery. Possible values are: • • Auto — Storage Management performs an automatic learn cycle based on the set time. Warn — The learn cycle is past the default 90 days. When the battery is in Warn mode, the state of the controller is displayed as degraded. NOTE: Warn is available only on SAS controllers with firmware version 6.1 and later.
The learn cycle recalibrates the battery-integrated circuit so that the controller can determine whether the battery can maintain the controller cache for the prescribed period in the event of a power loss. While the learn cycle is in progress, the battery may not be able to maintain the cache during a power loss. If the controller is using WriteBack Cache policy, then the controller changes to Write-Through Cache policy until the learn cycle completes.
To Locate Delay Learn Cycle In Storage Management To locate this task in Storage Management: 1 In the Server Administrator window, under the system tree, expand the Storage to display the controller objects. 2 Expand the controller object. 3 Select the Battery object. 4 Select Delay Learn Cycle from the Available Tasks drop-down menu. 5 Click Execute.
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.
4 Create a new virtual disk. Make sure that the new virtual disk is the same size or greater in size than the original virtual disk. For controller-specific information on creating virtual disks, see Virtual Disk Considerations For Controllers and Virtual Disk Considerations For PERC S100, S110, And S300 Controllers. 5 Restore the backed up data from the original virtual disk onto the newly created virtual disk.
Property Definition • • • • • • • • • • • • • Degraded — The physical disk or device has encountered a failure and is operating in a Degraded state. 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.
Property Definition • • Spun down to save power. 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.
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. 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.
Online Or Offline The Physical Disk To set the Online or Offline Task the physical disk: 1 Review the physical disk that must be made online or offline. There may be data loss when performing this task. Back up your data, if necessary. If you want to blink the physical disk, click Blink. 2 Click Online or Offline when ready or click Return to Previous Page.
Enabling Revertible Hot Spare Does my controller support this feature? See Supported Features. Select the Revertible Hot Spare task to copy data back from a hot spare to a physical disk. If the physical disk in a virtual disk fails, the data on the failed disk is copied to the assigned hot spare. If you replace the failed disk with a new physical disk and if you have enabled the Revertible Hot Spare task, the data is copied from the hot spare to the new disk.
Related link Managing The Encryption Key To Locate Cryptographic Erase In Storage Management To Locate Cryptographic Erase 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 Disk object.
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.
virtual disk, the controller must decide which free space on the physical disks to allocate to the new virtual disk. The PERC controllers look for the largest area of free space and allocate this space to the new virtual disk. • SCSI limitation of 2TB — Virtual disks created on a PERC controller cannot be created from physical disks with an aggregate size greater than 2TB. This is a limitation of the controller implementation.
NOTE: On software RAID S110 and S130 controllers, if a physical disk (SATA SSD or HDD) is removed from a virtual disk and the same physical disk is reinserted (hot plug) into the virtual disk instantly, within a fraction of a second, then the virtual disk state is displayed as Ready and the physical disk state is displayed as Online. However, if the same physical disk is reinserted after a short delay, then the virtual disk state is displayed as Degraded and the physical disk state is displayed as Ready.
SATA RAID Controllers When using a SATA RAID controller, the controller calculates the maximum virtual disk size based on your RAID level selection and the available physical disk space provided by all suitable physical disks attached to the controller.
Reconfiguring Or Migrating Virtual Disks Does my controller support this feature? See Supported Features. Reconfiguring or migrating a virtual disk enables you to increase the capacity or change the RAID level of the virtual disk.
Controller PERC S100, S110, S130, and S300 Starting RAID Level Target RAID Level Comments 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 order of the controllers displayed in the H
Virtual disk bad blocks are discovered when the controller performs any operation that requires scanning the disk. Examples of operations that may result in this alert are: • Consistency check • Rebuild • Virtual disk format • 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.
Recommendations For Clearing Bad Blocks Storage Management allows you to clear the bad block warnings. To clear bad blocks, the following procedure is recommended: 1 Perform a backup of the virtual disk with the Verify option selected. One of the following scenarios may occur: • Backup operation fails on one or more files. In this case, restore the file from a previous backup. After restoring the file, proceed to step 2. • Backup operation completes without error.
Property Definition — Critical/Failure/Error For more information, see Storage Component Severity. Name Displays the virtual disk name. State Displays the status of the virtual disk. Possible values are: • • • • • • • • • • • • Ready — The virtual disk is functioning normally. Degraded — A physical disk in a redundant virtual disk is not online. Resynching — A consistency check is being performed on the virtual disk.
Property Definition Bus Protocol Displays the technology that the physical disks included in the virtual disk are using. Possible values are: • • Media SAS SATA Displays the media type of the physical disks present in the virtual disk. The possible values are: • • • HDD SSD Unknown — Storage Management is unable to determine the media type of the physical disk. NOTE: You cannot have a mix of HDD and SSD media on a virtual disk. Also, you cannot have a mix of SAS and SATA drives on the virtual disk.
• 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 my controller support this feature? See Supported Features.
Related link Background Initialization On PERC Controllers Restoring Dead Segments Does my controller support this feature? See Supported Features. The Restore Dead Segments task recovers data from a RAID-5 virtual disk that has been corrupted. The Restore Dead Segments task attempts to reconstruct data from the corrupt portion of a physical disk included in a RAID-5 virtual disk. The Restore Dead Segments task uses the parity or redundant information to reconstruct the lost data.
Resuming A Check Consistency Does my controller support this feature? See Supported Features. The Resume Check Consistency task resumes a check consistency after it has been paused. Blinking And Unblinking A Virtual Disk Does my controller support this feature? See Supported Features. The Blink and Unblink tasks blink or unblink the lights on the physical disks included in the virtual disk. NOTE: The blink operation is available only for removable disks.
Replacing A Member Disk Does my controller support this feature? See Supported Features. The Replace Member Disk task allows you to copy data from a physical disk, which is a member of a virtual disk, to another physical disk by providing the Replace Member Configuration option. You can initiate multiple copies of data from different array groups.
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. • 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.
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. Executing this task on these drive(s) takes additional time, because the drive(s) need to spun up.
• Select RAID 5 for striping with distributed parity. This selection groups n disks together as one large virtual disk with a 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. • Select RAID 6 for striping with additional distributed parity.
The Create Virtual Disk Advanced Wizard (Step 2 of 3) — page is displayed with the connectors and physical disks available.
• 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. This list box option appears only if you have selected RAID 10 in step 1 and the system has 22 or more physical drives. NOTE: Only physical disks that comply with the virtual disk parameters, selected in the Create Virtual Disk Wizard page are displayed.
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. 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).
Related link Reconfiguring A Virtual Disk RAID Deleting A Virtual Disk Channel Redundancy Reconfiguring Or Migrating Virtual Disks Physical Disk Or Physical Device Properties Physical Disk Or Physical Device Tasks Create Virtual Disk Advanced Wizard Create Virtual Disk Express Wizard To Reconfigure A Virtual Disk - Step 1 of 3 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.
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. TheExpand Capacity option appears only for PERC H310, H330, H700, H710, H710P, PERC H800, H810, H730, H730P, H830, FD33xD/FD33xS controllers with firmware version 7.1 or later.
Related link Reconfiguring A Virtual Disk 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.
Considerations For Slow Initialize The Slow Initialize task initializes all physical disks included in the virtual disk. The Slow Initialize task updates the metadata on the physical disks and erases all existing data and file systems. In comparison with the Fast Initialize task, you may want to use the Slow Initialize task if you have had trouble with a physical disk or suspect that it has bad disk blocks. The Slow Initialize task remaps bad blocks and writes zeroes to all disk blocks.
Related link Deleting Data On the Virtual Disk Virtual Disks To Delete A Virtual Disk To identify which physical disks are included in the virtual disk, click Blink. The LED lights on the physical disks blink for 30-60 seconds. When deleting a virtual disk, the following considerations apply: • There are particular considerations for deleting a virtual disk from a cluster-enabled controller. • It is recommended that you reboot the system after deleting the virtual disk.
To Locate Rename 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 Select the Virtual Disks object. 4 Select Rename from the Available Tasks drop-down menu. 5 Click Execute. Changing The Policy Of A Virtual Disk Does my controller support this feature? See Supported Features.
Splitting A Mirror Click Split Mirror. To exit without splitting the mirror, click Go Back To Virtual Disk Page. CAUTION: Your virtual disk is longer redundant after performing a Split Mirror operation. To Locate Split Mirror In Storage Management 1 In the Server Administrator window, under the system tree, expand Storage to display the controller objects. 2 Expand a controller object. 3 Select the Virtual Disks object. 4 Select Split Mirror from the Available Tasks drop-down menu.
A dedicated hot spare is an unused backup disk that is assigned to a single virtual disk. When a physical disk in the virtual disk fails, the hot spare is activated to replace the failed physical disk without interrupting the system or requiring your intervention. For more information on hot spares including size requirements, see Protecting Your Virtual Disk With A Hot Spare.
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. You can initiate multiple copies of data from different array groups. The source physical disk should be part of a virtual disk and in the Online state. Also, the virtual disk should not be fully degraded. NOTE: You must also enable the Revertible Hot Spare option to use Replace Member Disk task.
To Replace a Member Disk: Step 2 of 2 1 Review your changes. The source Physical Disk table displays details of the source physical disk. The destination Physical Disk table displays details of the destination physical disk. 2 Click Finish to complete the replace member task. If you want to change the replace member, click Go Back to Previous Page. To exit without making changes, click Cancel.
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 Related link 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.
NOTE: The Foreign Configuration Operations are not supported on PERC S100, S110, S130, and S300 controllers. The migration is complete. The virtual disk is now manageable through Storage Management.
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.
Dedicated Hot Spare Protection Policy Table 36. Hot Spare Properties Property Definition RAID Level Indicates the RAID level(s) for which you want to configure the hot spare protection policy. Minimum Number of Disks Indicates the minimum number of physical disks to be assigned as dedicated hot spares for the selected RAID level(s). Severity Level Displays the severity level you want to assign to the generated alert, if this policy is violated.
• For SAS/iR and PERC H200 family of controllers, you can assign only two global hot spares. • If the status of the virtual disk is displayed as Degraded or Failed because of the hot spare protection policy violation, then assign the required number of hot spares (as defined in the protection policies) for the status to be displayed as normal. • Hot Spare Protection Policy is not applicable to PERC S100, S110, S130, and S300 controllers.
18 CacheCade Using Solid-State Drives CacheCade is used to improve random read performance of the solid-state drive (SSD) based virtual disks. A solid-state drive (SSD) is a data storage device that uses solid-state memory to store persistent data. SSDs significantly increase the I/O performance (IOPS) and/or write speed in Mbps from a storage device. With storage controllers, you can create a CacheCade using SSDs. The CacheCade is then used for better performance of the storage I/O operations.
Related link CacheCade Using Solid-State Drives CacheCade Properties The CacheCade(s) page displays a table of properties for each CacheCade. Table 38. CacheCade Properties Property Definition Status These icons represent the severity or health of the storage component. • — Normal/OK • — Warning/Non-critical • — Critical/Fatal For more information, see Storage Component Severity. Name Displays the name of the CacheCade.
Resizing The CacheCade To resize the CacheCade: 1 In the CacheCade(s) page, navigate to the CacheCade that you want to resize and select Resize ... from the Tasks drop-down menu. The Resize CacheCade(s) page is displayed. 2 From the available CacheCade(s), add or remove additional CacheCade(s) as required. The disks that you select are displayed in the Selected Physical Disks section.
19 Troubleshooting This section contains troubleshooting procedures for common situations as well as for specific problems.
System Requirements Make sure that the system meets all system requirements. In particular, verify that the correct levels of firmware and drivers are installed on the system. Related link Drivers And Firmware Drivers And Firmware Storage Management is tested with the supported controller firmware and drivers. In order to function properly, the controller must have the minimum required version of the firmware and drivers installed. The most current versions can be obtained from the support site.
NOTE: If the redundant virtual disk does not have a hot spare assigned to it, then replace the failed disk using the procedure described in Replacing a Physical Disk Receiving SMART Alerts. Related link Rebuilding Data Replacing The Disk To replace the failed disk that is part of a redundant virtual disk: 1 Remove the failed disk. 2 Insert a new disk. Make sure that the new disk has equal or greater memory space than the one you are replacing.
The online command attempts to force the failed disk back into an online state. If you are able to force the disk into an online state, you may be able to recover individual files. The amount of data you can recover depends on the extent of disk damage. File recovery is only possible if a limited portion of the disk is damaged. However, you may not be able to recover any data using this method. A forced Online does not fix a failed disk. You should not attempt to write new data to the virtual disk.
A Rebuild Does Not Work A rebuild does not work in the following situations: • The virtual disk is nonredundant — For example, a RAID 0 virtual disk cannot be rebuilt because RAID 0 does not provide data redundancy. • There is no hot spare assigned to the virtual disk — As long as the virtual disk is redundant, to rebuild it: • Remove the failed physical disk and replace it. A rebuild automatically starts on the new disk. • Assign a hot spare to the virtual disk and then perform a rebuild.
Related link Number Of Virtual Disks Per Controller A Virtual Disk Of Minimum Size Is Not Visible To Windows Disk Management If you create a virtual disk using the minimum allowable size in Storage Management, the virtual disk may not be visible to Windows Disk Management even after initialization. This occurs because Windows Disk Management is only able to recognize extremely small virtual disks if they are dynamic. It is advisable to create virtual disks of larger size when using Storage Management.
• Storage Management May Delay Before Updating Temperature Probe Status • Storage Management May Delay Displaying Storage Devices After Reboot • You Are Unable To Log Into A Remote System • Cannot Connect To Remote System Running Microsoft Windows Server 2003 • Reconfiguring A Virtual Disk Displays Error In Mozilla Browser • Physical Disks Are Displayed Under The Connector Object Instead Of The Enclosure Object Physical Disk Is Offline Or Displays An Error Status A physical disk may display an e
Alerts 2146 Through 2150 Received During A Rebuild Or While A Virtual Disk Is Degraded Perform the following steps: 1 Replace the damaged physical disk. 2 Create a new virtual disk and allow the virtual disk to completely resynchronize. While the resynchronization is in progress, the status of the virtual disk is Resynching. 3 Restore data to the virtual disk 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.
20 Frequently Asked Questions This section provides frequently asked questions that address situations commonly experienced in a storage environment.
• For physical disks included in a virtual disk, use the Offline task to deactivate the disk prior to removal. If you need help locating the disk within the enclosure, you can blink LED on the disk.
How Do I Turn Off An Alarm Some storage components have alarms to indicate error conditions. For more information on turning off the alarm, see: • Turning Off The Controller Alarm • Disabling The Controller Alarm • Disabling The Enclosure Alarm Which RAID Level Is Best For Me For more information, see Choosing RAID Levels And Concatenation and Comparing RAID Level And Concatenation Performance.
21 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.
• Battery Tasks • Connector Tasks • Physical Disk Tasks • Virtual Disk Tasks • Virtual Disk Specifications • Supported RAID Levels • Read, Write, Cache And Disk Cache Policy • Enclosure Support For enclosure-supported tasks, see Enclosure And Backplane Features. Controller Tasks Supported On PERC Hardware Controllers Table 39.
Controller Task Name PER C H80 0 PE RC H81 0 Ada pte r PERC H700 Adapter / Integrat ed PER C H700 Mod ular PERC H710 Adapte r/ Mini Monoli thic/ Mini Blade PERC H710P Adapt er PER C H310 Adap ter/ Mini Blad e/ Mini Mon olithi c PERC H730P Adapt er/ Mini Monoli thic/ Mini Blades /Slim PERC H730 Adapt er/ Mini Monol ithic/ Mini Blades PERC H740 P Adapt er/ Mini Monol ithic PERC H330 Adapter /Mini Monolit hic/Mini Blades/ Embedd ed PERC H830 Adapt er PERC H840 Adapt er PERC FD33x D/ FD33x S Expo
Controller Task Name PER C H80 0 PE RC H81 0 Ada pte r PERC H700 Adapter / Integrat ed PER C H700 Mod ular PERC H710 Adapte r/ Mini Monoli thic/ Mini Blade PERC H710P Adapt er PER C H310 Adap ter/ Mini Blad e/ Mini Mon olithi c PERC H730P Adapt er/ Mini Monoli thic/ Mini Blades /Slim PERC H730 Adapt er/ Mini Monol ithic/ Mini Blades PERC H740 P Adapt er/ Mini Monol ithic PERC H330 Adapter /Mini Monolit hic/Mini Blades/ Embedd ed PERC H830 Adapt er PERC H840 Adapt er PERC FD33x D/ FD33x S Mana
Battery Tasks Supported On PERC Hardware Controllers Table 40.
Physical Disk Tasks Supported By PERC Hardware Controllers Table 42.
Physic al Disk Task Name PE RC H80 0 PER C H81 0 Ada pter PERC H700 Adapter/ Integrated PERC H700 Modul ar PERC H710 Adapter /Mini Blade/ Mini Monolit hic PER C H710 P Adap ter PERC H310 Adapte r/Mini Blade/ Mini Monolit hic PERC H730P Adapter/ Mini Monolith ic/Mini Blades/ Slim PERC H730 Adapte r/Mini Monoli thic/ Mini Blades PERC H740P Adapte r/Mini Monoli thic PERC H330 Adapter /Mini Monolith ic/Mini Blades/ Embedd ed PERC H830 Adapt er PERC H840 Adapt er PER C FD3 3xD / FD3 3xS Conver NA
Virtual Disk Task Name PE RC H80 0 PE RC H81 0 Ada pter PERC H700 Adapter/ Integrate d/ Modular PERC H710 Adapter /Mini Monolit hic/ Mini Blade PERC H710P Adapte r/Mini Blade/ Mini Monoli thic PERC H310 Adapte r/Mini Blade/ Mini Monoli thic PERC H730P Adapter / Mini Monolit hic/ Mini Blades/ Slim PERC H730 Adapter / Mini Monolit hic/Mini Blades PERC H740P Adapter / Mini Monolit hic PERC H330 Adapter/ Mini Monolith ic/Mini Blades/ Embedd ed PER C H83 0 Ada pter PE PERC RC FD33xD/ H84 FD33xS 0 Ada
Virtual Disk Task Name PE RC H80 0 PE RC H81 0 Ada pter PERC H700 Adapter/ Integrate d/ Modular PERC H710 Adapter /Mini Monolit hic/ Mini Blade PERC H710P Adapte r/Mini Blade/ Mini Monoli thic PERC H310 Adapte r/Mini Blade/ Mini Monoli thic PERC H730P Adapter / Mini Monolit hic/ Mini Blades/ Slim PERC H730 Adapter / Mini Monolit hic/Mini Blades PERC H740P Adapter / Mini Monolit hic PERC H330 Adapter/ Mini Monolith ic/Mini Blades/ Embedd ed PER C H83 0 Ada pter PE PERC RC FD33xD/ H84 FD33xS 0 Ada
Virtual Disk Specifi cation PER C H80 0 PE RC H81 0 Ada pte r PERC H700 Adapter/ Integrate d/ Modular PERC H710 Mini Blade PERC H710 Adapt er/ Mini Monol ithic PER C H71 0P Ada pter PERC H310 Adapt er/ Mini Blade /Mini Monol ithic PERC H730P Adapter /Mini Monolit hic/ Mini Blades/ Slim PERC H730 Adapter /Mini Monolit hic/ Mini Blades PERC H740P Adapter /Mini Monolit hic PERC H330 Adapter/ Mini Monolith ic/Mini Blades/ Embedd ed PER C H83 0 Adap ter PERC H840 Adapt er PERC FD33xD/ FD33xS Maxim
Virtual Disk Specifi cation PER C H80 0 PE RC H81 0 Ada pte r PERC H700 Adapter/ Integrate d/ Modular PERC H710 Mini Blade PERC H710 Adapt er/ Mini Monol ithic PER C H71 0P Ada pter PERC H310 Adapt er/ Mini Blade /Mini Monol ithic PERC H730P Adapter /Mini Monolit hic/ Mini Blades/ Slim PERC H730 Adapter /Mini Monolit hic/ Mini Blades PERC H740P Adapter /Mini Monolit hic PERC H330 Adapter/ Mini Monolith ic/Mini Blades/ Embedd ed PER C H83 0 Adap ter PERC H840 Adapt er PERC FD33xD/ FD33xS Maxim
Virtual Disk Specifi cation PER C H80 0 PE RC H81 0 Ada pte r PERC H700 Adapter/ Integrate d/ Modular PERC H710 Mini Blade PERC H710 Adapt er/ Mini Monol ithic PER C H71 0P Ada pter PERC H310 Adapt er/ Mini Blade /Mini Monol ithic PERC H730P Adapter /Mini Monolit hic/ Mini Blades/ Slim PERC H730 Adapter /Mini Monolit hic/ Mini Blades PERC H740P Adapter /Mini Monolit hic PERC H330 Adapter/ Mini Monolith ic/Mini Blades/ Embedd ed PER C H83 0 Adap ter PERC H840 Adapt er PERC FD33xD/ FD33xS Minim
Virtual Disk Specifi cation PER C H80 0 PE RC H81 0 Ada pte r PERC H700 Adapter/ Integrate d/ Modular PERC H710 Mini Blade PERC H710 Adapt er/ Mini Monol ithic PER C H71 0P Ada pter PERC H310 Adapt er/ Mini Blade /Mini Monol ithic PERC H730P Adapter /Mini Monolit hic/ Mini Blades/ Slim PERC H730 Adapter /Mini Monolit hic/ Mini Blades PERC H740P Adapter /Mini Monolit hic PERC H330 Adapter/ Mini Monolith ic/Mini Blades/ Embedd ed PER C H83 0 Adap ter PERC H840 Adapt er PERC FD33xD/ FD33xS Maxim
RAID Levels Supported By PERC Hardware Controllers Table 45.
Read, Write, and Cache Policy PER C H80 0 PERC H810 Adapt er PERC H700 Adapter / Integrat ed/ Modular PERC H710 Adapte r/Mini Monoli thic/ Mini Blade PER C H710 P Ada pter PERC H310 Adapte r/Mini Blade/ Mini Monolit hic PERC H730P Adapter/ Mini Monolithi c/Mini Blades/ Slim PERC H730 Adapte r/ Mini Monoli thic/ Mini Blades PERC H740P Adapte r/ Mini Monoli thic PERC PERC PERC PERC H330 H830 H840 FD33xD/ Adapte Adapter Adapter FD33xS r/ Mini Monoli thic/ Mini Blades / Embed ded Adapti Yes ve Read A
Read, Write, and Cache Policy PER C H80 0 PERC H810 Adapt er PERC H700 Adapter / Integrat ed/ Modular PERC H710 Adapte r/Mini Monoli thic/ Mini Blade PER C H710 P Ada pter PERC H310 Adapte r/Mini Blade/ Mini Monolit hic PERC H730P Adapter/ Mini Monolithi c/Mini Blades/ Slim PERC H730 Adapte r/ Mini Monoli thic/ Mini Blades PERC H740P Adapte r/ Mini Monoli thic PERC PERC PERC PERC H330 H830 H840 FD33xD/ Adapte Adapter Adapter FD33xS r/ Mini Monoli thic/ Mini Blades / Embed ded Cache No I/O No No
Controller Tasks Supported On H200 Controllers Table 48.
Connector Tasks Supported On H200 Controllers Table 50. Connector Tasks Supported on H200 Controllers Connector Task Name PERC H200 Connector Rescan No Physical Disk Tasks Supported On H200 Controllers Table 51.
Virtual Disk Task Name PERC H200 Blink/Unblink Yes Reconfigure No Change Policy Yes Split Mirror No Unmirror No Delete Last Virtual Disk Yes Delete (any) Virtual Disk Yes Check Consistency No Cancel Check Consistency No Pause Check Consistency No Resume Check Consistency No Cancel Background Initialization (BGI) No Format Virtual Disk No Cancel Format Virtual Disk No Restore Dead Disk Segments No Initialize Virtual Disk No Fast Initialize Virtual Disk No Slow Initialize V
Virtual Disk Specifications For PERC H200 Controllers Table 54.
* — For PERC H200, the virtual disk creation process only considers the maximum virtual disk size. Any input provided in the Size field is ignored. Read, Write, And Cache Policy Supported By H200 Controllers Table 55.
• Read, Write, Cache And Disk Cache Policy • Enclosure Support Controller Tasks Supported On The PERC Software RAID Controllers Table 57. Controller Tasks Supported On The PERC S100, PERC S110, PERC S130, PERC S300 and S140 Controllers Controller Task Name PERC S100 PERC S110 PERC S130 PERC S300 PERC S140 Create Virtual Disk 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.
PERC S140 Support On Non-Volatile Memory Express Devices PERC S140 support on NVMe devices allows you to create RAID volumes or virtual disks on PCIe SSD devices connected with a PERC S140 controller. NOTE: This feature does not support NVDIMM's.
Virtual Disk Specifications For PERC Software RAID Controllers Table 60.
Virtual Disk Specification PERC S100 PERC S110 PERC S130 PERC S300 PERC S140 Minimum Number of 2 Physical Disks in a RAID 1 2 2 2 2 Minimum Number of Physical Disks in a RAID 5 3 3 3 3 3 Minimum Number of Physical Disks in a RAID 10 4 4 4 4 4 NOTE: When creating virtual disks using software RAID controllers, the information related to the physical disks linked to the virtual disk is enumerated or displayed on Storage Management after a short delay.
Read, Write, and Cache Policy PERC S100 PERC S110 PERC S130 PERC S300 Write Policy Yes Yes Yes Yes Write Back (Enabled) Yes Yes Yes Yes Write Through (Disabled) Yes Yes Yes Yes Force Write Back (Enabled Always) No No No No Write Cache Enabled Protected No No No No Cache Policy No No No No Disk Cache Policy No No No No Cache I/O No No No No Direct I/O No No No No Enclosure Support On The PERC Software RAID Controllers Table 63.
Controller Tasks Supported On The Non-RAID Controllers Table 64.
Connector Tasks Supported On The Non-RAID Controllers Table 66. Connector Tasks Supported on the Non-RAID Controllers Connector Task Name Non-RAID SCSI Non-RAID SAS Connector Rescan No No Physical Disk Tasks Supported On The Non-RAID Controllers Table 67.
Virtual Disk Task Name Non-RAID SCSI Non-RAID SAS Reconfigure No No Change Policy No No Split Mirror No No Unmirror No No Delete Last Virtual Disk No No Delete (any) Virtual Disk No No Check Consistency No No Cancel Check Consistency No No Pause Check Consistency No No Resume Check Consistency No No Cancel Background Initialization (BGI) No No Format Virtual Disk No No Cancel Format Virtual Disk No No Restore Dead Disk Segments No No Initialize Virtual Disk No
• Supported Features on PERC FD33xD/FD33xS, see Supported Features On The PERC Hardware Controllers Enclosure And Backplane Tasks Table 70.
22 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 73. 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 74.
Health Status Rollup - Some Physical Disks In A Virtual Disk Are In Foreign State Table 76. 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 77.
Health Status Rollup - Unsupported Firmware Version Table 79. 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 80.
Storage Subsystem Controller Connector Enclosure Enclosure EMM Virtual Disks Physical Disks Health Status Rollup - One Enclosure Temperature Probe Is Failed Table 83. Health Status Rollup: One Enclosure Temperature Probe is Failed Storage Subsystem Controller Connector Enclosure Enclosure Temperature Probe Virtual Disks Physical Disks Component Status Health Rollup N/A Health Status Rollup - Lost Both Power Connections To The Enclosure Table 84.
Storage Subsystem Controller Connector Enclosure Enclosure Physical Disk(s) Virtual Disks Physical Disks Health Status Rollup - Physical Disk Is Rebuilding Table 86.