HP NetRAID Series Installation and Configuration Guide for HP NetRAID-3Si and HP NetRAID-1Si HP Part Number 5969-5947 Printed in March 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 1 Introduction ................................................................................................. 1 HP NetRAID Series Adapters ........................................................................ 1 Features of the HP NetRAID Series Adapters................................................ 2 Channels and Devices............................................................................... 2 Adapter Hardware and Battery-backed Cache ...........................................
Contents Automatic Configuration .......................................................................... 34 Custom Configuration.............................................................................. 35 5 Installation and Configuration.................................................................. 45 Overview..................................................................................................... 45 Step C. Prepare the Adapter........................................................
Contents Step J. Use HP NetServer Navigator CD-ROM to Prepare Diskettes ........... 74 Check Latest Versions............................................................................. 75 Create Drivers Diskette and Instructions.................................................. 75 Make NOS-specific Configuration Utility Diskette .................................... 78 Print NOS Installation Instructions ........................................................... 79 Step K.
Contents 9 Managing Servers Over the Network.......................................................113 Adapter Management .................................................................................113 Features.................................................................................................113 NOS Requirements ................................................................................113 Other Requirements ...........................................................................
Contents Warnings That Battery Needs Replacement ...........................................140 Changing the Battery Backup Unit ..............................................................140 Connecting the Battery Backup Unit ...........................................................140 Battery Specifications.................................................................................141 Charge Time for Battery Packs...............................................................141 Battery Life...
Contents Logical Drives ........................................................................................168 D Cabling Diagrams.....................................................................................169 Cables Required.........................................................................................169 Setting SCSI IDs ........................................................................................170 HP NetServer E40 and E45...............................................
Contents HP NetServer LXr 8000 ..............................................................................189 Simplex Cabling to HP Rack Storage/12 ................................................189 Duplex Cabling to HP Rack Storage/12 ..................................................190 Glossary........................................................................................................191 Disk Array Terms and Technologies ...........................................................
1 Introduction HP NetRAID Series Adapters The HP NetRAID-3Si (D5955A) and HP NetRAID-1Si (D2140A), adapters provide an interface between the host system and a disk array storage system. The adapters use the PCI (Peripheral Component Interconnect) standard to control data transfers on one to three SCSI channels. The HP NetRAID Series adapters support the operating systems listed below, for which drivers are provided. Refer to your HP NetServer documentation for the operating systems supported on your server.
Chapter 1 CAUTION Introduction To use the HP NetRAID-1Si or HP NetRAID-3Si adapter you must update the adapter’s latest version of firmware for proper operation. The latest version of firmware for each HP NetRAID Series adapter can be downloaded from the HP web site at: http://www.hp.com/go/netserver Features of the HP NetRAID Series Adapters The HP NetRAID-3Si and HP NetRAID-1Si adapters are high-performance, intelligent PCI-to-SCSI host adapters with RAID control capabilities.
Chapter 1 Introduction HP NetRAID-3Si The HP NetRAID-3Si adapter has three channels with both internal and external connections.
Chapter 1 Introduction HP NetRAID-1Si The HP NetRAID-1Si adapter supports one SCSI channel using either an internal or external connection.
Chapter 1 Introduction Adapter Hardware and Battery-backed Cache IOP: The I/O processor (IOP) directs all functions of the adapter, including command processing, PCI and SCSI bus transfers, RAID processing, drive rebuilding, cache management, and error recovery. • The IOP for the HP NetRAID-3Si adapter is the 32-bit Intel i960RD® Intelligent I/O RISC processor running at 66 MHz. • The IOP for the HP NetRAID-1Si adapter is the 32-bit Intel i960RP® Intelligent I/O RISC processor running at 33 MHz.
Chapter 1 Introduction SCSI Termination and Firmware Termination: Active termination on the SCSI bus conforms to Alternative 2 of the SCSI-2 specifications. Termination enable/disable is automatic through cable detection. Firmware: The HP NetRAID Series firmware handles all RAID and SCSI command processing and also supports the following functions: • Disconnect/Reconnect feature optimizes SCSI Bus seek.
Chapter 1 Introduction settings. (Adapter settings include such parameters as the Rebuild Rate, Power Fail Safeguard, and Autorebuild.) NOTE The HP NetRAID Config and HP NetRAID Express Tools utilities save logical drive settings only and do not save adapter settings. Support for Clustering The HP NetRAID Series adapters can be used with HP NetServer clusters. HP NetServer clusters provide reliable, increased-availability solutions for applications where unplanned downtime is unacceptable.
Chapter 1 Introduction Fault-Tolerance and Management Features Fault-Tolerance features include the following: • Automatic failed-drive detection with Autorebuild (automatic rebuild with a hot spare or when a drive is replaced) • Manual hot-swap replacement • Battery-backed cache memory Management features include the following: • Monitoring of adapter configuration, data parity consistency, and SNMP error messages • Rapid online configuration change and capacity expansion without the need to first ba
Chapter 1 Introduction About This Guide This guide is intended to be used in conjunction with the HP NetRAID Series Installation documentation. This guide provides detailed explanations of instructions found in the road map. This HP NetRAID Series Installation and Configuration Guide will help you install your HP NetRAID-3Si or HP NetRAID-1Si adapter and plan the configuration.
Chapter 1 Introduction • Your HP NetServer Installation Guide or HP NetServer User Guide • Technical Reference Cards or labels on the HP NetServer system chassis (for cables and SCSI ID switch settings) • Internet site: http://www.hp.com/go/netserver Tools You May Need Please refer to your HP NetServer documentation for the tools needed to open the chassis. Usually a flat 1/4-inch screwdriver and a T15 Torx® driver is required.
2 RAID Overview This chapter summarizes concepts and terminology used to describe RAID systems. It describes the different RAID levels available with the HP NetRAID Series adapters. For definitions of terms not introduced here, see the Glossary. RAID Overview HP NetRAID Series adapters let 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 two or three different channels. Hot Spare 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 adapter’s firmware can automatically rebuild the data from the failed disk onto the hot spare.
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 With HP NetRAID Series adapters, 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.
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 Start Data Protection (Redundancy) Required? No Yes Complete Duplication Required? RAID 0 Yes No Typical Data Transfers? Number of Disk Drives? 2 Disks RAID 1 4, 6, or 8 Disks Large, Serial Transfers Small, Random Transfers RAID 10 Number of Disk Drives? Number of Disk Drives? 3-5 Disks RAID 3 6 - 32 Disks RAID 30 3-5 Disks RAID 5 6 - 32 Disks RAID 50 Figure 2-4.
3 Installation and Configuration Overview To install and configure your HP NetRAID Series adapter, you need to perform the following steps. Steps A through N are described in Chapters 4 through 7 of this guide. Step A. Plan Hardware (Chapter 4 and Worksheet A) Step H. Save Configuration and Initialize (Chapter 5) Step B. Plan Arrays and Logical Drives (Chapter 4 and Worksheets A and B) Step I. Decide Which I2O or Non- I2O Operation (Chapter 6) Step C. Prepare the Adapter (Chapter 5) Step J.
Chapter 3 Installation and Configuration Overview Once you have installed and configured your new adapter, refer to Chapter 9, "Managing Servers Over the Network," and the HP NetRAID Series User Guide for information on managing your adapter from a remote location. Chapter 10, "Understanding HP NetRAID Utilities," provides menu maps for the three utilities that are available to manage your HP NetRAID system.
4 Planning Overview Before attempting to install and configure 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 • Performance requirements • Storage capacity requirements • Whether you want hot spare capability Sample Worksheet A Figure 4-1 shows a sample Configuration Worksheet A. (See Appendix C for a complete explanation of this example.
Chapter 4 Planning Multiple Adapters The disk array drivers and firmware will support up to six adapters, but your particular model of HP NetServer may have fewer PCI slots available. Be sure to check your system’s PCI I/O slot availability and any slot restrictions before purchasing another adapter. If you will be configuring more than one adapter, make one photocopy of Worksheets A and B for each adapter.
Chapter 4 Planning Table 4-1.
Chapter 4 Planning LH 4/4r Slots 7 and 8 Slots 7 and 8 LH 3000/3000r Slots 1-6 Slots 1-6 LH 6000/6000r Slots 1-6 Slots 1-6 LPr Slots 1 and 2 Slots 1 and 2 LT 6000r Slot 2 Only Slots 1 and 2 LX/LXe/ LXr Pro/LX Pro/LXe Pro/LXrPro 8 Slots 3 and 4 Slots 3 and 4 LXr 8000 Slots 7 and 8 Slots 7 and 8 LXr 8500 Slots 1-6 Slots 1-6 NOTE Under IBM OS/2 Warp and OS/2 E-Business, limited to 4 HP NetRAID Series adapters, including integrated HP NetRAID controller Supports maximum of 4 HP NetRAI
Chapter 4 Planning Boot Order The slot you choose for the adapter could affect the boot order of your devices. The boot order differs among systems, so consult the mass storage section of your system documentation for boot order information. (If you need to prevent booting from the adapter, follow the instructions in Chapter 6, Step M during the installation.
Chapter 4 Planning Channels ! In this section you determine which physical devices will connect to each SCSI channel of the adapter. Record the SCSI ID number and physical capacity of each disk drive in the correct channel on Worksheet A. No two devices on a single channel can have the same SCSI ID. SCSI ID 7 is reserved for the HP NetRAID Series adapter.
Chapter 4 Planning Step B. Plan Arrays and Logical Drives There are two ways to set up arrays and logical drives. • Automatic configuration is explained for those users who do not want to customize their arrays and logical drives. • Custom configurations permit you to create exactly the configuration that best suits your needs. Automatic Configuration Automatic mode defines the arrays and logical drives for you, and sets their parameters. It makes configuration easy.
Chapter 4 Planning If Automatic configuration will suit your needs, you can proceed to Chapter 5, "Installation and Configuration." However, you are encouraged to read the entire planning section to determine whether or not a custom configuration would better meet your needs.
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. Three Logical Drives Where Each Array Uses a Different Channel Figure 4-3 shows the same configuration, except Array A1 contains physical drives from both Channel 0 and Channel 1, and Array 2 contains physical drives on Channels 1 and 2. Figure 4-3.
Chapter 4 Planning Plan Hot Spares (Optional) ! On Worksheet A for each adapter, 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 disk array controller’s 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 4 MB each, and the second array might contain three drives of 12 MB 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.
Chapter 4 Planning Read Policy ! The three Read policies for HP NetRAID are: • Read-Ahead: This is a memory caching feature that tells the adapter to read sequentially ahead of requested data and cache the additional data in memory, anticipating that the additional data will be requested. ReadAhead supplies sequential data faster, but it is not as efficient when accessing random data. • Normal: This policy does not use the read-ahead memory caching feature.
5 Installation and Configuration Overview This chapter covers Steps C, D, E, F, G, and H 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. Prepare the Adapter In this step you install the adapter into the HP NetServer.
Chapter 5 Installation and Configuration If the Adapter is Too Long Some HP NetServers, such as the HP NetServer LXr Pro8, do not have space for a full-length PCI board. If the adapter is too long, remove the board extender (plastic "handle") from the HP NetRAID-3Si adapter before you install the adapter, as shown in Figure 5-1. Remove the board extender now, before you connect the Battery Backup Unit. Save the board extender for future use if you move the adapter to another system. Figure 5-1.
Chapter 5 Installation and Configuration Install Additional Memory For the HP NetRAID-3Si adapter, cache memory resides in a 16-MB batterybacked 60-ns EDO (Extended Data Output) DRAM SIMM. You can upgrade the cache memory to 64-MB, using the D7132A SIMM Upgrade for HP NetRAID-3Si. To upgrade cache memory: 1. Verify that the Battery Backup Unit is not plugged in on the HP NetRAID-3Si adapter. 2. Install the new SIMM according to the instructions supplied with the additional memory.
Chapter 5 Installation and Configuration To connect the battery pack, plug the connector on the wire in the lower-left corner into the connector at J21, as shown in Figure 5-2. The connector is keyed to make sure the proper connection is made. Figure 5-2.
Chapter 5 Installation and Configuration Step D. Install the Adapter In this step, you will: • Turn off the HP NetServer and remove the necessary covers or open the panels • Install the adapter Turn Off the HP NetServer and Open It CAUTION HP NetRAID Series Accessory boards are not hot pluggable. Unplug HP NetServer power cord(s) before installing a HP NetRAID Series board.
Chapter 5 CAUTION Installation and Configuration Before removing the cover, always disconnect the power cord(s) and unplug telephone cables. Disconnect the power cord to avoid exposure to high energy levels that may cause burns when parts are short-circuited by metal objects, such as tools or jewelry. Disconnect telephone cables to avoid exposure to shock hazard from telephone ringing voltages. Note that the power switch does not turn off standby power in some HP NetServers.
Chapter 5 3. Installation and Configuration Install the adapter by following the installation instructions for installing PCI boards in your host system manual and on the chassis labels. Align the adapter card bus connector into the slot. Ensure that it does not physically interfere with adjacent cards. Press the card gently but firmly into the slot to seat it properly. The bottom edge of the card should be flush with the slot. Secure the adapter to the system chassis with a mounting screw.
Chapter 5 Installation and Configuration • For backplane connectors with locking ears, open the locking ears before inserting the SCSI cable. ΝΟΤΕ For HP NetRAID-3Si, the external connectors for Channels 0 and 2 are very close together and require D6020A cables with offset connectors. Some nonstandard cable configurations and switch settings are listed in the HP NetServer documentation. Refer to the mass storage section of your system documentation for details on HP NetServer configurations.
Chapter 5 CAUTION Installation and Configuration Handle disk modules carefully. They are more susceptible to shock, vibration, and electrostatic discharge when they are not in the cabinet. When removing a module while the system is powered on, disengage the module and wait for it to stop spinning before removing it from its hot-swap slot. Also, do not touch the SCSI edge connector pins. The oils on your skin could impair the electrical connection.
Chapter 5 Installation and Configuration 1. When the HP NetServer Navigator Main Menu is displayed, choose NetServer Utilities. 2. Choose Configure Disk Array from the NetServer Utilities screen. This launches the HP NetRAID Assistant utility. Step G. Configure Arrays and Logical Drives In this step, for each adapter that need to be configured, you will use Worksheets A and B to: • Configure the arrays of physical drives • Configure the logical drives HP NetRAID Assistant Figure 5-3.
Chapter 5 Installation and Configuration NOTE Since HP NetRAID-1Si is a single-channel adapter, the HP NetRAID Assistant window for this adapter contains only Channel 0 information. Channel 1 and Channel 2 columns do not exist. Steps H and I only describe the features of the HP NetRAID Assistant needed to configure the adapter initially. Refer to the HP NetRAID Series User Guide in Information Assistant for more information about HP NetRAID Assistant.
Chapter 5 Installation and Configuration • Physical Devices box: The Physical Devices box contains either one channel box (for an HP NetRAID-1Si adapter), or three channel boxes (for an HP NetRAID-3Si) adapter, which show the physical drives on the SCSI channels of the current adapter. The number in parentheses to the right of each physical drive icon is its SCSI ID (Target) on the channel. The state of each physical drive appears to the right of the SCSI ID or array designation.
Chapter 5 Installation and Configuration To clear the existing configuration: 1. Select the Configuration menu. 2. Choose Clear Configuration. 3. Click OK. Check Rebuild Rate During a rebuild, the content of a complete physical drive is rewritten. Normal operations can go on during a rebuild, but performance may be degraded. The Rebuild Rate controls the rate at which a rebuild is performed. A high Rebuild Rate (over 50%) speeds up the rebuild, but slows system performance.
Chapter 5 Installation and Configuration Select Wizard NOTE If any physical drives have been moved, added, removed, changed, or changed in state since HP NetRAID Assistant was started, rescan the drives by choosing the Adapter menu and then selecting the Rescan option. To launch the HP NetRAID Assistant Wizard: 1. Select the Configuration menu. 2. Choose the Wizard. The Wizard starting window is displayed, as shown in Figure 5-5, with a choice of Custom and Automatic configuration modes. Figure 5-5.
Chapter 5 Installation and Configuration ◊ 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 box at the bottom of the window. If the Redundancy box contains an "X," the arrays are automatically configured with redundant logical drives if possible.
Chapter 5 Installation and Configuration Figure 5-6. HP NetRAID Assistant Wizard Array Definition Window To assign physical drives to the first array: 1. Select all the Ready physical drives that you want to put into the first array. Clicking on a drive either selects or deselects it. 2. Click the Add to Array button. Physical drives show "A:new" to indicate the drive has been added to a new array, but has not been accepted yet. 3.
Chapter 5 Installation and Configuration 1. Click one or more Ready physical drives to select (or deselect) them. 2. Drag the drives into the existing array. All selected Ready drives will be added to the array. Drives cannot be removed selectively from an existing array, but the entire array can be undone. An array cannot be reclaimed if it has any logical drives defined. To remove an entire array: 1. Select the array. (Make sure that nothing else is selected.) 2. Click the Reclaim button. 3. Click OK.
Chapter 5 Installation and Configuration Define Logical Drives NOTE Refer to Worksheet B when defining logical drives. After you finish defining arrays and hot spares, and click Next, the HP NetRAID Assistant Wizard Logical Drive Definition window appears. A sample window is shown in Figure 5-7. The window is ready for you to define Logical Drive 0. Figure 5-7.
Chapter 5 ◊ Installation and Configuration The Logical Devices box depicts the arrays on the current adapter, the logical drives on each array, and the global hot spare pool for the adapter. Logical drives are labeled as new and as LD0 through LD7. Click on the + sign in the yellow diamond if the view is collapsed (logical drives are hidden). The HP NetRAID Assistant Wizard is ready for you to set the parameters of the new logical drive. To define a logical drive that does not span arrays: 1.
Chapter 5 Installation and Configuration To create a logical drive that spans two or more arrays: 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.
Chapter 5 Installation and 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-8, displays the configuration proposed for the physical and logical drives. Figure 5-8. HP NetRAID Assistant Wizard Configuration Preview Window NOTE The RAID level of a logical drive that spans arrays lacks the terminal zero.
Chapter 5 Installation and Configuration To expand a view that has been collapsed (physical or logical drives, or hot spares are hidden): Click the + sign in the yellow diamond. 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.
Chapter 5 Installation and Configuration A Writing Configuration message appears briefly, indicating that the configuration information is being written to the adapter’s NVRAM. This is not a binary file that can be loaded to restore the configuration. HP NetRAID Assistant asks if you want to initialize your logical drives now. Logical drives must be initialized before they can be used. If you have other adapters to configure, you may wish to do that first and then initialize all the logical drives. 2.
Chapter 5 Installation and Configuration 1. Choose Print from the Configuration menu. 2. Keep a copy of configuration Worksheets A and B together with the printed copy of your configuration file. They help you understand your configuration, replace a failed adapter, or communicate with HP Customer Support. Configure Any Other Adapters To configure another adapter from the HP NetRAID Assistant window: 1. Click the Adapter pull-down list and select the adapter. 2.
Chapter 5 Installation and Configuration 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 and adapters as necessary.
6 HP NetRAID Software Overview In this chapter you will complete the next five steps of the configuration: • Follow Step I if you plan to install NetWare 4.2 or 5. In Step I you choose whether you want to use I2O (Intelligent Input/Output) operation or nonI2O (conventional) operation.
Chapter 6 HP NetRAID Software Table 6-1.
Chapter 6 HP NetRAID Software Table 6-1.
Chapter 6 HP NetRAID Software ◊ To change the PCI class code, either see Step M in this chapter, or use the Set Class utility " HP NetRAID Software for DOS" diskette in the diskette library on the HP NetServer Navigator CD-ROM. Data written or read during I2O operation is fully compatible with data written or read during non-I2O operation. Step J.
Chapter 6 HP NetRAID Software ◊ Diskette(s) containing the NOS-specific configuration utility • For installation of NetWare supporting I2O, create the following: ◊ Diskette(s) containing the HP NetRAID drivers and instructions for installing the NOS ◊ Diskette(s) containing the NOS-specific configuration utility • For IBM OS/2, SCO UnixWare, or SCO OpenServer, create the diskette(s) containing the HP NetRAID drivers and instructions for installing the NOS.
Chapter 6 HP NetRAID Software • On the HP NetServer you are configuring: Refer to "Using the HP NetServer to Create Drivers Diskette and Instructions" later in this chapter. 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.
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 NOS-specific utility for Windows NT, Windows 2000, or NetWare: 1. From the HP Navigator Main Menu, choose NetServer Utilities. 2. Choose Diskette Library. 3.
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 J 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 L. 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 " HP NetRAID Software for DOS" utility in the diskette library on the HP NetServer Navigator CD-ROM.
Chapter 6 HP NetRAID Software • 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. If you have installed one or more HP NetRAID Series adapters, select the adapter controlling the SCSI channel on which Fast/Wide or Ultra SCSI support is to be enabled: ◊ Choose Select Adapter from the Tools Management menu.
Chapter 6 HP NetRAID Software To use HP NetRAID Express Tools to change the PCI class code, do the following: 1. If you have installed one or more HP NetRAID Series adapters, select the integrated controller or an adapter: ◊ Choose Select Adapter from the Tools Management menu. ◊ Select the adapter of interest. 2. Choose Objects from the Tools Management menu. 3. Choose Adapter from the Objects menu. 4. Choose Emulation from the Adapter menu. 5.
7 Preparing for Online Capacity Expansion Step N. 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 For example, assume you have one RAID-5 logical drive built from four physical hard disk drives of 4 GB each. The result is 12 GB of actual storage space. If you enable virtual sizing for this logical drive, then the operating system will see a logical drive of 144 GB. Only the first 12 GB are real, 4 GB are used for parity, and the last 128 GB are virtual. Under NetWare 4.
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 4. Choose Objects from the Tools Management menu. 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 6. Press the F10 key to save the partition. The free space becomes a NetWare partition. The Available Disk Options menu is displayed. 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.
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 Precautions When using the Online Capacity Expansion feature, it is important that you do not create volumes that exceed the actual physical capacity. If you attempt to do this under Windows NT, the format operation will fail. If you extend an existing partition into virtual space, this will be detected upon rebooting. In either case, be sure to use no more than the actual available physical capacity.
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 11. If there is more than one HP NetRAID Series adapter installed (including any integrated HP NetRAID controller), 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. II. Start Windows NT and Enter the Disk Administrator Start Windows NT, and enter the Disk Administrator.
Chapter 7 Preparing for Online Capacity Expansion The formatted drive is now ready for use. Assume for this example that the drive is now E: and was partitioned as a primary partition. The remaining virtual storage space (500 GB minus 12 GB) must be left unpartitioned. You can write data up to 12 GB on the drive. Windows NT will not allow you to write beyond 12 GB and lose any data.
Chapter 7 Preparing for Online Capacity Expansion This section describes preparation for online capacity expansion for logical drives operating in Basic Disk Mode under Windows 2000. (Capacity cannot be expanded online for logical drives operating in Dynamic Disk Mode.) Preparation for capacity expansion under Windows 2000 operating in Basic Disk mode is simply to leave virtual sizing disabled (the factory default), or to disable it if it has been enabled.
Chapter 7 Preparing for Online Capacity Expansion The only other requirement to prepare for online capacity expansion of your logical drive is that virtual sizing is disabled. This is the factory default setting. • If Virtual Sizing is Disabled (the factory default setting), no other preparation is necessary. • If Virtual Sizing is Enabled, disable virtual sizing in HP NetRAID Express Tools, as described below.
Chapter 7 Preparing for Online Capacity 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 menu, choose Disable, and confirm your choice. 10. Press Esc twice to return to the Logical Drive menu. If you need to enable virtual sizing on another logical drive, choose the logical drive and repeat steps 6 through 10. 11.
8 Upgrading to an HP NetRAID-3Si or HP NetRAID-1Si Adapter This chapter explains how to replace an existing HP NetRAID Series adapter with an HP NetRAID-3Si or HP NetRAID-1Si adapter. When you replace one adapter with another, you do not need to worry about data compatibility. Data created using any HP NetRAID Series adapter is compatible with any other HP NetRAID Series adapter.
Chapter 8 Upgrading to an HP NetRAID-3Si or HP NetRAID-1Si Adapter Load the Appropriate HP NetRAID Driver To load the required HP NetRAID drivers, you will follow these steps as described in Chapter 6 of this guide: 1. Decide which HP NetRAID drivers you need as described in Step J of this guide. 2. Use the HP NetServer Navigator CD-ROM to prepare the diskettes you need to install the drivers and the HP NetRAID configuration utility specific to your NOS. See Step J for complete instructions. 3.
Chapter 8 Upgrading to an HP NetRAID-3Si or HP NetRAID-1Si Adapter To remove any HP NetRAID Series adapter and replace it with a new adapter, do the following: 1. Turn off the system, unplug the power cord(s) from the system, open the HP NetServer panel or remove the HP NetServer cover, and disconnect the SCSI cables from the existing HP NetRAID Series adapter. Remove the existing adapter, and place it on a grounding mat or other antistatic surface.
Chapter 8 Upgrading to an HP NetRAID-3Si or HP NetRAID-1Si Adapter Battery Backup Unit (BBU) J2 on BBU board Unplug BBU connector from J2 on BBU board Figure 8-2. Unplug Battery Backup Unit on the HP NetRAID Board 2. Install the new adapter, as described in Step D of Chapter 5. If you are installing an HP NetRAID-3Si adapter, be sure to plug in the Battery Backup Unit first, as shown in Figure 8-3.
Chapter 8 Upgrading to an HP NetRAID-3Si or HP NetRAID-1Si Adapter Battery Backup Unit (BBU) J21 Plug in BBU connector Figure 8-3. Plug in Battery Backup Unit on HP NetRAID-3Si Board 3. Connect all SCSI cables to the new adapter, as described in Step E of Chapter 5. 4. Close the HP NetServer panel or replace the HP NetServer cover, plug in the power cord(s), and turn on power to the HP NetServer. 5.
Chapter 8 Upgrading to an HP NetRAID-3Si or HP NetRAID-1Si Adapter 6. Press any key and the HP NetRAID Express Tools utility starts automatically. You see the Tools Management menu. 7. If you have more than one HP NetRAID Series adapter (including any integrated HP NetRAID controller), do the following to select the adapter you have just installed: a. Choose Select Adapter from the Tools Management menu. b. Choose the adapter with the mismatched configuration. 8.
9 Managing Servers Over the Network This chapter describes the installation and use of software to manage the HP NetRAID Series adapters including integrated HP NetRAID controllers installed 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 9 Managing Servers Over the Network NOTE Microsoft Windows NT Terminal Server Edition is not supported in either client or server for managing HP NetRAID-1Si and HP NetRAID-3Si over the network. The sections that follow identify the NOS requirements for different clients and servers on the network. Requirements for Clients That Manage HP NetRAID over the Network • Microsoft Windows NT, Windows 2000, or Windows 95/98 must be installed.
Chapter 9 Managing Servers Over the Network • HP NetRAID Series adapters and any integrated HP NetRAID controllers are configured in all servers to be managed. (See Chapter 5 of this guide for instructions.) • NOS-specific HP NetRAID drivers (or for I2O support, the HP NetRAID OSM and its companion driver) are installed in all servers. (See Chapter 6 of this guide for instructions.) • TCP/IP is configured and operational on all clients and servers.
Chapter 9 Managing Servers Over the Network Identify the Registration Server/Client Only one server or client on the network can be identified as the Registration Server. The Registration Server does not have to be the same server or client that is running HP NetRAID Assistant. The HP NetRAID Registration Server utility can be installed on only one server running Microsoft Windows NT, Windows 2000, or Novell NetWare.
Chapter 9 Managing Servers Over the Network Table 9-1.
Chapter 9 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 " HP NetRAID Software for Windows." • For Novell NetWare, there is one diskette titled " HP NetRAID Software for NetWare.
Chapter 9 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 HP NetRAID Software for Windows. Previously, this diskette was named " HP NetRAID Assistant for WinNT and Win95/98.
Chapter 9 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 9 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: 7. ◊ Manage HP NetRAID adapter(s) in this server only. (If you choose this option, skip Step 7 and go on to Step 8.
Chapter 9 Managing Servers Over the Network 12. Choose to restart Windows now or defer this until later. The Setup program is now complete. 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.
Chapter 9 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 HP 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 9 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 9 Managing Servers Over the Network 2. HP NetRAID Registration Server: Start it before the others by double-clicking 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 9 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 9-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 9 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.
10 Understanding HP NetRAID Utilities After you have installed the adapter and configured your system, there are four utilities that help you manage HP NetRAID Series adapters. Two of these utilities only work with specific network operating systems.
Chapter 10 NOTE Understanding HP NetRAID Utilities For internal mass storage in some HP NetServers, SCSI ID 5 is reserved for the SAF-TE processor that manages the hotswap mass storage cage. For external mass storage, a SCSI ID may be reserved for a SAF-TE processor. The number of the reserved SCSI ID varies with the type of external enclosure. The SAF-TE processor is displayed as PROC. For a list of functions performed by HP NetRAID Assistant, see the menu chart that follows.
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 the same functions as HP NetRAID Assistant, but it runs under Novell NetWare, SCO UnixWare, SCO OpenServer, and IBM OS/2. HP NetRAID Config allows you to reconfigure and manage your RAID system and monitor its status. You do not need to reboot your HP NetServer to use HP NetRAID Config. The command you use to start HP NetRAID Config utility depends on which NOS you are using.
Chapter 10 Understanding HP NetRAID Utilities HP NetRAID Config Menus Figure 10-2.
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 adapter 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 HP 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 Changing HP NetRAID-3Si DRAM Modules The HP NetRAID-3Si adapter ships with one 16-MB DRAM module. It has a connector for one additional DRAM module. DRAM Module Battery Backup Unit (BBU) BBU connector Figure 11-1. HP NetRAID-3Si DRAM Module and Battery Backup Unit NOTE The Battery Backup Unit must be disconnected before you add a DRAM to or remove a DRAM from the HP NetRAID-3Si adapter board. Refer to Chapter 9, "Battery Backup Unit," for instructions on disconnecting the Battery Backup Unit.
Chapter 11 Changing HP NetRAID-3Si DRAM Modules To change DRAM modules, perform the following steps: 1. Bring down the operating system properly. Make sure that the adapter’s cache memory has been flushed. You must perform a system reset if operating under DOS. When the HP NetServer restarts, the HP NetRAID Series adapter flushes cache memory. 2. Turn off the HP NetServer power and disconnect the power cord(s). 3.
12 HP NetRAID-3Si Battery Backup Unit The Battery Backup Unit preserves data handled by the HP NetRAID-3Si adapter by providing protection from power supply interruptions to the HP NetRAID cache memory. The HP NetRAID Battery Backup Unit monitors the voltage level of the DRAM modules installed on the HP NetRAID-3Si adapter and supporting circuitry.
Chapter 12 HP NetRAID-3Si Battery Backup Unit 2. Choose Objects from the Tools Management menu. 3. Choose Battery Backup to view the battery status. To Check Battery Status with HP NetRAID Config 1. Start HP NetRAID Config. 2. Choose Objects from the Management menu. 3. Choose Battery Backup to view the battery status. Warnings That Battery Needs Replacement • Power-up diagnostics include a battery life check. An on-screen message alerts you if the battery life is low.
Chapter 12 HP NetRAID-3Si Battery Backup Unit on the wire in the lower-left corner into the connector at J21, as shown in the following figure. The connector is keyed to make sure the proper connection is made. Battery Backup Unit (BBU) Plug BBU connector into J21. Figure 12-1. HP NetRAID-3Si Battery Backup Unit with the Battery Pack Connected Battery Specifications Charge Time for Battery Packs The following time-to-charge values are calculated assuming 80% efficiency in the charging process.
Chapter 12 HP NetRAID-3Si Battery Backup Unit Table 12-1. HP NetRAID-3Si Battery Charge Time and Charge Rates Fast Charge Time Fast Charge Rate Trickle Charge Rate Operating Environment 6 hours 190 mA 28 mA 25°C - 35°C ambient (77°F - 95°F ambient) Battery Life The HP NetRAID Series software warns you when the battery needs to be replaced. Under normal usage, the battery should last twice the warranty period of the HP NetRAID-3Si adapter. A new battery pack should be installed every 1 to 5 years.
13 Monitor Alert List This chapter lists monitor messages for the supported network operating systems that provide information about the monitor utility, adapters (HP NetRAID Series adapters and integrated HP NetRAID controllers), physical drives, and logical drives. For BIOS error messages, audible warnings, and other troubleshooting, refer to the "Troubleshooting" chapter in the HP NetRAID Series Installation and Configuration Guide or the Integrated HP NetRAID Controller Configuration Guide.
Chapter 13 Monitor Alert List IBM OS/2 Monitor Messages Table 13-2. OS/2 Monitor Messages Condition Messages Logical drive state change Adp = # LogDrv # state changed from (previous state) to (new state). Physical drive state change Adp = # PhysDrv at Ch # Tid # state changed from (previous state) to (new state).
14 Alarm Control and Audible Warnings HP NetRAID Series adapters have onboard tone generators that indicate events and errors. NOTE The integrated HP NetRAID controller does not have alarm control or audible warnings. Table 14-1. Audible Warnings Tone Pattern Meaning Three seconds on and one second off A logical drive is offline. Examples One or more drives in a RAID 0 configuration failed. Two or more drives in a RAID 1, 3, 5, 10, 30, or 50 configuration failed.
15 Troubleshooting Power-up (Boot) Error Messages Adapter BIOS Disabled. No Logical Drives Handled by BIOS Problem: The adapter 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 "Run Configuration Utilities" in Chapter 6. Host Adapter at Baseport xxxxh not Responding Problem: The BIOS cannot communicate with the firmware on the adapter.
Chapter 15 Troubleshooting Configuration of NVRAM and drives mismatch Run View/Add Configuration option of Configuration Utility. Press any key to enter the Configuration Utility. Problem: There is a single adapter, and the configuration stored in the adapter’s NVRAM does not match the configuration stored in the drives. All drives contain one set of configuration information, and NVRAM contains a different set.
Chapter 15 Troubleshooting Unresolved configuration mismatch between disk(s) and NVRAM on the adapter Problem: The configuration stored in the adapter’s NVRAM does not match the configuration stored on the drives, and configuration information on some drives conflict with configuration information on other drives. Suggested solution: Do the following to reconfigure your drives and restore you data. 1. Press to start HP NetRAID Express Tools, as described in Step M in Chapter 6. 2.
Chapter 15 Troubleshooting 1. Use a utility, such as HP NetRAID Assistant or HP NetRAID Config, to determine which physical drive(s) is not responding and thereby makes the logical drives degraded. 2. Correct the problem with the physical drive(s) by reconnecting, replacing, or rebuilding the physical drive(s). 1 Logical Drive Degraded Problem: One logical drive signed on in the degraded (critical) state. Suggested solution: 1.
Chapter 15 Troubleshooting Other BIOS Error Messages Warning: Battery voltage Low Problem: The voltage of the battery backing the cache memory is low. Suggested solution: Fast charge the battery. This occurs automatically when the system is on. Battery life Low Problem: The battery backing the cache memory is approaching its predicted end of life. Suggested solution: Call an HP Service Representative to replace the battery backup module.
Chapter 15 Troubleshooting Other Troubleshooting NOS Does Not Load (Boot) Problem: Operating system does not load at start up time in a computer with an adapter. Suggested solutions: • Verify that the system is trying to boot from the drive/adapter with the NOS. • Use HP NetRAID Express Tools to enable/disable the HP NetRAID BIOS as required. Hard Drive Fails Often Problem: One of the hard drives in the array fails often.
Chapter 15 Troubleshooting Management Menu Not Displayed Problem: Running HP NetRAID Express Tools or HP NetRAID Config does not display the Management Menu. Suggested solution: Use a color monitor. Cannot Flash or Update the EEPROM Problem: Cannot flash or update the EEPROM. Suggested solution: Make sure that Pins 2-3 of J5 are shorted on the adapter card. If J5 is OK, you may need a new EEPROM. BIOS Banner Not Displayed Problem: The BIOS and firmware banner does not appear.
Chapter 15 Troubleshooting Message "Some Inconsistency Cured" Appears the First Time Consistency Check is Run If you have an HP NetRAID-3Si or NetRAID-1Si, and are running a consistency check for the first time, the disk area on which nothing is written will be cleared. It is normal for the system to indicate that this has occurred and is not a warning of errors in the system. Troubleshooting Management Over the Network Only the most common problems are covered here.
Chapter 15 Troubleshooting Can’t unload raidserv.nlm If the adapter in a NetWare server is being accessed by a configuration utility (HP NetRAID Assistant in Full Access mode or HP NetRAID Config), the raidserv.nlm module cannot be unloaded until the adapter is no longer being accessed. This prevents a critical operation in the adapter, such as a disk rebuild, from being interrupted.
16 Warranty and Support The hardware warranty below applies to components purchased as accessories. If your component was factory installed as part of an HP NetServer model, refer to the HP NetServer Warranty and Service/Support Booklet for the warranty limitations, customer responsibilities, and other terms and conditions.
Chapter 16 Warranty and Support HP products external to the system processor unit, such as external storage subsystems, printers, or other peripherals, are covered by the applicable warranty for those products. HP SureStore drives are considered external accessories and carry their own warranty. The customer may be required to run HP-supplied configuration and diagnostic programs before a replacement will be dispatched or an on-site visit is authorized.
A Adapter Specifications HP NetRAID-3Si Specifications Parameter Product Number Specification D5955A Card Size 12.3" x 4.2" (full length PCI) Processor Intel i960RD @ 66 MHz Bus Type PCI 2.
Appendix A Adapter Specifications HP NetRAID-1Si Specifications Parameter Product Number Specification D2140A Card Size 7.4" x 4.2" (half length PCI) Processor Intel i960RP™ @ 33 MHz Bus Type PCI 2.1 @ 33 MHz PCI Adapter Custom ASIC PCI Edge Connector 5V Bus Data Transfer Rate Up to 132-MB per second BIOS HP NetRAID BIOS Cache Configuration 16-MB using 60-ns EDO DRAM Firmware 1-MB flash ROM Nonvolatile RAM 32-KB of NVRAM for disk configuration space Operating Voltage 5.00 V ± 0.
B Regulatory Information Notice for USA FCC Radio Frequency Emissions Statements Class B Product Statement This equipment has been tested and found to comply with the limits for a Class B digital device, pursuant to Part 15 of the FCC Rules. These limits are designed to provide reasonable protection against harmful interference in a residential installation.
Appendix B Regulatory Information DECLARATION OF CONFORMITY according to ISO/IEC Guide 22 and EN 45014 Manufacturer’s Name: Manufacturer’s Address: Hewlett-Packard Company 10955 Tantau Avenue Cupertiino, Ca.
C Worksheets Configuration Worksheets Figures C-1 and C-2 are worksheets for you to record your configuration choices for the hardware and logical drives. HP recommends that you make one copy of Worksheet A and B for each adapter you have. Log your configuration selections on the photocopies. NOTE SCSI ID 7 is reserved for the integrated HP NetRAID controller.
Appendix C Worksheets WORKSHEET A (PHYSICAL DEVICES) PCI Slot # __ Adapter # __ CH0 Channel 0: Array # or Rebuild Rate = ___% CH1 CH2 Channel 1: Channel 0: SCSI Disk Hot Spare ID Capacity Type Array # or SCSI Disk Hot Spare ID Capacity Type Array # or ____ _________ _____ _________ _____ _________ ____ _________ _____ _________ _____ _________ ____ _________ _____ _________ _____ _________ ____ _________ _____ _________ ____ _________ ____ _________ _____ _________
Appendix C Worksheets Figure C-2.
Appendix C Worksheets Sample Configuration Worksheet WORKSHEET A (PHYSICAL DEVICES) PCI Slot # _5_ Adapter # _0_ CH0 Channel 0: Array # or CH1 Rebuild Rate = __50_% CH2 Channel 1: Channel 0: SCSI Disk Hot Spare ID Capacity Type Array # or SCSI Disk Hot Spare ID Capacity Type _1_ *% Array ____ 0 _0_ *% Array 1 ____ _3_ _2_ *% Array 0 _1_ *% Array 1 _4_ _3_ *% Array 0 _2_ *% _6_ _4_ Dedicated Hot Spare Array 1 *% Global Hot Spare Array # or
Array # No Span 1 5 RAID Level 18 GB 4 GB 18 GB Logical Drive Size 64 KB 16 KB 64 KB Stripe Size W. Thru. Adapt. W. Thru. Adapt. W. Thru. Adapt. Write Policy Cached Cached Cached Cache Policy 167 Worksheets 0 No 5 Appendix C LD0 Logical Drive # 1 No Cached I/O or Direct I/O WORKSHEET B (LOGICAL DEVICES) LD1 2 Normal, Read Ahead, or Adaptive Read Ahead Read Policy LD2 Figure C-4.
Appendix C Worksheets Figures C-3 and C-4 are samples of Worksheets A and B for an HP NetRAID adapter with ten physical drives, three arrays, and three logical drives. It is adapter #0 in PCI Slot #5 in the HP NetServer, and it has a 50% rebuild rate. Physical Arrays and Hot Spares • Array 0 on Channel 0 contains three 9-GB physical drives (SCSI ID # 1, 2, 3). • Array 1 on Channel 1 contains two 4-GB physical drives (SCSI ID # 0 and 1).
D Cabling Diagrams Examples of cabling are shown for the systems listed below. • HP NetServer E40 and E45 • HP NetServer E60 • HP NetServer LC II • HP NetServer LC 3 • HP NetServer LH Pro and LH II • HP NetServer LPr • HP NetServer LXe Pro • HP NetServer LXr Pro • HP NetServer LXr Pro8 • HP NetServer LXr 8000 If you are mounting any of these systems in a rack assembly, refer to the HP NetServer Rack Assembly and Cabling Reference Guide and to the documentation for all components.
Appendix D CAUTION Cabling Diagrams Do not use cables other than those specified for use with your HP NetServer model. While cables from other HP NetServer models may be identical in length and connector compatibility, the impedance rating of each cable is unique and cables are not interchangeable. Installing cables from other HP NetServer models may show no adverse symptoms if installed in your HP NetServer, but may result in decreased overall performance.
Appendix D Cabling Diagrams HP NetServer E40 and E45 System Board IDE 1 IDE 2 Flexible Disk Controller FDD Cable HP NetRAID-1Si Adapter CD-ROM Cable C34 Flexible Disk Shelf 1 CD-ROM Shelf 2 * Shelf 5 Shelf 6 Shelf 3 Shelf 4 Figure D-1.
Appendix D Cabling Diagrams HP NetServer E60 HP NetServer E 60 with HP NetRAID-3Si or HP NetRAID-1Si but no Tape Drive A Shelf 1 FDD Shelf 2 CD-ROM Shelf 3 Reserved for (Optional) Tape Drive B * (Unused Connector) Shelf 4 Hard Disk Drive Shelf 5 Hard Disk Drive Shelf 6 Hard Disk Drive Shelf 7 Hard Disk Drive FDD Connector Primary IDE Secondary IDE SCSI B C SCSI A NetRAID-1Si Figure D-2.
Appendix D Cabling Diagrams HP NetServer E 60, with HP NetRAID-3Si or HP NetRAID-1Si and a Tape Drive A * E B Shelf 1 FDD Shelf 2 CD-ROM Shelf 3 Tape Drive * (Unused Connector) Shelf 4 Hard Disk Drive Shelf 5 Hard Disk Drive Shelf 6 Hard Disk Drive Shelf 7 Hard Disk Drive FDD Connector Primary IDE Secondary IDE D SCSI B C SCSI A NetRAID-1Si Figure D-3.
Appendix D Cabling Diagrams HP NetServer LC II Duplex, Disk Array System Backplane Flexible Disk Drive Connector 2 IC IDE Connector Flexible Disk Drive F6 D6 CD-ROM Drive C82 SCSI or IDE Device SCSI Connector T Unused T CH0 HP NetRAID-1Si Adapter C52 I2 C Route all cables through the hole in the system backplane. (Rear View) Figure D-4.
Appendix D Cabling Diagrams Sample Alternate Switch Settings Mass Storage Cables Some of the optional mass storage configurations require additional cables. This table lists the cables used in configuring mass storage devices for this HP NetServer.
Appendix D Cabling Diagrams HP NetServer LC 3 NetRAID-1Si SCSI PCI Slot 5 Backplane C52 Shelf 1 Shelf 2 Shelf 3 Hot-swap Drives Figure D-5.
Appendix D Cabling Diagrams HP NetServer LH Pro and LH II CAUTION To remove or install mass storage cables to an HP NetRAID Series adapter in this HP NetServer, you must first remove the power supply(s). Follow the procedures in your system’s road map or in Information Assistant to successfully remove and replace the power supplies. Failure to follow these procedures may result in breaking the power management board.
Appendix D Cabling Diagrams Duplex Cabling T IDE Flexible Disk Drive CD-ROM Drive SCSI or IDE Device C11 System Board A SCSI A HP NetRAID-3Si Adapter CH0 CH1 2 IC T B1 C22 Ext. Conn. T C23 SCSI B B1 (Rear View) C22 C22 Route these cables through the rear access hole located below the HP NetServer system board. Figure D-7.
Appendix D Cabling Diagrams Default Switch Settings The default switch settings are the same for both of the cabling examples shown. Off These are the default SCSI switch settings for this configuration. SCSI ID 2 is reserved for an optional DAT (Digital Audio Tape) drive that can be installed in upper drive tray 3. The standard CD-ROM drive is shipped with SCSI ID 5.
Appendix D Cabling Diagrams HP NetServer LPr SCSI Cable as Originally Configured I/O Board SCSI Controller Hard Disk Drive B SCSI Repeater Card Hard Disk Drive A SCSI Backplane C SCSI Cable with Connectors A, B, and C Figure D-8. NetServer LPr SCSI Cable When Not Configured for HP NetRAID Figure D-8 shows how the SCSI cable is connected in the NetServer LPr. The next figure shows where these connectors appear in the NetServer LPr.
Appendix D Cabling Diagrams System Board B PCI Slot #3 I/O Board PCI Slot #2 PCI Slot #1 A SCSI Backplane B Hard Disk Drives C SCSI Repeater Card NetRAID Series Adapter SCSI Cable Figure D-9.
Appendix D Cabling Diagrams HP NetRAID Series Adapter Connected to Two Internal Hard Disk Drives I/O Board SCSI Controller Hard Disk Drive T SCSI Repeater Card Hard Disk Drive A SCSI Backplane B SCSI Cable NetRAID-1Si Adapter C Figure D-10. NetServer LPr When Configured for HP NetRAID As shown in Figure D-10, to make an internal connection to a HP NetRAID Series adapter, you must: • Disconnect connector "B" from the SCSI controller. Leave it disconnected.
Appendix D Cabling Diagrams HP NetServer LXe Pro Non-Duplex, Disk Array CAUTION The HP NetServer LXe Pro comes with one power supply module. Do not attempt to run the HP NetServer with any mass storage devices installed in the right side (including shelves B1 or B2, illustrated below) without first installing a second power supply module. Installing any mass storage devices on the right side requires the addition of a second power supply module.
Appendix D Cabling Diagrams Mass Storage Cables Cabling Diagram Label Cable C11 Narrow SCSI (50 pin) extension cable with built-in terminator C12 Wide SCSI (68 pin) internal cable C13 Wide SCSI (68 pin) cable, external port C14 Wide SCSI (68 pin) bridge cable C15 Wide PCI-SCSI (68 pin) internal cable Narrow-to-Wide SCSI (68 pin) to narrow SCSI (50 pin) adapter A Default Switch Settings Off On 1 2 3 4 5 6 Upper Left Cage Shelf # 1 2 3 4 5 6 SCSI ID # Lower Left Cage Rear view 184 L1 L2
Appendix D Cabling Diagrams HP NetServer LXr Pro CAUTION Before cabling any rack-mounted components, refer to the HP NetServer Rack Assembly and Cabling Reference Guide and the documentation for the components. Non-duplex Cabling to Single-Bus HP NetServer Rack Storage/8 HP NetServer LXr HP Rack Storage/8 (Single Bus) Bus 1 Input Bus 1 Output Bus 2 Input Single-ended Terminator on Bus 2 Output HP NetRAID-3Si Channel 0 Option Switches Set to Short Bridge Cable Figure D-12.
Appendix D Cabling Diagrams Duplex Cabling to Dual-Bus HP NetServer Rack Storage/8 HP NetServer LXr HP Rack Storage/8 (Dual Bus) HP NetRAID-3Si Channel 0 Single-ended Bus 1 Terminator on Input Bus 2 Output Single-ended Bus 2 Terminator on Input Bus 2 Output HP NetRAID-3Si Channel 1 Option Switches Set to Figure D-13. Cabling Two External Channels from an HP NetRAID Adapter in an HP NetServer LXr to a Dual-Bus HP NetServer Rack Storage/8.
Appendix D Cabling Diagrams HP NetServer LXr Pro8 CAUTION Before cabling any rack-mounted components, refer to the HP NetServer Rack Assembly and Cabling Reference Guide and the component manuals. Non-duplex Cabling to Single-Bus HP NetServer Rack Storage/8 HP NetServer LXr Pro8 HP NetRAID-3Si Channel 0 HP Rack Storage/8 (Single Bus) Bus 1 Input Bus 1 Output Option Switches Set to Bus 2 Input Single-ended Terminator on Bus 2 Output Short Bridge Cable Figure D-14.
Appendix D Cabling Diagrams Cabling Two HP NetRAID Channels to a Dual-Bus HP NetServer Rack Storage/8 HP NetServer LXr Pro8 HP NetRAID-3Si Channel 0 HP Rack Storage/8 (Dual Bus) HP NetRAID-3Si Channel 1 Single-ended Bus 1 Terminator on Input Bus 2 Output Single-ended Bus 2 Terminator on Input Bus 2 Output Option Switches Set to Figure D-15. Cabling Two External Channels from an HP NetRAID-3Si Adapter in an HP NetServer LXr Pro8 to a Dual-Bus HP NetServer Rack Storage/8.
Appendix D Cabling Diagrams HP NetServer LXr 8000 Simplex Cabling to HP Rack Storage/12 NetServer LXr 8000 HP NetRAID-3Si Adapter Rack Storage/12 Ultra2 SCSI Host Connector 1 Figure D-16. Cabling One External Channel to an HP Rack Storage/12 NOTE For complete information on the necessary switch settings for the HP Rack Storage/12, see the HP Rack Storage/12 Installation Guide.
Appendix D Cabling Diagrams Duplex Cabling to HP Rack Storage/12 NetServer LXr 8000 HP NetRAID-3Si Adapter Rack Storage/12 Ultra2 SCSI Ultra2 SCSI Host Connector 2 Host Connector 1 Figure D-17. Cabling Two External Channels to an HP Rack Storage/12 NOTE 190 For complete information on the necessary switch settings for the HP Rack Storage/12, see the HP Rack Storage/12 Installation Guide.
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 • Under Windows NT or NetWare 4.2, enable virtual sizing to prepare for online capacity expansion. The controller creates virtual space when the "virtual sizing" option is enabled in the HP NetRAID Express Tools utility. A 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.
Glossary modules (OSMs) and hardware device modules (HDMs). I2O increases overall system performance by shifting I/O computations from the system CPUs to dedicated I/O processors. It also makes driver management easier and less expensive. Initialization: The process of writing zeros to the data fields of a logical drive and generating corresponding parity to put the logical drive in a Ready state. Initializing erases previous data, generating parity so that the logical drive will pass a Consistency Check.
Glossary MB: A megabyte; an abbreviation for 1,048,576 (2 to the 20th power) bytes; used for memory or disk capacities. Mirroring: The style of redundancy in which the data on one disk completely duplicates the data on another disk. RAID levels 1 and 10 use mirroring. Parity: Parity is an extra bit added to a byte or word to reveal errors in storage (in RAM or disk) or transmission. It is used to generate a set of redundancy data from two or more parent data sets.
Glossary • 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. • RAID 10 results when a RAID 1 logical drive spans arrays.
Glossary SAF-TE: SCSI Access Fault-Tolerant Enclosure; a processor that manages a hot-swap mass storage cage or enclosure. SCSI Channel: The HP NetRAID Series adapters control the disk drives via SCSI-2 buses called "channels" over which the system transfers data in Fast-and-Wide, Ultra SCSI, or Ultra-2 SCSI mode. Each HP NetRAID-3Si and HP NetRAID adapter can control up to three SCSI channels. Each HP NetRAID-1Si and HP NetRAID-1 adapter can control one SCSI channel.
Glossary than a single disk can supply or accept it. While data is being transferred from the first disk, the second disk can locate the next segment. Data striping is used in some modern databases and in certain RAID devices. 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.
Index A Abort button, 69 Accept Array button, 60 Accept button, 63 Adapter features, 8 firmware, 6 multiple, 29 NVRAM, 67 rescan, 58 setting current adapter, 56 Add to Array button, 60 Advanced button, 62 Antistatic kit, 10 Array, 191 adding physical drive, 61 defining, 59–61 planning, 35 Array Definition window, 59–61 Array spanning, 191 Array Spanning, 6, 18 Arrays, 11 ASIC, 5 Automatic configuration mode, 34, 59 B Basic Disk Mode, 103 Battery backup connecting, 47 Battery Backup of cache memory, 5 Binary
Index Configuration Preview window, 65 Configuration Replication, 6 Configuration utilities, 71 Configuration Wizard.
Index HP NetRAID BIOS, 191 disable, 84 HP NetRAID Config, 81, 83, 132 menu map, 133 HP NetRAID driver installation, 79 HP NetRAID Express Tools, 134 exiting, 86 menu map, 135 starting, 84 HP NetRAID Monitor Utilities, 136 HP NetRAID Registration Server, 115 HP NetRAID Series User Guide, 9 HP NetRAID-1Si specifications, 160 HP NetRAID-3Si specifications, 159 HP NetServer E40 and E45, 171 HP NetServer E60, 172 HP NetServer LC 3, 176 HP NetServer LC II, 174 HP NetServer LH Pro and LH II, 177 HP NetServer LPr,
Index configuration utility installation, 83 NetWare 4.
Index Rebuild operation, 195 status of SCSI disk, 196 Rebuild rate, 38, 195 planning, 38 setting or verifying, 57 Rebuilding state of physical drive, 56 Reclaim button for hot spare, 61 Recreate a configuration, 108 Redundancy check box, 59 Regulatory information, 161 Remote management, 113 Rescan, 58 Reset (clear) configuration, 56 Restore data, 196 Roaming, disk, 7 S SAF-TE processor, 163, 196 Save binary file, 67 Scatter/Gather, 6 SCSI cables illustration of connections, 186, 188 SCSI channels HP NetRAI
Index disabling, 96, 104 enabling, 91, 100 U Ultra SCSI channels, 52 Ultra2 SCSI channels, 52 Undo button, 64 Undoing hot spares, 61 logical drives, 64, 66 physical drives, 66 UnixWare, 75, 80, 81, 87 configuration utility installation, 83 Upgrading to an HP NetRAID-1Si adapter, 107 Upgrading to an HP NetRAID-3Si adapter, 107 Utilities configuration, 71 HP NetRAID Assistant, 54, 81, 129 HP NetRAID Config, 81, 83, 132 HP NetRAID Express Tools, 134 HP NetRAID Monitor, 136 installing NOS-specific, 81 latest