JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun Storage 6 Gb SAS REM HBA

Installation Guide For HBA Models SGX-SAS6-REM-Z and SG-SAS6-REM-Z

Oracle Technology Network
Library
PDF
Print View
Feedback
search filter icon
search icon

Document Information

Using This Documentation

Chapter 1 HBA Overview

Chapter 2 Hardware Installation and Removal

Chapter 3 Creating a Bootable Drive in a Preboot Environment

Chapter 4 HBA Software Installation

Chapter 5 Activating Volumes

Chapter 6 Known Issues

MegaRAID Storage Manager-Related Issues

Cannot Upgrade Firmware on the HBA Through MSM

Cannot Hotplug the HBA Card

Cannot Assign a Global Hot Spare Through the MSM GUI

Utility-Related Issues

Non-Alphabetical Characters Are Displayed in RAID Volume Names

Cannot Delete a RAID Volume Using the SAS2IRCU Utility

There Is No FCode Utility Command for Creating a RAID 10 Volume

Virtual Drives Are Displayed Twice

A Hard Drive is Not Displayed in the BIOS Setup Utility

Cannot View Newly Inserted Drive

Storage-Related Issues

Blue Ready-to-Remove LED Does Not Illuminate After Issuing the cfgadm -c unconfigure Command

Determine the Physical Location, and Then Hot Plug, a Disk

Only 24 Devices Are Displayed In The System BIOS Boot List

Typing Ctrl+N Does Not Initiate a Network Boot Nor Load the HBA Option ROM As Expected

The Oracle Solaris Operating System Installation Hangs

The System Hangs After Deleting a RAID Volume

Green LED Does Not Blink During the Volume Rebuild Process

Appendix A HBA Specifications

Glossary

Blue Ready-to-Remove LED Does Not Illuminate After Issuing the cfgadm -c unconfigure Command

Bug 15622936

Issue: If you need to replace a drive connected to the HBA on a system running the Oracle Solaris OS, it is difficult to physically locate that drive after issuing the cfgadm -c unconfigure command. This is because the blue Ready-to-Remove LED is not illuminating on the drive, as it is expected to do.

Workaround: To determine the physical location of the disk, and then to hot plug the disk, perform the procedure in this section.

Determine the Physical Location, and Then Hot Plug, a Disk

  1. Run the format command on the disk that you want to physically locate in the chassis of the system.

    In the following example, the disk that needs to be replaced is /dev/dsk/c14t50010B90004BEF66d0.

    # format c14t50010B90004BEF66d0
    selecting c14t50010B90004BEF66d0
    [disk formatted]
    FORMAT MENU:
    disk - select a disk
    type - select (define) a disk type
    partition - select (define) a partition table
    current - describe the current disk
    format - format and analyze the disk
    fdisk - run the fdisk program
    repair - repair a defective sector
    label - write label to the disk
    analyze - surface analysis
    defect - defect list management
    backup - search for backup labels
    verify - read and display labels
    save - save new disk/partition definitions
    inquiry - show vendor, product and revision
    volname - set 8-character volume name 
    !<cmd> - execute <cmd>, then return
    quit
    format> 
    
  2. Issue the analyze format command.
    format> analyze
    ANALYZE MENU:
    read - read only test (doesn't harm SunOS)
    refresh - read then write (doesn't harm data)
    test - pattern testing (doesn't harm data)
    write - write then read (corrupts data)
    compare - write, read, compare (corrupts data)
    purge - write, read, write (corrupts data)
    verify - write entire disk, then verify (corrupts data)
    print - display data buffer
    setup - set analysis parameters
    config - show analysis parameters
    !<cmd> - execute <cmd> , then return
    quit
    quit
    
  3. Issue the read analyze command and type y at the prompt.
    analyze> read
    Ready to analyze (won't harm SunOS). This takes a long time, 
    but is interruptable with CTRL-C. Continue? ypass 0
     
    
  4. To find the physical drive slot in the chassis of the system, check the activity blinking LEDs on the drives.

    The activity LED blink rate will be consistent on the drive that you want to replace.

  5. If you are unable to determine the drive slot due to other drive activity blink rates, do the following:
    1. Press Ctrl+Z at the command-line to suspend the analyze function.
    2. Look at the drive slots and verify that the drive that you want has a solid activity LED on the drive (the LED is no longer blinking, but remains illuminated).
    3. After you have found the drive slot that you want, run the fg command to resume the analyze function.
  6. Type Ctrl+C at the command-line to interrupt the read test.
  7. If you are unable to identify the drive, as described and in this procedure, do the following:
    1. Take the system to single-user mode in order to quiesce all other system activity
    2. Repeat through .
  8. Now that you have physically located the drive, issue the cfgadm -c unconfigure command to unconfigure the drive, and then remove the drive from the chassis.