JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun Blade Storage Module M2 Product Notes
search filter icon
search icon

Document Information

Preface

Product Information Web Site

Related Books

About This Documentation (PDF and HTML)

Documentation Comments

Change History

Overview of the Sun Blade Storage Module M2 Product Notes

Supported Firmware, Hardware and Software

Storage Module Firmware Release History

Supported Hardware

Supported Operating Systems

Integrated Lights Out Manager (ILOM)

Get Software and Firmware Downloads

Hardware Issues

Hardware Current Issues

Hardware Fixed Issues

Solaris Operating System Issues

Solaris Operating System Current Issues

Disk Fault and Ready-to-Remove LEDs Do Not Work in Oracle Solaris 10 (6926642)

stmsboot Fails to Map Root Device After a Fresh OS Install (6931924)

Using stmsboot -d to Disable MPxIO Can Cause the System to Not Reboot Successfully (6923599)

Changes in Drive Physical Configuration Causes the Solaris format Utility to Hang (6890270, 6930996)

Removal of Devices Breaks mpathadm in Solaris (6908971, 6919439)

cfgadm -c unconfigure Fails if Path Specified is to an MPXIO Enabled Device (6948701)

Command for Creating RAID 10 Volume Not Named Correctly (6943131)

Storage Module Disk Ready-to-Remove LED Does Not Work Using cfgadm (6946124)

Linux Operating System Issues

Linux Operating System Current Issues

Storage Module Disk Ready-to–Remove LED Does Not Work Using cfgadm (6946124)

The Ready–to–Remove LED to locate a drive does not work when using the cfgadm -c unconfigure command on Sun Blade T6320 or Sun Blade T6340 blade servers.

