Back to Contents Page

Dell Manager

Dell™ PowerEdge™ Expandable RAID Controller 4/Di User's Guide

  Starting Dell Manager

  Using Dell Manager in Red Hat Linux GUI Mode

  Configuring Arrays and Logical Drives

  Creating Arrays

  Rebuilding Failed Hard Drives

  Deleting Logical Drives

  Performing a Consistency Check

  Exiting the Dell Manager Utility


Dell™ Manager is a character-based, non-GUI utility that changes policies, and parameters, and monitors RAID systems. Dell Manager runs under Red Hat Linux 8.x or later, Advanced Server 2.1 or later, and Novell NetWare 6.0 or later.


Starting Dell Manager

To start Dell Manager from any directory, make sure the program file is in the usr/sbin directory, and type:

dellmgr


Using Dell Manager in Red Hat Linux GUI Mode

On a Red Hat Linux system, for Dell Manager to work correctly in a terminal in GUI Mode, you must set the terminal type to linux and keyboard mappings.

Perform the procedure below if you use konsole, gnome terminal, or xterm.

The linux console mode, which you select from the terminal with the File —> Linux Console command, works correctly by default. The text mode console (non-GUI) also works correctly by default.

To prepare the system to use Dell Manager, perform the following steps:

  1. Start the Terminal.

  2. Before you enter dellmgr to start Dell Manager, type the following commands:

TERM=linux

Export TERM

  1. Select Settings—> Keyboard—> Linux Console from the Terminal menu.

NOTE: On a Red Hat Linux 8.x system, when you run Dell Manager (v. x.xx) from a Gnome-terminal in XWindows, the <F10> key cannot be used to create a logical drive. Instead, use the alternate keys <Shift><0>. (This is not an issue if Xterm is used to call dellmgr). The following is a list of alternate keys you can use in case of problems with keys <F1> through <F6>, and <F10>:

Configuring Arrays and Logical Drives

  1. Designate hot spares (optional).

See "Designating Drives as Hot Spares" for more information.

  1. Select a configuration method.

See "Creating Arrays" for more information.

  1. Create arrays using the available physical drives.

  2. Define logical drives using the arrays.

  3. Save the configuration information.

  4. Initialize the logical drives.

Designating Drives as Hot Spares

Hot spares are physical drives that are powered up along with the RAID drives and usually stay in a standby state. If a hard drive used in a RAID logical drive fails, a hot spare automatically takes its place and the data on the failed drive is reconstructed on the hot spare. Hot spares can be used for RAID levels 1, 5, 10, and 50. The RAID controller supports up to eight hot spares.

The two methods for designating physical drives as hot spares are:

<F4> Key

When you select any configuration option in the Configure menu, all physical devices connected to the current controller appear. Perform the following steps to designate a drive as a hot spare:

  1. Select a configuration method on the Configure menu.

The list of hard drives displays.

  1. Press the arrow keys to highlight hard drives that display as READY.

  2. Press the spacebar to select the hard drives.

  3. Press <F4> to designate the drives as a hot spares.

The drive displays as HOTSP.

Objects Menu

  1. Select Objects—> Adapter—> Physical Drive.

A physical drive selection screen displays.

  1. Press the spacebar to select a hard drive and press <Enter> to display the action menu for the drive:

  1. Press the arrow keys to select Make Hotspare and press <Enter>.

  2. Select YES at the confirmation prompt.

The selected drive displays as HOTSP.


Creating Arrays

Create arrays using Automatic, Easy or New Configuration. See "Using Auto Configuration", "Using Easy Configuration", and "Using New Configuration" for procedures.

Using Auto Configuration

In Automatic Configuration, the RAID controller examines the physical drives connected to it and automatically configures them into arrays and logical drives.

If logical drives have already been configured when you select Automatic Configuration, the configuration information is not disturbed. The RAID controller uses the following configuration guidelines in the following sequence:

  1. Gather drives with the same capacity into groups of five, four, or three. These groups become arrays associated with RAID level 5 logical drives.

  2. Gather pairs of drives with the same capacity together. These pairs become arrays associated with RAID 1 logical drives.

  3. Configure any remaining single hard drives as arrays associated with RAID 0 logical drives.

