天天看點

使用Lsiutil線上管理Dell(R410,R610等)内置陣列卡SAS 6i/R

使用Lsiutil管理Dell SAS 6i/R

Dell的好多型号(如R410,R610)伺服器預設的RAID控制器都是SAS 6i/R ,對于這款控制器MegaCli是不能使用的。在指令行模式下想管理SAS 6i/R,需要使用Lsiutil這個工具。

Lsiutil有兩種使用方法: 菜單驅動的互動使用 和 指令行

不帶任何參數執行lsiutil,就會進入lsiutil的互動模式。在這個模式下,所有的操作都是通過文本菜單來進行的,舉例如下:

[root@Dell1950 ~]# lsiutil

LSI Logic MPT Configuration Utility, Version 1.56, March 19, 2008

1 MPT Port found

     Port Name         Chip Vendor/Type/Rev    MPT Rev Firmware Rev IOC

1. /proc/mpt/ioc0    LSI Logic SAS1068E B3     105      00192f00     0

Select a device: [1-1 or 0 to quit] 1

1. Identify firmware, BIOS, and/or FCode

2. Download firmware (update the FLASH)

4. Download/erase BIOS and/or FCode (update the FLASH)

8. Scan for devices

10. Change IOC settings (interrupt coalescing)

13. Change SAS IO Unit settings

16. Display attached devices

20. Diagnostics

21. RAID actions

22. Reset bus

23. Reset target

42. Display operating system names for devices

45. Concatenate SAS firmware and NVDATA files

60. Show non-default settings

61. Restore default settings

69. Show board manufacturing information

97. Reset SAS link, HARD RESET

98. Reset SAS link

99. Reset port

e   Enable expert mode in menus

p   Enable paged mode

w   Enable logging

Main menu, select an option: [1-99 or e/p/w or 0 to quit] 21

1. Show volumes

2. Show physical disks

3. Get volume state

4. Wait for volume resync to complete

23. Replace physical disk

26. Disable drive firmware update mode

27. Enable drive firmware update mode

30. Create volume

31. Delete volume

32. Change volume settings

33. Change volume name

50. Create hot spare

RAID actions menu, select an option: [1-99 or e/p/w or 0 to quit] 1

1 volume is active, 2 physical disks are active

Volume 0 is Bus 0 Target 0, Type IM (Integrated Mirroring)

Volume Name:                                 

Volume WWID: 0a09acf0a136af86

Volume State: optimal, enabled

Volume Settings: write caching disabled, auto configure, priority resync

Volume draws from Hot Spare Pools: 0

Volume Size 139392 MB, 2 Members

Primary is PhysDisk 1 (Bus 0 Target 9)

Secondary is PhysDisk 0 (Bus 0 Target 1)

RAID actions menu, select an option: [1-99 or e/p/w or 0 to quit] 0

Main menu, select an option: [1-99 or e/p/w or 0 to quit] 0

Select a device: [1-1 or 0 to quit] 0

指令行模式舉例如下:

lsiutil –p1 –a 21,1,0,0,0       和上邊菜單操作一樣,隻不過不用手動去選擇菜單項了

lsiutil -p 1 -i –s 顯示端口1的設定和連接配接的裝置

lsiutil –s 顯示所有端口上連接配接的裝置

lsiutil -p 2 -l 1 強制HBA卡端口2連接配接速度為1Gb

繼續閱讀