Integrated HP NetRAID Controller Configuration Guide HP Part Number 5969-4756 Printed in February 2000
Notice The information contained in this document is subject to change without notice. Hewlett-Packard makes no warranty of any kind with regard to this material, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. Hewlett-Packard shall not be liable for errors contained herein or for incidental or consequential damages in connection with the furnishing, performance, or use of this material.
Contents Introduction ......................................................................................................1 Integrated HP NetRAID Controller ..................................................................1 Channels and Devices ...............................................................................1 Integrated HP NetRAID Controller Hardware ..............................................4 Integrated HP NetRAID Firmware ..............................................................
Chapter Introduction 5 Configuration .............................................................................................47 Overview......................................................................................................47 Step C. Verify Hardware Setup.....................................................................47 Step D. Run Setup Utility..............................................................................47 For HP NetServer LH 3/3r and LH 4/4r, Run Setup Utility...
Chapter Introduction Step K. Install NOS-specific Configuration Utility..........................................81 Step L. Run HP NetRAID Express Tools ......................................................83 To Start HP NetRAID Express Tools ........................................................84 To Disable the HP NetRAID BIOS............................................................85 To Change the SCSI Transfer Rate..........................................................
Chapter Introduction Edit the regserv.dat and hosts Files........................................................116 Finishing Up...........................................................................................116 Novell NetWare Server Installation Instructions..........................................117 Using HP NetRAID Assistant to Manage Servers .......................................118 Before Starting HP NetRAID Assistant ...................................................
Chapter Introduction Glossary........................................................................................................161 Disk Array Terms and Technologies ...........................................................161 Index .............................................................................................................
Introduction This chapter describes the integrated HP NetRAID controller and its SCSI channels, hardware, firmware, and features. This chapter also tells you about this guide and other information sources. Integrated HP NetRAID Controller The integrated HP NetRAID controller in the HP NetServer provides an integral disk array storage system. The controller uses the PCI (Peripheral Component Interconnect) standard to control data transfers on SCSI channels.
Chapter Introduction Table 1-1.
Chapter Introduction Mass storage channels SCSI A and SCSI B support the internal and external storage devices as listed in Table 1-2. Table 1-2.
Chapter Introduction Integrated HP NetRAID Controller Hardware The integrated HP NetRAID controller includes the following hardware, which is described in Table 1-3: • IOP: The IOP (I/O Processor) for the integrated HP NetRAID controller directs all functions of the controller, including command processing, PCI and SCSI bus transfers, RAID processing, drive rebuilding, cache management, and error recovery.
Chapter Introduction Integrated HP NetRAID Firmware The integrated HP NetRAID controller firmware handles all RAID and SCSI command processing and also supports the following functions: • Disconnect/Reconnect feature optimizes SCSI Bus seek. • Tagged Command Queuing allows multiple commands to be sent to the controller, thus improving random access. • Scatter/Gather supports multiple address/count pairs.
Chapter Introduction The integrated HP NetRAID controller allows disk modules to be moved to an HP NetRAID Series adapter listed above without losing data readability. They can also be moved to integrated HP NetRAID channels in the following HP NetServers without losing data readability: • HP NetServer LH 3/3r • HP NetServer LH 4/4r • HP NetServer LH 3000/3000r • HP NetServer LH 6000/6000r • HP NetServer LT 6000r NOTE HP recommends backing up data before moving disk drive modules.
Chapter Introduction Changing Capacity and RAID Levels The integrated HP NetRAID controller can expand capacity and change RAID levels of logical drives without powering down the server. • Online Capacity Expansion: You can add a physical drive to a RAID 0, 3, or 5 logical drive. This can be an online operation if you are running Novell NetWare 4.2 or 5 or Microsoft Windows NT or Windows 2000.
Chapter Introduction About This Guide This Integrated HP NetRAID Controller Configuration Guide helps you plan and configure your HP NetRAID system. It guides you through power-up, launching the HP NetServer Navigator software, configuring the HP NetRAID system, and installing a NOS-specific configuration utility. It contains a glossary, and an appendix contains worksheets to use in planning the configuration of physical and logical drives.
Chapter Introduction You should also consult the following HP NetServer documentation: • Readme file for your HP NetServer on the HP NetServer Navigator CD-ROM • Your HP NetServer installation road map (if one was supplied with your system) • Your HP NetServer user guide or HP NetServer installation guide • Technical Reference Cards or labels on the HP NetServer system chassis (for cables and SCSI ID switch settings) • Internet site: http://www.hp.
2 RAID Overview This chapter summarizes concepts and terminology used to describe RAID systems. It describes the different RAID levels available with the integrated HP NetRAID controller. For definitions of terms not introduced here, see the Glossary. RAID Overview The integrated HP NetRAID controller lets you link multiple hard disk drives together and write data across them as if they were one large drive.
Chapter 2 RAID Overview Arrays can combine disk drives that are all on one channel, or they can combine disk drives from one or two different channels. Hot Spares A hot spare is a powered-on, stand-by disk drive that is ready for use should another disk drive fail. When a disk fails, the HP NetRAID firmware can automatically rebuild the data from the failed disk onto the hot spare. The system administrator can then replace the failed disk and designate the replacement as the new hot spare disk.
Chapter 2 RAID Overview The nine physical drives are in three arrays (A0, A1, and A2) with one global hot spare. Figure 2-3. Sample Configuration with Three Arrays and Three Logical Drives Understanding RAID Levels During installation, you configure your logical drives by running a disk array configuration utility. Each of the logical drives you define must have an assigned RAID level. Each RAID level has different advantages in terms of performance, redundancy, and capacity.
Chapter 2 RAID Overview Arrays with No Redundancy: RAID Level 0 RAID 0: Striping In RAID 0 configurations, data is distributed among hard disks in the array via an algorithm called striping. Data written to a logical drive is divided into pieces called blocks. RAID 0 provides no data redundancy. If one hard disk fails, the data is lost from the entire logical drive and must be retrieved from a backup copy.
Chapter 2 RAID Overview Non-spanned Arrays with Redundancy: RAID Levels 1, 3, and 5 RAID 1: Mirroring In RAID 1 configurations, data on one disk is completely duplicated on another disk. This is called mirroring. RAID 1 must be configured on a two-disk array. (The array cannot contain more than two disk drives.) With this algorithm, if either of the two disks fail, data is available from the duplicate disk.
Chapter 2 RAID Overview RAID 3: Striping with Dedicated Parity In RAID 3 configurations, each data stripe generates one parity block to provide redundancy and data protection. The parity block is encoded information that can be used to reconstruct the data on that stripe if one of the disks fails. RAID 3 configurations dedicate one disk in the array to store all parity blocks.
Chapter 2 RAID Overview RAID 5: Striping with Distributed Parity RAID 5 is the most common configuration because it provides good overall performance and data protection with a minimum loss of storage capacity. RAID 5 distributes the parity blocks equally among all disk drives to achieve better overall performance than if a dedicated parity disk is used (RAID 3).
Chapter 2 RAID Overview Spanned Arrays: RAID Levels 10, 30, and 50 Array spanning allows the capacity of two, three, or four arrays to be combined into a single storage space. A spanned array configuration must have the same number of disk drives in each array: each array can have two disks, three disks, four disks, and so on. RAID 10: Spanning with Mirrored Arrays A RAID 10 configuration uses two, three, or four pairs of mirrored disks, spanning two, three, or four arrays, respectively.
Chapter 2 RAID Overview RAID 30: Spanning with Dedicated Parity Drives In RAID 30 configurations, parity blocks provide redundancy to a logical drive that spans two, three, or four arrays. (RAID 30 is a RAID 3 configuration with array spanning.
Chapter 2 RAID Overview RAID 50: Spanning with Distributed Parity In RAID 50 configurations, parity blocks are distributed throughout the logical drive that spans two, three, or four arrays. (RAID 50 is a RAID 5 configuration with array spanning.
Chapter 2 RAID Overview Table 2-1.
Chapter 2 RAID Overview Table 2-2.
Chapter 2 RAID Overview Figure 2-4.
3 Configuration Overview To configure your integrated HP NetRAID controller, you need to perform the following steps. Steps A through M are described in Chapters 4 through 7 of this guide. Step A. Plan Your Hardware (Chapter 4 and Worksheet A) Step H. Decide I2O Operation or NonI2O Operation (Chapter 6) Step B. Plan Arrays and Logical Drives (Chapter 4 and Worksheets A and B) Step I. Use HP NetServer Navigator CD-ROM to Prepare Diskettes (Chapter 6) Step C. Verify Hardware Setup (Chapter 5) Step J.
4 Planning Overview Before configuring your disk array subsystem, you should invest some time in planning the configuration that best suits your computing environment. The options you choose depend on factors such as the host operating system used and your requirements for data protection, performance, and capacity. This chapter guides you through the planning process. • Step A, Plan Your Hardware, is the first step. • Step B, Plan Arrays and Logical Drives, is the second step.
Chapter 4 Planning Sample Worksheet A Figure 4-1 shows a sample Configuration Worksheet A. (See Appendix B for a complete explanation of this example.
Chapter 4 NOTE Planning SCSI ID 7 is reserved for the integrated HP NetRAID controller. For internal mass storage in HP NetServer LH 3000/3000r, LH 6000/6000r, and LT 6000r, SCSI ID 5 is reserved for the SAF-TE (SCSI Access Fault-Tolerant Enclosure) processor that manages the hot-swap mass storage cage. For an external mass storage enclosure with a SAF-TE processor, a SCSI ID is reserved for that processor. The number of the reserved SCSI ID varies with the type of external enclosure.
Chapter 4 Planning Table 4-1.
Chapter 4 Planning Detailed descriptions of the SCSI channels are as follows: • HP NetServer LH 3/3r and LH 4/4r: ◊ SCSI A has these characteristics: ∗ By default, SCSI channel A is connected to the hot-swap mass storage cage that was shipped with your HP NetServer. ∗ By default, the integrated HP NetRAID subsystem is enabled for SCSI A. ◊ SCSI B has these characteristics: ∗ By default, SCSI channel B is connected to the non-hot-swap devices.
Chapter 4 Planning • HP NetServer LH 3000/3000r and LH 6000/6000r: ◊ SCSI A has these characteristics: ∗ By default, SCSI channel A is connected to the internal hot-swap mass storage cage that was shipped with your HP NetServer. ∗ By default, the integrated HP NetRAID subsystem is enabled for SCSI A. ◊ SCSI B has these characteristics: ∗ By default, SCSI channel B is not connected. An optional internal hot-swap mass storage cage or external enclosure could be connected to it.
Chapter 4 Planning LUNs, and you want to operate in HP NetRAID mode, you must connect the device to a SCSI controller accessory board. ∗ If integrated HP NetRAID is enabled and you plan to use a tape backup device, you must connect the device to a SCSI controller accessory board. HP NetRAID Channels The integrated HP NetRAID controller refers to channels as 0 and 1. l For HP NetServer LH 3/3r and LH 4/4r, if only one HP NetRAID channel is enabled, it becomes Channel 0.
Chapter 4 Planning How to Handle Non-Hot-Swap Devices Non-hot swap devices in HP NetServer LH 3/3r and LH 4/4r are on SCSI channel B (unless they have been connected to a separate SCSI controller accessory board). Non hot-swap devices in HP NetServer LH 3000/3000r and LH 6000/6000r are independent of integrated HP NetRAID channels.
Chapter 4 Planning SCSI Transfer Rate ! On Worksheet A, record the SCSI transfer rate for each channel. The default SCSI transfer rate is Ultra2 because the internal hot-swap mass storage cage supports Ultra2 disk drive modules. However, you can change the SCSI transfer rate to Fast or Ultra if the channel is connected to an external mass storage enclosure.
Chapter 4 Planning • For each array, automatic configuration looks to see if you have asked to implement redundancy (checked the Redundancy box). If you are not using redundancy, all logical drives are assigned RAID level 0. • If an array contains two drives and you checked Redundancy, the logical drive is assigned RAID level 1. • If a group contains three to five drives and you checked Redundancy, the logical drive is assigned RAID level 5.
Chapter 4 Planning • Decide the rebuild rate • Plan logical drives Plan Your Non-Hot-Swap Devices ! For HP NetServer LH 3/3r and LH 4/4r, if you plan to enable integrated HP NetRAID on SCSI B, you need to decide how to use any non-hot-swap SCSI devices on the SE connector. For HP NetServer LT 6000r, you need to decide how to use any non-hot-swap SCSI devices on the external SCSI B channel. For each of these non-hot-swap devices, log its array number in Worksheet A.
Chapter 4 Planning When you create your arrays, you should look ahead toward the logical drives that you will configure later. (Logical drives are discussed in "Plan Logical Drives" later in this chapter.) Here are some considerations about logical drives that might impact how you set up your arrays: • Consider what RAID levels you will need. ◊ Different RAID levels require different minimum numbers of physical drives.
Chapter 4 Planning Figure 4-2. Two Logical Drives Where Whole Arrays Appear on Different Channels Figure 4-3 shows the same configuration, except Array A0 contains physical drives from both Channel 0 and Channel 1. Figure 4-3.
Chapter 4 Planning Plan Hot Spares (Optional) ! On Worksheet A, log any hot spare disk modules and indicate whether each is global or dedicated to a particular array. A hot spare is a powered-on, stand-by disk that is ready for use should another disk fail. When a disk fails, the HP NetRAID firmware can automatically rebuild the data from the failed disk onto the hot spare. Unless a rebuild occurs, a hot spare does not contain user data.
Chapter 4 Planning Plan Logical Drives Logical drives are virtual drives configured within an array or across arrays. Logical drives can take three forms: • A logical drive can use all of the storage capacity of one array. • A logical drive can use less than the available storage capacity of one array. The remaining capacity can be used by one or more logical drives. • A logical drive can span arrays by using capacity in two, three, or four different arrays.
Chapter 4 Planning ◊ Although each drive in an array must have the same capacity, one logical drive can span two or more arrays with different capacities. For example, one array might contain three drives of 2 GB each, and the second array might contain three drives of 4 GB each. One logical drive can span both of these arrays. ◊ Spanned arrays must be numbered consecutively.
Chapter 4 Planning Logical Drives, RAID Levels, and Array Spanning ! On Worksheet B, logical drives are numbered LD0 through LD7.
Chapter 4 Planning Write Policy ! When the IOP writes to disk, the data is first written to the cache on the assumption that the IOP will read it again soon. The two Write policies are: • Write-Through: In a write-through cache, data is written to disk at the same time it is cached. This setting provides better security because entries are always copied to disk. This is the default setting. • Write Back: In a write-back cache, data is written to disk only when it is forced out of the cache.
Chapter 4 Planning Cache Policy ! HP NetRAID lets you choose one of two cache policies: • Cached I/O: Reads are always cached regardless of randomness. The selected Read policy (Read-Ahead, Normal, or Adaptive) and Write policy (Write-Through and Write-Back) always apply. This is the default setting. • Direct I/O: First reads to a new location always come directly from the disk. If a location is read repeatedly, then the Read policy as selected will apply and the read data will be cached.
5 Configuration Overview This chapter covers Steps C, D, E, F, and G of the installation procedure. You should already have completed Step A, "Plan Your Hardware," and Step B, "Plan Arrays and Logical Drives," in Chapter 4. Step C. Verify Hardware Setup Verify that your hardware setup matches the plans you sketched in Worksheet A.
Chapter 5 Configuration For HP NetServer LH 3/3r and LH 4/4r, Run Setup Utility The HP NetServer factory default setting enables the integrated HP NetRAID controller for the SCSI A port only. Use the Setup utility to verify this setting, or to enable the integrated HP NetRAID controller for the SCSI B port as well.
Chapter 5 Configuration 4. View the configuration in NVRAM to decide whether it is correct. Press Esc. You are asked if you want to save the configuration. • If the NVRAM configuration is correct, answer Yes to save it. Go to Step 7. • If the NVRAM configuration is not correct, answer No. 5. View the configuration in the drives. Press Esc. • If the drives configuration is correct, answer Yes to save it. Go to Step 7. • If the drives configuration is not correct, answer No.
Chapter 5 Configuration 3. If a password has been set, provide it when prompted. 4. When the Setup Utility menu is displayed, the settings for the integrated HP NetRAID controller are: • Integrated HP NetRAID [Enable/Disable] This setting enables or disables the integrated HP NetRAID controller for both SCSI ports. To use the HP NetRAID controller, this setting must be set to Enable.
Chapter 5 Configuration 7. In the Setup Configuration dialog box, press the Enter key to answer "Yes" to the question "Save configuration and exit now?" The HP NetServer reboots. 8. Go to Step E. For HP NetServer LH 3000/3000r, LH 6000/6000r, and LT 6000r, Run Setup Utility Use the Setup utility to verify HP NetRAID control of SCSI channels A and B (the default setting) and to verify the boot device priority and the priority of various hard disk drive controllers within the boot device priority.
Chapter 5 Configuration 5. View the configuration in the drives. Press Esc. • If the drives configuration is correct, answer Yes to save it. Go to Step 7. • If the drives configuration is not correct, answer No. • If neither configuration is correct (or if you tried the steps above and the configuration mismatch persists), follow Steps 6, 7, and 8 to clear configuration information from integrated HP NetRAID NVRAM and exit. Then restore from a backup. 6.
Chapter 5 Configuration 3. If a power-on password has been set, provide it when prompted. 4. When the Setup Utility menu is first displayed, the Configuration menu is also displayed. (If the Configuration menu is not displayed, use the left arrow key to highlight Configuration on the Main menu.) The system time and system date are displayed. If either needs to be changed, use the down arrow on the keyboard to highlight the item. Then follow the instructions on the screen. Verify Boot Order 5.
Chapter 5 Configuration 11. The Embedded LAN and SCSI Settings submenu is displayed. If HP NetRAID/LVD SCSI is not already highlighted, use the up and down arrows to highlight it. Read the values in the brackets to determine whether HP NetRAID is enabled. ◊ Enable LVD SCSI indicates that LVD SCSI is enabled and HP NetRAID is disabled. This is the setting for non-RAID operation of the mass storage connected to SCSI A and B on the I/O board.
Chapter 5 Configuration Step E. Launch HP NetRAID Assistant Start HP NetServer Navigator CD-ROM To launch HP NetRAID Assistant, start the HP NetServer that you are configuring from the HP NetServer Navigator CD-ROM. Ensure that all the external SCSI devices power up before or at the same time as the host computer.
Chapter 5 Configuration HP NetRAID Assistant Figure 5-1. HP NetRAID Assistant Figure 5-1 shows a typical configuration of HP NetServer LH 3/3r or LH 4/4r where SCSI A is included in the HP NetRAID subsystem and SCSI B is excluded. If you include both SCSI A and SCSI B, you see two channel columns of physical devices. NOTE For HP NetServer LH 3000/3000r, LH 6000/6000r, and LT 6000r, HP NetRAID Assistant always displays two channel columns.
Chapter 5 Configuration The HP NetRAID Assistant window contains the following features from top to bottom: • Menu bar: The menu bar activates pull-down menus for Configuration, Adapter, Physical Drives, Logical Drives, Progress, and Help. • Toolbar: The toolbar icons are separated into four categories of functions: Configuration, Properties, Miscellaneous, and Other. They provide shortcuts to access the menu options. Figure 5-2.
Chapter 5 Configuration NOTE For internal mass storage in HP NetServer LH 3000/3000r and LH 6000/6000r, and LT 6000r, SCSI ID 5 is reserved for the SAF-TE processor that manages the hot-swap mass storage cage. For an external mass storage enclosure with a SAF-TE processor, a SCSI ID is reserved for that processor. The number of the reserved SCSI ID varies with the type of external enclosure.
Chapter 5 Configuration Select Adapter to Configure If you installed one or more HP NetRAID Series adapters, look in the Adapter box to see if the integrated HP NetRAID controller is displayed. The integrated HP NetRAID controller is always defined as Adapter 0. If not, select it from the pull-down list. Clear Configuration You should clear the configuration to prepare it for the new configuration. To clear the existing configuration: 1. Select the Configuration menu. 2. Choose Clear Configuration. 3.
Chapter 5 Configuration Assign Global Hot Spares NOTE Refer to Worksheet A when assigning hot spares. To assign any physical drives to the global hot spare pool: 1. Click on a Ready physical drive in the Physical Devices box. This drive must have capacity that is at least as great as any drive it will replace. You can select more than one Ready drive if you want to create more than one global hot spare. Clicking on a Ready drive either selects it or deselects it. 2.
Chapter 5 Configuration Figure 5-3. HP NetRAID Assistant Wizard Starting Window 3. Click one of the following configuration modes: ◊ Select Custom if you want to define the arrays and logical drives and set their parameters. ◊ Select Automatic if you want the HP NetRAID Assistant Wizard to define the arrays and logical drives (and set their parameters) for you automatically. When you select Automatic mode, you can toggle the Redundancy check mark at the bottom of the window.
Chapter 5 Configuration Define Physical Arrays and Dedicated Hot Spares NOTE Refer to Worksheet A when defining arrays. The HP NetRAID Assistant Wizard Array Definition window appears, displaying the Physical Devices and Logical Devices configured on your system. It will be similar to the display shown in Figure 5-4 depending on your configuration. The "new array" in the Logical Devices box shows where a new array can be defined. Figure 5-4.
Chapter 5 Configuration 4. When the array is complete, click the Accept Array button. All physical drives assigned to arrays display their array numbers to the right of the SCSI ID. The numbering is zero-based. For example, A0 designates a physical drive assigned to Array 0. 5. The next new array appears. Assign physical drives to it as described above. Be sure to click the Accept Array button to close the array. To assign physical drives to an existing (not new) array: 1.
Chapter 5 Configuration 2. Click the Reclaim button to convert the hot spares to Ready physical drives. When you are finished defining arrays and dedicating hot spares: Click the Next button. Define Logical Drives NOTE Refer to Worksheet B when defining logical drives. After you finish defining arrays and dedicating hot spares, and click Next, the HP NetRAID Assistant Wizard Logical Drive Definition window appears. A sample window is shown in Figure 5-5. Figure 5-5.
Chapter 5 Configuration The window is ready for you to define Logical Drive 0. • The Logical Drive Parameters box shows the number of the logical drive being defined and has boxes to set its RAID level and size. • The Span Arrays check box turns array spanning on or off. • The Advanced button leads to more parameters, which are preset but can be changed. • The Logical Devices box depicts the arrays, the logical drives on each array, and the global hot spare pool.
Chapter 5 Configuration NOTE The arrays to be spanned must have sequential array numbers and each array must contain the same number of physical drives. HP NetRAID Assistant will attempt to span up to four arrays. Array spanning will stop when: • It has created a logical drive of the size you specify in Step 2 below. • The next sequentially numbered array has a different number of drives. (Spanned arrays must contain the same number of drives in each array.
Chapter 5 Configuration Preview Configuration NOTE Refer to Worksheets A and B when checking the configuration. The HP NetRAID Assistant Wizard Configuration Preview window, shown in Figure 5-6, displays the configuration proposed for the physical and logical drives. Figure 5-6. HP NetRAID Assistant Wizard Configuration Preview Window NOTE The RAID level of a logical drive that spans arrays lacks the terminal zero.
Chapter 5 Configuration To display the properties of a logical drive: Double-click the logical drive in the Logical Devices box. To display the properties of a physical drive: Double-click the physical drive in the Physical Devices box. To change a logical drive: 1. Click the Back button to back up to the previous screen. 2. Delete the last logical drive defined (accepted) by clicking the Undo button. Keep clicking Undo until you have removed the logical drive you want to change. 3.
Chapter 5 Configuration Step G. Save Configuration and Initialize In this step, you will do the following: • Save the configuration to a binary file • Print a copy of the configuration • Initialize the logical drives if you have not done so already Save to Binary File To save the configuration to a binary file: 1. Choose Save from the Configuration menu. The Save Configuration dialog box appears. 2. Type the file name and directories to be used to save the configuration. The file type should be *.cfg.
Chapter 5 Configuration 3. Choose Initialize from the Logical Drive menu and click OK. The Initialize screen appears with separate windows for each logical drive. The bar graph for each logical drive shows the progress of the initialization. 4. Click the Abort button if you need to stop the initialization of that logical drive. 5. To rearrange individual windows, click the Arrange menu and make a selection. 6. Repeat the initialization process for other logical drives as necessary.
6 HP NetRAID Software Overview In this chapter you will complete the next five steps of the configuration: • Follow Step H if you plan to install NetWare 4.2 or 5. In Step H you choose whether you want to use I2O (Intelligent Input/Output) operation or non-I2O (conventional) operation.
Chapter 6 HP NetRAID Software Table 6-1.
Chapter 6 HP NetRAID Software Table 6-1. Summary of HP NetRAID Software Installation (continued) NOS Step H IBM OS/2, SCO UnixWare, or SCO OpenServer Does not apply Steps J and K Step L Create diskette with NOS installation instructions and HP NetRAID drivers Step I Install NOS manually Optional NOS-specific configuration utility is included on diskette Install NOS-specific configuration utility Install HP NetRAID drivers Step H.
Chapter 6 HP NetRAID Software Step I. Use HP NetServer Navigator CD-ROM to Prepare Diskettes In this step, you will use the HP NetServer Navigator CD-ROM to create the diskettes you need to install the HP NetRAID drivers and the HP NetRAID configuration utility specific to your NOS. The diskettes that you need to create may depend upon whether you plan to use Installation Assistant's automatic mode of NOS installation, or whether you plan to install the NOS manually.
Chapter 6 HP NetRAID Software • For IBM OS/2, SCO UnixWare, or SCO OpenServer, create the diskette(s) containing the HP NetRAID drivers and instructions for installing the NOS. The NOS-specific configuration utility will also be copied to the drivers diskette(s). Check Latest Versions To ensure that you have the latest versions of the software, obtain the current Status Report for your HP NetServer Navigator CD-ROM.
Chapter 6 HP NetRAID Software Using a Separate Workstation to Create Drivers Diskette and Instructions To use a separate PC workstation to create the diskette(s) containing the drivers for your NOS and the instructions for installing the NOS, do the following: 1. Turn on the workstation and monitor, if they are not already on, and log on if necessary. 2. Insert the HP NetServer Navigator CD-ROM into the drive.
Chapter 6 HP NetRAID Software Using the HP NetServer to Create Drivers Diskette and Instructions To use the HP NetServer you are configuring to create the diskette(s) containing the drivers for your NOS and the instructions for installing the NOS, do the following: 1. Turn on the HP NetServer and monitor, if they are not already on, and insert the HP NetServer Navigator CD-ROM into the drive. Turn off the HP NetServer power, wait 10 seconds, and turn it back on again. 2.
Chapter 6 HP NetRAID Software Make NOS-specific Configuration Utility Diskette If you plan to install Windows NT, Windows 2000, or Novell NetWare, you must make another diskette containing the NOS-specific configuration utility. NOTE You can skip this step if you plan to install IBM OS/2, SCO UnixWare, or SCO OpenServer. The NOS-specific configuration utility was already copied to the drivers diskette(s). Go to "Print NOS Installation Instructions" later in this chapter.
Chapter 6 HP NetRAID Software Using the HP NetServer to Create NOS-specific Configuration Utility Diskette To use the HP NetServer to create the diskette(s) needed to install the NOSspecific utility for Windows NT, Windows 2000, or NetWare: 1. From the HP Navigator Main Menu, choose NetServer Utilities. 2. Choose Diskette Library. 3. From the Diskette Library, do the following: ◊ For Windows NT or Windows 2000, create the utility diskette by selecting NetRAID Software for Windows in the diskette library.
Chapter 6 HP NetRAID Software NOTE For I2O operation under NetWare 4.2 or 5, load the NOS manually, rather than using HP's automatic mode of NOS installation. Install HP NetRAID Series Driver Load the appropriate driver(s) as instructed in the NOS Installation Instructions that you printed in Step I earlier in this chapter. The driver names are listed in Table 6-2. NOTE For I2O operation under NetWare 4.
Chapter 6 HP NetRAID Software Step K. Install NOS-specific Configuration Utility In this step, you install the configuration utility specific to your NOS. • If you are using any version of Microsoft Windows NT or Windows 2000, you install the HP NetRAID Assistant utility. This is the Windows NT and Windows 2000 version of the utility you used to configure your system in Chapter 5. • If you are using Novell NetWare, IBM OS/2, SCO UnixWare, or SCO OpenServer, you install the HP NetRAID Config utility.
Chapter 6 HP NetRAID Software Microsoft Windows NT Terminal Server Edition NOTE Windows NT Terminal Server Edition must be operating in INSTALL mode when you install the HP NetRAID software for Windows NT. Otherwise, the administrator may see it as properly installed, but it may fail for other users. There are three relevant commands for the DOS prompt: • CHANGE USER /INSTALL = sets it to install mode. • CHANGE USER /EXECUTE = sets it to execute mode.
Chapter 6 HP NetRAID Software 3. Type cd\ and press the Enter key. 4. Type md NetRAID and press the Enter key. 5. Type cd NetRAID and press the Enter key. 6. Insert the diskette containing the HP NetRAID drivers for IBM OS/2. 7. Type copy :\netraid\*.* and press the Enter key, where is the diskette drive. 8. Type megaconf.exe from the NetRAID directory to run the HP NetRAID Config utility. Novell NetWare 4.2 and 5 1. Exit to the DOS prompt. 2.
Chapter 6 HP NetRAID Software ◊ You do not need to set the SCSI transfer rate if you are using internal hot-swap mass storage only, since it is Ultra2. • To operate in I2O mode, set the PCI class code to I2O mode. NOTE Instead of using HP NetRAID Express Tools to change the PCI class code, you can use the Set Class utility in the "NetRAID Software for DOS" utility in the diskette library on the HP NetServer Navigator CD-ROM.
Chapter 6 HP NetRAID Software To Disable the HP NetRAID BIOS If you want to prevent the system from booting from the integrated HP NetRAID controller or from any of the following HP NetRAID Series adapters, you can disable the HP NetRAID BIOS: • HP NetRAID (D4943A) • HP NetRAID-1 (D4992A) • HP NetRAID-3Si (D5955A) • HP NetRAID-1Si (D2140A) To disable the HP NetRAID BIOS for all adapters in the system, choose Disable BIOS from the Tools Management menu. To Change the SCSI Transfer Rate 1.
Chapter 6 HP NetRAID Software To Change the PCI Class Code to I2O To support I2O operation, set the PCI class code to I2O on the integrated HP NetRAID controller and on all HP NetRAID Series adapters in the system, other than HP NetRAID and HP NetRAID-1 adapters, which do not support I2O. NOTE Instead of using HP NetRAID Express Tools to change the PCI class code, you can use the Set Class utility in the "NetRAID Software for DOS" utility in the diskette library on the HP NetServer Navigator CD-ROM.
7 Preparing for Online Capacity Expansion Step M. Prepare for Online Capacity Expansion The HP NetRAID Online Capacity Expansion feature allows you to add new storage capacity to drives controlled by an integrated HP NetRAID controller without rebooting the server. Online Capacity Expansion has these restrictions: • You can use Online Capacity Expansion with any logical drive of RAID level 0, 3, or 5.
Chapter 7 Preparing for Online Capacity Expansion Refer to one of the following sections in this chapter: • See "Preparing for Online Capacity Expansion Under NetWare 4.2" if you are using Novell NetWare 4.2. • See "Preparing for Online Capacity Expansion Under NetWare 5" if you are using Novell NetWare 5. • See "Preparing for Online Capacity Expansion under Windows NT" if you are using Microsoft Windows NT.
Chapter 7 Preparing for Online Capacity Expansion Under NetWare 4.2, you create a 144-GB partition, but within that partition you only create a logical drive totaling 12 GB or less. Since there is unused partition space, the physical storage of 12 GB can be expanded online by adding another hard disk drive, but the partition remains at 144 GB. Precautions When using the Online Capacity Expansion feature, it is very important that you do not create volumes that exceed the actual physical capacity.
Chapter 7 Preparing for Online Capacity Expansion NOTE SFT-3 and mirroring users: Novell's operating system, which provides system level fault tolerance by mirroring two systems, is not compatible with the Online Capacity Expansion feature. SFT-3 mirrors disk storage on a partition basis rather than a volume basis. Because of the virtual space created within the partition, SFT-3 cannot successfully mirror the partitions. This limitation also applies to regular mirroring (without SFT-3) of volumes.
Chapter 7 Preparing for Online Capacity Expansion Preparation Steps for NetWare 4.2 This section makes the following assumptions: • You have already configured your HP NetRAID system as discussed in Chapter 5. You should have created only one logical drive per array. • You have initialized your logical drives. NOTE It is important to initialize your logical drives.
Chapter 7 Preparing for Online Capacity Expansion 5. Choose Logical Drive from the Objects menu. 6. From the Logical Drives menu, choose the logical drive you want to prepare for expansion. 7. From the Logical Drive menu for the drive you want to prepare, choose Properties. 8. Choose Virtual Sizing. 9. On the Virtual Size Feature menu, choose Enable, and confirm your choice. 10. Press Esc twice to return to the Logical Drive menu.
Chapter 7 Preparing for Online Capacity Expansion III. Create the NetWare Volume How you create the NetWare volume depends on where you installed NetWare. • For drives that do not contain the NetWare 4.2 operating system, see "Create Volumes on Drives that do not Contain NetWare 4.2." • If NetWare 4.2 was installed on a disk array, see "Create Volumes on Drives That Contain NetWare 4.2." Create Volumes on Drives that do not Contain NetWare 4.
Chapter 7 Preparing for Online Capacity Expansion The new volume is now ready for use. Assume, for example, that the volume is called VOL1 and that its physical capacity is 12 GB. Its partition is 144 GB. Leave the remaining virtual storage space (144 GB minus 12 GB) as unused. You can write data up to 12 GB on the drive. Create Volumes on Drives that Contain NetWare 4.2 Sometimes it is desirable to have the network operating system reside on a disk array.
Chapter 7 Preparing for Online Capacity Expansion Preparing for Online Capacity Expansion under NetWare 5 About Capacity Expansion under NetWare 5 Normally, to add capacity you must shut down the server to reconfigure and then restore data, or you must add the new storage space as a new volume. The Online Capacity Expansion feature allows you to expand an existing logical drive without shutting down the server. The Online Capacity Expansion feature cannot be used if a logical drive spans multiple arrays.
Chapter 7 Preparing for Online Capacity Expansion In most installations, the operating system is installed on a SCSI drive connected outside of the HP NetRAID system. However, NetWare 5 can reside on a disk array in the HP NetRAID system to achieve redundancy. Preparation Steps for NetWare 5 This section makes the following assumptions: • You have already configured your HP NetRAID system as discussed in Chapter 5. You should have created only one logical drive per array.
Chapter 7 Preparing for Online Capacity Expansion 1. Restart the host HP NetServer, and watch for the message: Option: Experienced users may press for HP NetRAID Express Tools now. Firmware Initializing 2. When the message is displayed, press . When the system stops scanning, HP NetRAID Express Tools starts and displays the Tools Management menu. 3.
Chapter 7 Preparing for Online Capacity Expansion Preparing for Online Capacity Expansion under Windows NT About Capacity Expansion under Windows NT Normally, adding capacity requires shutting down the server to reconfigure or restore an existing volume or to add the new storage space as a new volume. Using the Online Capacity Expansion feature allows you to expand an existing logical drive without shutting down the server.
Chapter 7 Preparing for Online Capacity Expansion logical drive can be checked with the HP NetRAID Assistant under Windows NT. The Online Capacity Expansion feature cannot be used if a logical drive spans multiple arrays. Each array can contain only one logical drive. Reconstruction (for the purposes of adding a drive to an existing array) can only be done on an array having a single logical drive. It is also important to plan future storage expansion into your installation.
Chapter 7 Preparing for Online Capacity Expansion I. Enable Virtual Sizing NOTE Clearing a previous configuration does not reset the virtual sizing setting for a logical drive. Use the Reset to Factory Defaults option in HP NetRAID Express Tools to disable virtual sizing for all logical drives, or manually change the setting as described below. 1. Restart the host HP NetServer, and watch for the message: Option: Experienced users may press for HP NetRAID Express Tools now.
Chapter 7 Preparing for Online Capacity Expansion 12. To exit, press Esc until you see the Exit? box, and choose Yes. II. Start Windows NT and Enter the Disk Administrator Start Windows NT, and enter the Disk Administrator. Here you see the new logical drive shown as a single unpartitioned/unformatted drive of 500 GB. Although there might be only 12 GB of real storage space on the logical drive, the Online Capacity Expansion feature creates a virtual drive of 500 GB. III.
Chapter 7 Preparing for Online Capacity Expansion Partition and Format a Drive that Contains Windows NT Sometimes it is desirable to have the network operating system reside on a disk array. The advantage is that the NOS resides on a redundant drive. Virtual sizing can be used with a disk array that is used as the boot device and also contains user data. The key limitation is that Windows NT only allows a FAT boot partition size of 4 GB or less.
Chapter 7 Preparing for Online Capacity Expansion To actually expand capacity online in Basic Disk Mode, you will create a new volume with a new drive letter. Capacity can be expanded online again in the future. Refer to your Windows 2000 documentation for information about adding a new volume online to expand capacity online. Preparation Steps for Windows 2000 This section makes the following assumptions: • You have already configured your HP NetRAID system as discussed in Chapter 5.
Chapter 7 Preparing for Online Capacity Expansion To Disable Virtual Sizing NOTE Clearing a previous configuration does not reset the virtual sizing setting for a logical drive. Use the Reset to Factory Defaults option in HP NetRAID Express Tools to disable virtual sizing for all logical drives, or manually change the setting as described below. The factory default is that virtual sizing is disabled. If virtual sizing has been enabled, disable it as follows: 1.
Chapter 7 Preparing for Online Capacity Expansion 11. If you have installed one or more HP NetRAID Series adapters, press Esc to return to the Objects menu. Enable virtual sizing on the logical drives of all adapters as necessary. 12. To exit, press Esc until you see the Exit? box, and choose Yes.
8 Managing Servers over the Network This chapter describes the installation and use of software to manage the integrated HP NetRAID controller and other HP NetRAID Series adapters over a network. It lists features of the software, identifies the operating systems it supports, details installation instructions, and shows how to get started. It contains instructions for servers running Microsoft Windows NT or Windows 2000 and Novell NetWare.
Chapter 8 Managing Servers over the Network ◊ Novell NetWare versions 4.2 and 5 • For managing HP NetServer LH 3000/3000r, LH 6000/6000r, and LT 6000r over the network: ◊ Microsoft Windows 2000 ◊ Microsoft Windows NT 4.0 ◊ Microsoft Windows versions 95 and 98 (for clients only) ◊ Novell NetWare versions 4.
Chapter 8 Managing Servers over the Network Requirements for Servers on the Network That Do Not Manage HP NetRAID • Microsoft Windows NT, Windows 2000, or Novell NetWare must be installed. • A server running either Microsoft Windows NT, Windows 2000, or Novell NetWare can be your HP NetRAID Registration Server.
Chapter 8 Managing Servers over the Network keeps track of the servers available for access by HP NetRAID Assistant. When HP NetRAID Assistant is started, it obtains the list of available servers from the Registration Server. Each network requires one Registration Server in order to support the HP NetRAID network utilities. Determine where to Install HP NetRAID Assistant HP NetRAID Assistant can be installed on any client running Microsoft Windows NT, Windows 2000, or Windows 95/98.
Chapter 8 Managing Servers over the Network Table 8-1.
Chapter 8 Managing Servers over the Network Make the Installation Disk, If Necessary The files needed to install the HP NetRAID Network utilities can be found on the following utilities diskette(s) created by the HP NetServer Navigator CD-ROM: • For Microsoft Windows NT, Windows 2000, and Windows 95/98, there are two diskettes titled "NetRAID Software for Windows." • For Novell NetWare, there is one diskette titled "NetRAID Software for NetWare.
Chapter 8 Managing Servers over the Network 6. The Guide to Configure Server list the following items: ◊ NOS Installation Instructions ◊ Tested Configurations ◊ Diskette Library 7. On the Guide to Configure Server screen, click Diskette Library. 8. On the Diskette Library screen, double-click one of the following: ◊ For Windows NT, select NetRAID Software for Windows. Previously, this diskette was named "NetRAID Assistant for WinNT and Win95/98.
Chapter 8 Managing Servers over the Network 6. Remove the HP NetServer Navigator CD-ROM and click Exit to restart the HP NetServer. Microsoft Windows NT or Windows 2000 Client or Server Installation Instructions For each client or server operating under Microsoft Windows NT or Windows 2000, or for each client running under Windows 95/98 or Windows 2000, run Setup and then follow the on-screen instructions to install the appropriate utilities.
Chapter 8 Managing Servers over the Network Follow On-screen Instructions for Windows 5. On the User Information screen, type the user name and the company. 6. For Windows 95/98, go to Step 7. For Windows NT or Windows 2000 on the Select Installation Options window, select one of the following options: ◊ Manage NetRAID adapter(s) in this server only. (If you choose this option, skip Step 7 and go on to Step 8.
Chapter 8 Managing Servers over the Network Edit the regserv.dat and hosts Files 13. Edit the regserv.dat file to replace localhost with the name of the Registration Server for this network. ◊ In Windows NT and Windows 2000 systems you will find regserv.dat under this pathname where is the path to the Windows files: \system32\drivers\etc\regserv.dat ◊ In Windows 95/98 systems you will find regserv.
Chapter 8 Managing Servers over the Network Novell NetWare Server Installation Instructions NOTE All NetWare servers that contain HP NetRAID Series adapters that will be managed by HP NetRAID Assistant must be running the same version of NetRAID Software for NetWare. Be sure to update any existing installations. The client or server managing these HP NetRAID adapters must be running HP NetRAID Assistant version A.02.02 or newer.
Chapter 8 Managing Servers over the Network 7. Enter and retype the password that will be required for access to this server. Passwords are case-sensitive. 8. Verify that the regserv.dat file located at sys:\etc\regserv.dat contains the name of the system that will be the Registration Server for this network. 9. Edit the hosts file located at sys:\etc\hosts.
Chapter 8 Managing Servers over the Network 2. HP NetRAID Registration Server: Start it before the others by doubleclicking on its Windows icon or by loading NetWare module reg_serv.nlm. 3. HP NetRAID Access Service: Start it by double-clicking on its Windows icon or by loading NetWare module raidserv.nlm. NOTE To change the password for a server using Windows NT or Windows 2000, run setpass.exe under \netraid\dll\.
Chapter 8 Managing Servers over the Network Configuration Menu Logical Adapter Physical Progress Menu Drive Menu Drive Menu Menu Help Menu Toggle to switch between views Server Selector Adaptor Selector Physical Drives Figure 8-1. HP NetRAID Assistant Window If HP NetRAID Assistant is started on a client or server that can access integrated HP NetRAID controllers (or HP NetRAID Series adapters) over the network, you must select the server you want to access.
Chapter 8 Managing Servers over the Network • View Only mode does not require a password, and does not permit users to change the configuration. All menu selections that would change the configuration are inactive. Examples of operations that you can perform in View Only mode are displaying the properties of physical and logical drives and viewing the configuration.
Chapter 8 Managing Servers over the Network Exit HP NetRAID Assistant Exit HP NetRAID Assistant by choosing Exit from the Configuration menu, or by clicking the Exit button in the toolbar, or by double-clicking the upper-left corner of the main window.
9 For HP NetServer LH 3/3r and LH 4/4r, Configuring a Second Channel NOTE This chapter does NOT apply to HP NetServer LH 3000/3000r, LH 6000/6000r, and LT 6000r because in those systems SCSI channels A and B must both operate in the same mode, both as HP NetRAID mode, or both as non-RAID LVD SCSI mode. If you have already configured, and are operating, a one-channel integrated HP NetRAID system, you can add a second HP NetRAID channel at any time.
Chapter 9 For HP NetServer LH 3/3r and LH 4/4r, Configuring a Second Channel Options for Adding a Second Channel How you enable a second HP NetRAID channel depends on where you installed your network operating system (NOS). Option A. Your NOS is installed on an HP NetRAID logical drive. In this case, you will not have to reinstall your NOS. or Option B. Your NOS is installed on a non-RAID hard disk drive module controlled by the embedded SCSI controller.
Chapter 9 For HP NetServer LH 3/3r and LH 4/4r, Configuring a Second Channel 3. Plan the configuration of your second channel as described in Chapter 4 of this guide. Be sure to note that all non-hot-swap devices on SCSI B will become part of your HP NetRAID channel. For performance reasons, non-hot-swap devices and hot-swap disk drives should not be combined in the same array. 4. Verify that your hardware is set up correctly for your second channel.
Chapter 9 For HP NetServer LH 3/3r and LH 4/4r, Configuring a Second Channel 11. Save your configuration and initialize your new logical drives on Channel 1 as described in "Step G" in Chapter 5 of this guide. Exit HP NetRAID Assistant. CAUTION Do not initialize the existing logical drives on Channel 0! If you initialize your existing drives, you will lose all of your data. 12. Set your SCSI Transfer Rate if necessary, as described in "Step L" in Chapter 6 of this guide. 13.
Chapter 9 For HP NetServer LH 3/3r and LH 4/4r, Configuring a Second Channel 6. Enable HP NetRAID on SCSI A using the Setup (F2) utility. See "Step D. Enable Integrated HP NetRAID Controller" in this guide for complete instructions. ◊ Integrated HP NetRAID should be set to Enable. ◊ Included SCSI_A Channel should be set to Yes. ◊ Included SCSI_B Channel should be set to Yes. 7. Boot the HP NetServer Navigator CD-ROM.
Chapter 9 For HP NetServer LH 3/3r and LH 4/4r, Configuring a Second Channel CAUTION Do not initialize the existing logical drives on Channel 1! If you initialize your existing drives, you will lose all of your data. 16. Set your SCSI Transfer Rate if necessary, as described in "Step L" in Chapter 6 of this guide. 17. Prepare your new logical drives for online capacity expansion if desired, as described in Chapter 7 of this guide. Your configuration for a two-channel HP NetRAID system is now complete.
Chapter 9 For HP NetServer LH 3/3r and LH 4/4r, Configuring a Second Channel 7. Select the Configuration menu, and choose Clear Configuration. 8. Exit HP NetRAID Assistant and reboot the HP NetServer. 9. Enable HP NetRAID on the second SCSI channel using the Setup (F2) utility. See "Step D. Enable Integrated HP NetRAID Controller" in this guide for complete instructions. ◊ Integrated HP NetRAID should be set to Enable. ◊ Included SCSI_A Channel should be set to Yes.
10 Understanding HP NetRAID Utilities After you have configured your arrays and logical drives, there are four utilities that help you manage HP NetRAID systems.
Chapter 10 NOTE Understanding HP NetRAID Utilities For internal mass storage in HP NetServer LH 3000/3000r, LH 6000/6000r, and LT 6000r, SCSI ID 5 is reserved for the SAF-TE processor that manages the hot-swap mass storage cage. For an external mass storage enclosure with a SAF-TE processor, a SCSI ID is reserved for that processor. The number of the reserved SCSI ID varies with the type of external enclosure.
Chapter 10 Understanding HP NetRAID Utilities HP NetRAID Assistant Menus Main Menu Configuration Adapter Physical Drive Logical Drive Progress Help Configuration Menu Wizard Display Print Save Load Clear Configuration Exit Adapter Menu Update Firmware Flush Cache Performance Monitor On/Off Properties Rebuild Rate Rescan View Log Alarm Control Alarm Control Menu Disable/Enable Alarm Silence Alarm Physical Drive Menu Change Status Menu Rebuild Format Update Drive Firmware Change Status Properties Mak
Chapter 10 Understanding HP NetRAID Utilities HP NetRAID Config HP NetRAID Config performs functions similar to those of HP NetRAID Assistant, but it runs under Novell NetWare, IBM OS/2, SCO OpenServer, and SCO UnixWare. HP NetRAID Config allows you to reconfigure and manage your RAID system and monitor its status. You do not need to restart your HP NetServer to use HP NetRAID Config. The command you use to start the HP NetRAID Config utility depends on which NOS you are using.
Chapter 10 Understanding HP NetRAID Utilities HP NetRAID Config Menus Management Menu Configure Initialize Objects Format Rebuild Check Consistency Advanced Menu Configure Menu Automatic Configuration Easy Configuration New Configuration View/Add/Delete Configuration Clear Configuration Objects Menu Adapter Menu Adapter Logical Drive Physical Drive SCSI Channel Clear Configuration View Adapter Performance Power Fail Safeguard Disk Spin-up Timings View/Update Parameters Logical Drive Menu Initialize
Chapter 10 Understanding HP NetRAID Utilities HP NetRAID Express Tools HP NetRAID Express Tools is a text-based configuration utility that is contained in the controller firmware and available to all network operating systems. HP NetRAID Express Tools contains some advanced management and diagnostic features that are not available with HP NetRAID Assistant or HP NetRAID Config. To start HP NetRAID Express Tools: 1. Log off all users, close all applications, and power down the HP NetServer. 2.
Chapter 10 Understanding HP NetRAID Utilities HP NetRAID Express Tools Menus Tools Management Menu Adapter Menu Configure Menu Configure Initialize Objects Format Rebuild Check Consistency Disable BIOS Change Adapters Alarm Control Easy Configuration New Configuration View/Add/Delete Configuration Clear Configuration Objects Menu Adapter Logical Drive Physical Drive SCSI Channel Battery Backup Reset to Default Settings Power Fail Safeguard Memory Type Read Modify Write Mode Change Disk Geometry Disk
Chapter 10 Understanding HP NetRAID Utilities HP NetRAID Monitor Utilities The HP NetRAID monitor utilities provide information about the status of NetRAID drives and adapters. A complete list of monitor alert messages is available in the HP NetRAID Series User Guide. The HP NetRAID monitor utilities start automatically every time you restart the HP NetServer for all NOSs except Novell NetWare and IBM OS/2. To start the monitor utility for Novell NetWare: • Type load :\nwserver\megamon.
11 Troubleshooting Power-up (Boot) Error Messages Adapter BIOS Disabled. No Logical Drives Handled by BIOS Problem: The HP NetRAID BIOS is disabled. (This is not a problem if the BIOS is intentionally disabled to prevent booting from the adapter.) Suggested solution: Enable the BIOS by using HP NetRAID Express Tools, as described in "Step L, Run HP NetRAID Express Tools" in Chapter 6. Channel disabled.
Chapter 11 Troubleshooting Host Adapter at Baseport xxxxh not Responding Problem: The HP NetRAID BIOS cannot communicate with the firmware on the adapter. Suggested solutions: Remove any HP NetRAID adapters from the PCI slots. If the error message persists, see one of the following: • For HP NetServer LH 3/3r and LH 4/4r, see the Troubleshooting chapter of your HP NetServer user guide.
Chapter 11 Troubleshooting 4. Resolve the configuration mismatch by selecting and saving one of the two configurations. Configuration of NVRAM and drives mismatch for Host Adapter - x Run View/Add Configuration option of Configuration Utility. Press any key to enter the Configuration Utility. Problem: You have installed one or more HP NetRAID Series adapters, and the configuration stored in the NVRAM of adapter x does not match the configuration stored in the drives.
Chapter 11 Troubleshooting or HP NetRAID Express Tools). See the HP NetRAID User's Guide for more information. 5. Restore your data from a backup copy. 1 Logical Drive Failed Problem: One logical drive failed to sign on. Suggested solution: 1. Verify that all physical drives are connected and powered on. 2. Use a utility, such as HP NetRAID Assistant or HP NetRAID Config, to determine which physical drives are not responding and thereby make the logical drive unavailable. 3.
Chapter 11 Troubleshooting Insufficient Memory to Run. Press any Key to Continue ... Problem: There is insufficient memory in the HP NetServer to run the HP NetRAID BIOS. Suggested solution: Check the HP NetServer to be sure that the memory is properly installed. • For HP NetServer LH 3/3r and LH 4/4r, it is the SIMM on the I/O board. • For HP NetServer LH 3000/3000r, LH 6000/6000r, and LT 6000r, it is the DIMM on the I/O board.
Chapter 11 Troubleshooting Following SCSI ID’s have the same data Channel-x:a.b.c Problem: The physical disk roaming feature found the same data on two or more physical drives on channel (x) with the listed SCSI IDs (a, b, c, and so on). The adapter cannot determine which drive with duplicate information to use. Suggested solution: Remove the drive or drives that should not be used. Other Troubleshooting NOS Does Not Load (Boot) Problem: Operating system does not load at start-up time.
Chapter 11 Troubleshooting System Hangs When Scanning Devices for New Configuration Problem: Ran HP NetRAID Express Tools or HP NetRAID Config and tried to make a new configuration. The system hangs when scanning devices. Suggested solutions: • Check the drives’SCSI IDs on each channel to make sure each device has a different ID. For HP NetServer LH 3/3r and LH 4/4r, hot-swap devices cannot share the same SCSI ID as non-hot-swap devices on the same channel. • Check the cables for bent pins.
Chapter 11 Troubleshooting Could Not Configure the i960 I/O Processor's PCI Subsystem IDs NOTE This error message only occurs in HP NetServer LH 3000/3000r, LH 6000/6000r, and LT 6000r. Problem: Error message, "could not configure the i960 I/O processor's PCI subsystem IDs." The HP NetRAID DIMM may not be fully seated, or the integrated HP NetRAID firmware is corrupt. Suggested solution: Ensure that the HP NetRAID DIMM on the I/O board is seated correctly.
Chapter 11 Troubleshooting Troubleshooting Management over the Network Without NetRAID Assistant, the client(s) and server(s) connect normally, but the NetRAID Assistant cannot connect to any servers For HP NetRAID Assistant to connect to a server, it must resolve the server via TCP/IP. Ping the server by name from the client or server that will run HP NetRAID Assistant. If this is unsuccessful, then the client or server that will run HP NetRAID Assistant cannot resolve the server using TCP/IP.
Chapter 11 Troubleshooting Be sure that the Registration Server is working and that it started before the other servers. Servers can only log into the Registration Server when the access server (NT) or raidserv.nlm (NetWare) executes.
12 Warranty and Support See the "Warranty and Support" booklet supplied with your product for all warranty and service/support information.
A Integrated HP NetRAID Controller Specifications In HP NetServer LH 3/3r and LH 4/4r Table A-1. Specifications for Integrated HP NetRAID Controller in HP NetServer LH 3/3r and LH 4/4r Parameter Specification Processor Intel i960RD @ 66 MHz Bus Type PCI 2.1 or PCI 2.
Appendix A Integrated HP NetRAID Controller Specifications In HP NetServer LH 3000/3000r and LH 6000/6000r Table A-2. Specifications for Integrated HP NetRAID Controller in HP NetServer LH 3000/3000r and LH 6000/6000r Parameter Specification Processor Intel i960RN @ 100 MHz Bus Type PCI 2.
Appendix A Integrated HP NetRAID Controller Specifications In HP NetServer LT 6000r Table A-2. Specifications for Integrated HP NetRAID Controller in HP NetServer LT 6000r Parameter Specification Processor Intel i960RN @ 100 MHz Bus Type PCI 2.
B Worksheets Configuration Worksheets Figures B-1 and B-2 are worksheets for you to record your configuration choices for the hardware and logical drives. We recommend that you log your configuration selections on photocopies of these worksheets. NOTE SCSI ID 7 is reserved for the integrated HP NetRAID controller. For internal mass storage in HP NetServer LH 3000/3000r, LH 6000/6000r, and LT 6000r, SCSI ID 5 is reserved for the SAF-TE processor that manages the hot-swap mass storage cage.
B Worksheets WORKSHEET A (PHYSICAL DEVICES) Integrated HP NetRAID Controller Channel 0: Array # or Channel 1: SCSI Disk Hot Spare ID Capacity Type Array # or SCSI Disk Hot Spare ID Capacity Type ___ ______ ___ ______ ___ ______ ___ ______ ___ ______ ___ ______ ___ ______ ___ ______ ___ ______ ___ ______ ___ ______ ___ ______ ___ ______ ___ ______ ___ ______ ___ ______ ___ ______ ___ ______ ___ ______ ___ ______ ___ ______ ___ ______ ___ ______ ___ _____
Array # LD2 LD3 LD4 LD5 LD6 LD7 Write Policy Read Policy Cached I/O or D irect I/O Norm al, R ead A head, or Adaptive R ead Ahead Stripe Size W rite B ack or Write Thru LD1 Logical Drive Size 2 K B , 4 K B , 8 KB , 16 KB , 32 K B , 64 K B , or 128 K B (128 KB requires 8 M B of memory) LD0 RAID Level Optional. You can let the H P NetR A ID Assistant W izard calculate the size.
B Worksheets Sample Configuration Worksheet WORKSHEET A (PHYSICAL DEVICES) Integrated HP NetRAID Controller Channel 0: Array # or Channel 1: SCSI Disk Hot Spare ID Capacity Type Array # or SCSI Disk Hot Spare ID Capacity Type _0_ 9 GB Array ____ 0 _10_ 4 GB Array ____ _1_ 9 GB Array 0 _11_ 4 GB Array 1 _3_ 9 GB Array 0 _12_ 4 GB Array 2 _8_ 9 GB Global Hot Spare _13_ 4 GB Array 2 ____ _________ _14_ 4 GB Array 2 ____ _________ _15_ 4 GB Array 2 ____ _________ ___
LD4 LD5 LD6 LD7 Stripe Size Write Policy Read Policy No 5 18 GB 64 KB W. Thru. Adapt. Cached LD1 1 No 1 4 GB 16 KB W. Thru. Adapt. Cached LD2 2 No 5 12 GB 64 KB W. Thru. Adapt. Cached Cached I/O or Direct I/O Logical Drive Size Normal, Read Ahead, or Adaptive Read Ahead RAID Level Write Back or Write Thru Span RAID Level 0, 1, 3, 5, 10, 30, or 50 Array # Span this LD over the next 1-3 consecutive arrays? Logical Drive # Start with Array 0, and number consecutively.
B Worksheets Physical Arrays and Hot Spares • Array 0 on Channel 0 contains three 9-GB physical drives (SCSI ID # 0, 1, 3). • Array 1 on Channel 1 contains two 4-GB physical drives (SCSI ID # 10 and 11). • Array 2 on Channel 2 contains four 4-GB physical drives (SCSI ID # 12, 13, 14, and 15). • A global hot spare is available in case a drive fails in any array. The physical drive has SCSI ID #8 on Channel 0.
Glossary Disk Array Terms and Technologies Array: An array of disk modules combines the storage space on the disk modules into a single segment of contiguous storage space. The integrated HP NetRAID controller can group disk modules on one or more of its SCSI channels into an array. A hot spare disk module does not participate in an array.
Glossary volume can then be expanded into the virtual space by adding a physical disk through reconstruction. Reconstruction is only permitted on a logical drive that occupies a single array and is the only logical drive in the array. You cannot use online capacity expansion on logical drives that span arrays (RAID levels 10, 30, or 50). Channel: An electrical path for the transfer of data and control information between a disk and a disk controller.
Glossary pass a Consistency Check. Arrays work without initializing, but they may fail a Consistency Check because parity fields may not have been generated. IOP: The IOP (I/O Processor) for the integrated HP NetRAID controller directs all functions of the controller, including command processing, PCI and SCSI bus transfers, RAID processing, drive rebuilding, cache management, and error recovery. Logical Drive: A virtual drive within an array, which may occupy more than one physical disk.
Glossary reconstruct one of the parent data sets; however, parity data do not fully duplicate the parent data sets. In RAID, this method is applied to entire drives or stripes across all disk drives in an array. Parity consists of Dedicated Parity, in which the parity of the data on two or more disks is stored on an additional disk, and Distributed Parity, in which the parity data are distributed among all the disks in the system.
Glossary • RAID 1 has mirrored redundancy. It requires two physical drives in an array. • RAID 3 has parity redundancy with a dedicated parity disk. It requires three or more physical drives in an array. • RAID 5 has parity redundancy distributed over all the disks in the array. It requires three or more physical drives in an array. RAID levels 10, 30, and 50 result when logical drives span arrays. Table 2-2 in Chapter 2 describes RAID levels for logical drives that span arrays.
Glossary SAF-TE: SCSI Access Fault-Tolerant Enclosure; a processor that manages a hotswap mass storage cage or enclosure. SCSI Channel: The integrated HP NetRAID controller controls the disk drives via SCSI-2 buses called "channels" over which the system transfers data in Fastand-Wide, Ultra SCSI, or Ultra2 SCSI mode. SCSI Disk Status: A SCSI disk module (physical drive) can be in one of five states: • Ready: a powered-on and operational disk that has not been configured.
Glossary Virtual Sizing: This setting, when enabled for a logical drive, causes the controller to report the logical drive size larger than the actual physical capacity. The "virtual" space allows for online capacity expansion. Write Policy: When the processor writes to disk, the data is first written to the cache on the assumption that the processor will probably read it again soon.
Index A Abort button, 70 Accept Array button, 63 Accept button, 65 Adapter box HP NetRAID Assistant, 57 Adapter icon, 58, 132 Adapters, 5 setting current adapter, 59 Add to Array button, 62 Adding a second channel when NOS installed on non-RAID disk, 128 when NOS installed on RAID, 124 Advanced button, 64 Array, 11, 161 adding physical drive, 63 defining, 62–63 planning, 37 Array Definition window, 62–63 Array spanning, 5, 18, 161 Automatic configuration mode, 35, 61 B Basic Disk Mode, 102, 103 Binary file
Index non-hot-swap devices, 34 tape drives, 34 Disable HP NetRAID BIOS, 84 Disconnect/reconnect, 5 Disk roaming, 5, 6 Drag and drop physical drive into existing array, 63 Drivers diskette, 75, 79 creating on HP NetServer, 77 creating on separate workstation, 76 Dynamic Disk Mode, 102 E Embedded LAN and SCSI Settings, 54 Error message, 48, 51, 55 Error messages, 107–44 Existing array adding a physical drive to, 63 Exiting HP NetRAID Assistant, 70 HP NetRAID Express Tools, 49, 52, 86 Setup utility, 54 Expans
Index integrated HP NetRAID controller, 4 integrated HP NetRAID controller specifications, 151 mass storage, 3 non-hot-swap devices, 34 SCSI channels, 1, 2, 30, 31, 33 HP NetServer LH 3000/3000r and LH 6000/6000r integrated HP NetRAID controller, 4 integrated HP NetRAID controller specifications, 152 mass storage, 3 non-hot-swap devices, 34 SCSI channels, 1, 2, 30, 32, 33 HP NetServer LT 6000r integrated HP NetRAID controller, 4 integrated HP NetRAID controller specifications, 153 mass storage, 3 non-hot-s
Index NOS installation instructions, 76, 77, 79, 80 NOS-specific configuration utility diskette, 78 creating on HP NetServer, 79 creating on separate workstation, 78 NVRAM, 48, 51, 68 O Offline state of logical drive, 163 Online state of logical drive, 163 state of physical drive, 58 status of SCSI disk, 166 Online capacity expansion Windows 2000, 102 Online Capacity Expansion, 87 Novell NetWare 4.
Index Scatter/gather, 5 SCSI A, 31, 32 SCSI B, 31, 32 SCSI channels, 1 adding a second channel, 123 HP NetRAID, 166 HP NetServer LH 3/3r and LH 4/4r, 31, 33 HP NetServer LH 3000/3000r and LH 6000/6000r, 32, 33 HP NetServer LT 6000r, 32, 33 physical drives on, 57 planning, 29 SCSI disk status, 166 SCSI ID in HP NetRAID, 166 of physical drive, 57 SCSI SE, 32 SCSI transfer rate, 35, 84 Set PCI class code, 73, 84, 86 Setup utility, 47, 48, 53 exiting, 54 starting, 51 Span Arrays check box, 64 Spare (hot spare)
Index HP NetRAID Express Tools, 48, 51, 136 HP NetRAID Monitor, 138 installing NOS-specific, 81 latest versions, 75 Setup, 48, 51, 53 V Verifying boot order, 53 HP NetRAID control, 48, 51 HP NetRAID enabled, 53 Virtual sizing, 65, 88, 90, 94, 95, 96, 98, 100, 102, 104, 161, 166 disabling, 96, 104 enabling, 91, 100 W Windows 2000 configuration utility installation, 81 174 Windows 2000, 78, 79, 80, 81, 87, 112, 114 Basic Disk Mode, 102, 103 Dynamic Disk Mode, 102 online capacity expansion, 102 Windows 95/9