Logical Drive Settings

Table 5-1 displays the logical drive parameters and default settings.

Table 5-1. Logical Drive Parameters and Default Settings 

Parameter

Setting

Stripe size

64 KB

Write policy

Write-through

Read policy

Adaptive

Cache policy

Direct I/O

Spanning

Enabled

The write policy, read policy, and cache policy can be changed after configuration is complete.

Performing an Auto Configuration

  1. Designate hot spares.

  2. Select Configure from the Dell Manager Management Menu.

  3. Select Automatic Configuration from the Configure menu and respond to the confirmation prompt.

The logical drives that result from Automatic Configuration display on the screen with a save prompt.

  1. Select YES to save the configuration.

  2. If you select YES at the space prompt, initialize the logical drives.

See "Initializing Logical Drives" for additional information.

Using Easy Configuration

In Easy Configuration, each physical array you create is associated with exactly one logical drive, and you can modify the following parameters:

If logical drives have already been configured when you select Easy Configuration, the configuration information is not disturbed.

  1. Select Configure from the Dell Manager Management Menu.

  2. Select Configure—> Easy Configuration.

The hot key information appears at the bottom of the screen.

  1. Press the arrow keys to highlight specific physical drives.

  2. Press the spacebar to associate the selected physical drive with the current array.

The selected drive changes from MASTER to ONLIN A[array number]-[drive number]. For example, ONLIN A2-3 means hard drive 3 in array 2.

  1. Add physical drives to the current array as desired.

Use drives of the same capacity in a specific array. If you use drives with different capacities in an array, all the drives in the array is treated as though they have the capacity of the smallest drive in the array.

The number of physical drives in a specific array determines the RAID levels that can be implemented with the array.

  1. Press <Enter> when you are finished creating the current array.

The logical drive configuration screen appears. The window at the top of the screen shows the logical drive that is currently being configured as well as any existing logical drives.

The column headings are:

LD - The logical drive number

RAID - The RAID level

Size - The logical drive size

#Stripes - The number of stripes in the associated physical array

StrpSz - The stripe size

DriveState The state of the logical drive

  1. Highlight RAID and press <Enter> to set the RAID level for the logical drive.

The available RAID levels for the current logical drive display.

  1. Select a RAID level and press <Enter> to confirm.

  2. Click Advanced Menu to open the menu for logical drive settings.

  3. Set the Stripe Size on the Advanced Menu.

Stripe Size specifies the size of the segments written to each drive in a RAID 1, 5 or 10 logical drive. You can set the stripe size to 2 KB, 4 KB, 8 KB, 16 KB, 32 KB, 64 KB, or 128 KB. The default stripe size is 64 MB.

A larger stripe size provides better read performance, especially if your computer does mostly sequential reads. However, if you are sure that your computer does random read requests more often, select a small stripe size.

  1. Set the Write Policy on the Advanced Menu.

Write Policy specifies the cache write policy. You can set the write policy to Write-back or Write-through. The default is Write-through.

Write-through caching has a data security advantage over write-back caching, while write-back caching has a performance advantage over write-through caching.

NOTICE: You should not use write-back for any logical drive that is to be used as a Novell NetWare volume.
  1. Set the Read Policy on the Advanced Menu.

Read Policy enables the IDE read-ahead feature for the logical drive. Read-ahead specifies that the controller uses read-ahead for the current logical drive.

  1. Set the Cache Policy on the Advanced Menu.

Cache Policy applies to reads on a specific logical drive. It does not affect the Read-ahead cache. The default setting is Direct I/O.

  1. Press <Esc> to exit the Advanced Menu.

  2. After you finish defining the current logical drive, select Accept and press <Enter>.

The array selection screen appears if any unconfigured hard drives remain.

  1. Repeat step 3 through step 15 to configure another array and logical drive.

  2. When finished configuring logical drives, press <Esc> to exit Easy Configuration.

A list of the currently configured logical drives appears. You are prompted to save the configuration.

  1. Select Save.

The Configure menu displays.

  1. Initialize the logical drives you have just configured.

See "Initializing Logical Drives" for more information.

Using New Configuration