Workaround
  1. Run the format command to select the device that you need to locate.

    Example:

    bash-3.00# format 
    Searching for disks...done 
    AVAILABLE DISK SELECTIONS: 
    0. c0t5000C5000F8AD1FFd0 <SUN300G cyl 46873 alt 2 hd 20 sec 625> 
       /scsi_vhci/disk@g5000c5000f8ad1ff 
    1. c0t5000C5000F8BB997d0 <SUN300G cyl 46873 alt 2 hd 20 sec 625> 
       /scsi_vhci/disk@g5000c5000f8bb997 
    2. c0t5000C50003D3D85Bd0 <SUN72G cyl 14087 alt 2 hd 24 sec 424> 
       /scsi_vhci/disk@g5000c50003d3d85b 
    3. c0t5000C50012EEE447d0 <SUN146G cyl 14087 alt 2 hd 24 sec 848> 
       /scsi_vhci/disk@g5000c50012eee447 
    4. c0t5000C5000258C457d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424> 
       /scsi_vhci/disk@g5000c5000258c457 
    5. c0t5000CCA00A4A924Cd0 <SUN300G cyl 46873 alt 2 hd 20 sec 625> 
       /scsi_vhci/disk@g5000cca00a4a924c 
    
    Specify disk (enter its number): 4 
    selecting c0t5000C5000258C457d0
  2. Find the serial number for the device that you selected in Step 1.

    1. Issue the command: iostat -En > iostat_output

    2. Sselect the iostat_output file and search for "Cxtx...." number of the disk identified in step 1.

      bash-3.00# cat iostat_output 
      
      c0t5000C50003D3D85Bd0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0 
      Vendor: SEAGATE  Product: ST973402SSUN72G  Revision: 0603 Serial No: 0715215EVK 
      Size: 73.41GB <73407865856 bytes> 
      Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0 
      Illegal Request: 0 Predictive Failure Analysis: 0 
      c0t5000C5000258C457d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0 <==
      Vendor: SEAGATE  Product: ST973451SSUN72G  Revision: 0302 Serial No: 0802V16VTE
      Size: 73.41GB <73407865856 bytes> 
      Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0 
      Illegal Request: 0 Predictive Failure Analysis: 0 
      c1t0d0           Soft Errors: 4 Hard Errors: 2 Transport Errors: 0 
      Vendor: AMI      Product: Virtual CDROM    Revision: 1.00 Serial No: 
      Size: 0.00GB <0 bytes> 
      Media Error: 0 Device Not Ready: 0 No Device: 2 Recoverable: 0 
      Illegal Request: 4 Predictive Failure Analysis: 0 
      c0t5000CCA00A4A924Cd0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0 
      Vendor: HITACHI  Product: H103030SCSUN300G Revision: A2A8 Serial No: 0950GA0B7E 
      Size: 300.00GB <300000000000 bytes> 
      Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0 
      Illegal Request: 0 Predictive Failure Analysis: 0 
      c0t5000C50012EEE447d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0 
      Vendor: SEAGATE  Product: ST914603SSUN146G Revision: 0768 Serial No: 092180GMM6 
      Size: 146.81GB <146810536448 bytes> 
      /c0t5000C5000258C457d0
    3. Make a note of the serial number from the iostat_output file for the locate device. For example:

    c0t5000C5000258C457d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0 
    Vendor: SEAGATE  Product: ST973451SSUN72G  Revision: 0302 Serial No: 0802V16VTE
  3. Run the REM's sas2ircu utility to do the following:

    1. Find the SAS2 controller number/index using sas2ircu LIST command.

      bash-3.00# ./sas2ircu LIST
      LSI Corporation SAS2 IR Configuration Utility.
      Version 3.250.02.00 (2009.09.29)
      Copyright (c) 2009 LSI Corporation. All rights reserved.
      
      
              Adapter      Vendor  Device                       SubSys  SubSys
      Index    Type          ID      ID    Pci Address          Ven ID  Dev ID
      -----  ------------  ------  ------  -----------------    ------  ------
        0     SAS2008     1000h    72h   00h:700h:00h:00h      1000h   3180h
      SAS2IRCU: Utility Completed Successfully.
    2. Find the drives connected to this controller using sas2ircu n display > sas2ircu_output.

      Where n is the controller number from the Step 3a.

      bash-3.00# ./sas2ircu 0 display > sas2ircu_output
  4. Look for the serial number that matches the value in Step 2 from the sas2ircu_output file.

  5. Once the serial number is identified, look for the enclosure/slot# that corresponds to this device.

    If the enclosure ID# is 1, it indicates the drives are in a server blade. If Enclosure# is not 1, that indicates the drives are in a storage module.

    The slot# refers to the disk slot number on the server blade or storage module.

    • Example for drives in a Sun Blade T6320 or T6340:


      Note - In this example, the Enclosure and Slot numbers are 1, which means the drive is sitting in Slot#1 labeled as HDD1 on the server blade.


      bash-3.00# cat sas2ircu_output
      
      Device is a Hard disk
       Enclosure #                             : 1
       Slot #                                  : 1
       State                                   : Ready (RDY)
       Size (in MB)/(in sectors)               : 70007/143374737
       Manufacturer                            : SEAGATE
       Model Number                            : ST973451SSUN72G
       Firmware Revision                       : 0302
       Serial No                               : 0802V16VTE
       Protocol                                : SAS
       Drive Type                              : SAS_HDD
    • For drives in a Sun Blade X6270 M2, an example would be:

      bash-3.00# cat sas2ircu_output
      
      Device is a Hard disk
       Enclosure #                             : 6
       Slot #                                  : 7
       State                                   : Ready (RDY)
       Size (in MB)/(in sectors)               : 286102/585937499
       Manufacturer                            : HITACHI
       Model Number                            : H103030SCSUN300G
       Firmware Revision                       : A2A8
       Serial No                               : 0950GBEVNE
       Protocol                                : SAS
       Drive Type                              : SAS_HDD
  6. Locate the drive in storage module.

    Once you identify the Enclosure# and Slot#, use LOCATE subcommand of sas2ircu. The locate ID on the drive will start blinking (amber). If you replace the drive with another drive, turn off the locate LED using LOCATE sub command of sas2ircu. For example:

    bash-3.00# ./sas2ircu 0 LOCATE 6:7 ON
    
    LSI Corporation SAS2 IR Configuration Utility.
    Version 3.250.02.00 (2009.09.29)
    Copyright (c) 2009 LSI Corporation. All rights reserved.
    
    SAS2IRCU: LOCATE command completed successfully.
    SAS2IRCU: Command LOCATE Completed Successfully.
    SAS2IRCU: Utility Completed Successfully.
    
    Please turn off drive locate LED after replacing the drive using
    following command:
    
    bash-3.00# ./sas2ircu 0 LOCATE 6:7 OFF