Difference between revisions of "Configure SAS Adapter for RAID - BL8x0"

From jasonhoss.com
Jump to: navigation, search
Line 52: Line 52:
 
  .
 
  .
 
  .
 
  .
  43 0002150
+
  9B 00000318 D X X 1 - Smart Array SAS Driver v3.18 MemoryMapped(0xB,0x < ====

Revision as of 12:37, 15 February 2011

Changing the mode of the disk controller in a BL8x0 Itanium server requires the saupdate.efi binary to properly set the mode from HBA to RAID. To change the mode of the disk controller, follow these steps:

  • Download the saupdate.efi file for your drive controller and save to bootable media (USB, etc)
  • Reboot server and bring up the EFI shell
  • Once the system is at the EFI shell, look through the devices detected by the system and change to that volume so that the saupdate.efi binary is accessible. For example, if the removable USB drive is detected at fs1, type
Shell> fs1:

fs1:\>
  • Do an ls or dir on the directory to locate the saupdate binary.
  • Execute saupdate get_mode all to determine the configured mode on all installed HBAs
fs1:\> saupdate get_mode all 

The controller at 0:2:0:0 is in HBA mode

The controller at 0:42:0:0 is in HBA mode
  • Configure RAID mode for desired HBA using saupdate set_mode
fs1:\> saupdate set_mode 0:2:0:0 RAID

WARNING:Changing controller mode could result in DATA LOSS!!!
Key in 'YES' to continue or 'NO' to quit: yes

Changing mode of the controller at 0:2:0:0 to RAID
Resetting and reinitializing controller, it may take several minutes
Controller mode change successful
  • Execute connect -r to re-bind the driver to the device.
fs1:\> connect -r
  • Update map of devices using map -u
fs1:\> map -u
  • Use the drivers command to locate the controller card's driver number. For example
fs1:\> drivers
T D
D Y C I
R P F A
V  VERSION E G G #D #C DRIVER NAME IMAGE NAME
=  ======= = = = == == ======================
11 0000010 B - -  7 13 PCI Bus Driver PciBus
.
.
.
9B 00000318 D X X 1 - Smart Array SAS Driver v3.18 MemoryMapped(0xB,0x < ====