In New Configuration, you can modify the following array parameters:

If you select New Configuration, the existing configuration information on the selected controller is destroyed when the new configuration is saved.

  1. Select Configure from the Dell Manager Management Menu.

  2. Select Configure—> New Configuration.

Hot key information appears at the bottom of the screen. <F10>.

  1. Press the arrow keys to highlight specific physical drives.

  2. Press the spacebar to select physical drives with the current array.

The selected drive changes from MASTER to ONLIN A[array number]-[drive number]. For example, ONLIN A2-3 means hard drive 3 in array 2.

  1. Add physical drives to the current array as desired.

  2. Press <Enter> when you are finished creating the current array.

  3. Repeat step 3 through step 6 to continue defining arrays or go to step 8 to begin logical drive configuration.

  4. Press <F10> to configure logical drives.

  5. Highlight RAID and press <Enter> to set the RAID level for the logical drive.

The available RAID levels for the current logical drive are listed.

  1. Select a RAID level and press <Enter> to confirm.

  2. Highlight Span and press <Enter> to set the spanning mode for the current logical drive.

The choices are:

To span two arrays, they must have the same stripe width (they must contain the same number of physical drives) and the arrays must be consecutively numbered.

For example, assuming Array 2 contains four hard drives, it can be spanned only with Array 1 and/or Array 3, and only if Arrays 1 and 3 also contain four hard drives. If the two criteria for spanning are met, the RAID controller allows spanning. If the criteria are not met, the Span setting makes no difference for the current logical drive.

  1. Configure RAID 10 by spanning two contiguous RAID 1 logical drives.

The RAID 1 logical drives must have the same stripe size and use the whole capacity of the hard drives.

  1. Move the cursor to Size and press <Enter> to set the logical drive size.

By default, the logical drive size is set to all available space in the array(s) being associated with the current logical drive, accounting for the Span setting and for partially used array space. For example, if the previous logical drive used only a part of the space in an array, the current logical drive size is set to the remaining space by default.

  1. Select the Advanced Menu to open the menu for logical drive settings.

  2. Set the Stripe Size on the Advanced Menu.

Stripe Size specifies the size of the segment written to each drive in a RAID 1, 5 or 10 logical drive. You can set the stripe size to 2 KB, 4 KB, 8 KB, 16 KB, 32 KB, 64 KB, or 128 KB. The default stripe size is 64 MB.

A larger stripe size produces better read performance, especially if your computer does mostly sequential reads. If you are sure that your computer does random reads more often, select a small stripe size.

  1. Set the Write Policy on the Advanced Menu.

Write Policy specifies the cache write policy. You can set the write policy to Write-back or Write-through. The default is Write-through.

Write-through caching has a data security advantage over write-back caching. Write-back caching has a performance advantage over write-through caching.

NOTICE: You should not use write-back for any logical drive that is to be used as a Novell NetWare volume.
  1. Set the Read Policy from the Advanced Menu.

Read Policy specifies that the IDE read-ahead feature is used for the logical drive. You can set this parameter to Read-ahead, No Read-ahead or Adaptive. The default is Adaptive.

  1. Set the Cache Policy on the Advanced Menu.

Cache Policy applies to reads on a specific logical drive. It does not affect the Read-ahead cache. The default is Direct I/O.

  1. Press <Esc> to exit the Advanced Menu.

  2. After the current logical drive is defined, select Accept and press <Enter>.

If space remains in the arrays, the next logical drive to be configured appears.

  1. Repeat step 8 to step 20 to configure another logical drive.

If all array space has been used, a list of the existing logical drives appears.

  1. Press any key to continue and select Save.

  2. Initialize the logical drives you have just configured.

See "Initializing Logical Drives" for more information.

Using View/Add Configuration

View/Add Configuration allows you to control the same parameters as New Configuration without disturbing the existing configuration information.

  1. Select Configure on the Dell Manager Management Menu.

  2. Select Configure—> View/Add Configuration.

Hot key information appears at the bottom of the screen. <F10>.

  1. Press the arrow keys to highlight the physical drives.

  2. Press the spacebar to select physical drives to be associated with the current array.

The selected drive changes from MASTER to ONLIN A[array number]-[drive number]. For example, ONLIN A2-3 means hard drive 3 in array 2.

  1. Add physical drives to the current array as desired.

  2. Press <Enter> to end the selection process.

  3. Repeat step 3 to continue defining arrays or go to step 5 to begin logical drive configuration.

  4. Press <F10> to configure logical drives.

  5. Highlight RAID to set the RAID level for the logical drive.

The available RAID levels for the current logical drive display.

  1. Select a RAID level and press <Enter> to confirm.

  2. Highlight Span and press <Enter> to display the spanning options for the current logical drive.

The choices are:

To span two arrays, they must have the same stripe width (they must contain the same number of physical drives) and must be consecutively numbered. For example, assuming array 2 contains four hard drives, it can be spanned only with array 1 and/or array 3, and only if arrays 1 and 3 also contain four hard drives. If the two criteria for spanning are not met, the Span setting ignored.

  1. Highlight a spanning option and press <Enter>.

  2. Configure RAID 10 by spanning two contiguous RAID 1 logical drives.

The RAID 1 logical drives must have the same stripe size and use the whole capacity of the hard drives.

  1. Move the cursor to Size and press <Enter> to set the logical drive size.

By default, the logical drive size is set to all available space in the array(s) being associated with the current logical drive, accounting for the Span setting and for partially used array space. For example, if the previous logical drive used only a part of the space in an array, the current logical drive size is set to the remaining space by default.

  1. Open the Advanced Menu to open the menu for logical drive settings.

  2. Set the Stripe Size in the Advanced Menu.

Stripe size sets the size of the segment written to each drive in a RAID 0, 1, or 5 logical drive. You can set the stripe size to 2 KB, 4 KB, 8 KB, 16 KB, 32 KB, 64 KB, or 128 KB. The default stripe size is 64 MB.

A larger stripe size produces better read performance, especially if your computer does mostly sequential reads. However, if you are sure that your computer does random reads more often, select a small stripe size.

  1. Set the Write Policy on the Advanced Menu.

Write Policy sets the cache write policy. You can set the write policy to Write-back or Write-through. The default is Write-through.

Write-through caching has a data security advantage over write-back caching, whereas write-back caching has a performance advantage over write-through caching.

NOTICE: You should not use write-back for any logical drive to be used as a Novell NetWare volume.
  1. Set the Read Policy on the Advanced Menu.

Read Policy enables the IDE read-ahead feature for the logical drive. Set this parameter to Read-ahead, No Read-ahead, or Adaptive. The default is Adaptive.

  1. Set the Cache Policy on the Advanced Menu.

Cache Policy applies to reads on a specific logical drive. It does not affect the Read ahead cache. The default setting is Direct I/O.

  1. Press <Esc> to exit the Advanced Menu.

  2. When you are finished defining the current logical drive, select Accept and press <Enter>.

If space remains in the arrays, the next logical drive to be configured appears.

  1. Repeat step 8 to step 21 to configure another logical drive.

If the array space is used, a list of the existing logical drives appears.

  1. Press any key to continue.

You are prompted to save the configuration.

  1. Respond to the Save prompt.

  2. Initialize the logical drives you have just configured.

See "Initializing Logical Drives" for more information.

Initializing Logical Drives

You should initialize each new logical drive you configure. You can initialize the logical drives individually or in batches (up to 40).

Batch Initialization

  1. Select Initialize from the Dell Manager Management Menu.

A list of the current logical drives appears.

  1. Press the arrow keys to highlight all drives to be initialized.

  2. Press the spacebar to select logical drives for initialization or press <F2> to select or deselect all the logical drives.

  3. When you have selected the logical drives, press <F10> and select YES at the confirmation prompt.

The progress of the initialization for each drive appears in bar graph format.

  1. When initialization is complete, press any key to continue.

  2. Press <Esc> to display the Management Menu.

Individual Initialization

  1. Select Objects—> Logical Menu from the Dell Manager Management Menu.

  2. Select the logical drive to be initialized.

The logical drive action menu displays.

  1. Select Initialize from the action menu.

The progress of the initialization appears as a graph on the screen.

  1. When initialization completes, press any key to display the previous menu.


Rebuilding Failed Hard Drives

If a hard drive fails in an array configured as a RAID 1 or 5 logical drive, you can recover the lost data by rebuilding the drive. If a rebuilding spare fails, a new rebuild is started using a second spare, if available. The capacity of the second spare must be equal to or greater than that of the failed drive.

Rebuild Types

Table 5-2 describes the automatic and manual rebuilds.

Table 5-2. Rebuild Types 

Type

Description

Automatic Rebuild

If you have configured hot spares, the RAID controller automatically tries to use them to rebuild failed drives. Display the Objects—> Physical Drive screen while a rebuild is in progress. The drive for the hot spare hard drive has changed to REBLD A[array number]-[drive number], indicating the hard drive being replaced by the hot spare.

Manual Rebuild

Manual rebuild is necessary if no hot spares with enough capacity to rebuild the failed drives are available. See the following procedures for manually rebuilding a drive.

Manual Rebuild – Rebuilding an Individual Drive

  1. Select Objects—> Physical Drive from the Dell Manager Management Menu to display the devices connected to the current controller.

  2. Press the arrow keys to select the physical drive to be rebuilt and press <Enter>.

The list displays of the actions for the physical drives.

  1. Select Rebuild from the action menu and respond to the confirmation prompt.

Rebuilding can take some time, depending on the drive capacity.

  1. When the rebuild completes, press any key to display the previous menu.

Manual Rebuild – Batch Mode

  1. Select Rebuild from the Dell Manager Management Menu.

A device selection window displays the devices connected to the current controller. The failed drives display as FAIL.

  1. Press the arrow keys to highlight the drives to rebuild.

  2. Press the spacebar to select the highlighted physical drives for rebuild.

  3. After selecting the physical drives, press <F10>

  4. At the confirmation prompt, press <Y> to accept.

The selected drives change to REBLD. Rebuilding can take some time, depending on the number of drives you have selected and their capacities.

  1. When the rebuild is complete, press any key to continue.

  2. Press <Esc> to display the Management Menu.


Deleting Logical Drives

Your RAID controller supports the ability to delete any unwanted logical drives and use that space for a new logical drive. You can have an array with multiple logical drives and delete a logical drive without deleting the whole array.

After you delete a logical drive, you can create a new one using the configuration utilities. You can create the next logical drive from the non-contiguous free space (`holes') and from the newly created arrays. The configuration utility provides a list of configurable arrays where there is a space to configure.

NOTICE: The deletion of the logical drive can fail under certain conditions: during a rebuild, initialization, or check consistency of a logical drive, if that drive has a higher logical drive number than the drive you want to delete.

Perform the following steps to delete a logical drive:

  1. Select Objects—> Logical Drive from the Management Menu.

The logical drives display.

  1. Use the arrow key to highlight the logical drive you want to delete.

  2. Press <F5> to delete the logical drive.

This deletes the logical drive and makes the space it occupied available for you to make another logical drive.


Performing a Consistency Check

Select Check Consistency to verify the redundancy data in logical drives that use RAID levels 1, 5, 10, or 50.

When you select Check Consistency, the parameters of the existing logical drives on the current controller and a selection menu listing the logical drives by number appear. If a discrepancy is found, it is automatically corrected, assuming always that the data is correct. However, if the failure is a read error on a data drive, the bad data block is reassigned with the generated data.

Perform the following steps to run the Check Consistency.

  1. Select Check Consistency from the Dell Manager Management Menu.

  2. Press the arrow keys to highlight the desired logical drives.

  3. Press the spacebar to select or deselect a drive for consistency checking.

  4. Press <F2> to select or deselect all the logical drives.

  5. Press <F10> to begin the consistency check.

A progress graph displays for each logical drive selected.

  1. When the consistency check is finished, press any key to clear the progress display.

  2. Press <Esc> to display the Management Menu.


Exiting the Dell Manager Utility

  1. Press <Esc> when the Management Menu appears.

  2. Select YES at the prompt.

A message appears if uninitialized logical drives remain in the system. Initialize any newly created logical drives.


Please read all restrictions and disclaimers.


Back to Contents Page