기록용 -ㅁ-
리눅스에서 tw_cli를 이용해서 펌웨어 확인
$ lspci | grep 3ware
02:03.0 RAID bus controller: 3ware Inc 9xxx-series SATA-RAID
$ dmesg | grep 3ware
[ 1.092263] 3ware 9000 Storage Controller device driver for Linux v2.26.02.012.
[ 2.193767] scsi2 : 3ware 9000 Storage Controller
[ 2.193932] 3w-9xxx: scsi2: Found a 3ware 9000 Storage Controller at 0xfcdffc00, IRQ: 24.
$ lsmod | grep 3w
3w_9xxx 35257 0
$ modinfo 3w_9xxx
filename: /lib/modules/2.6.32-33-server/kernel/drivers/scsi/3w-9xxx.ko
version: 2.26.02.012
license: GPL
description: 3ware 9000 Storage Controller Linux Driver
author: AMCC
srcversion: 9448455BB935CC3049B6CC3
alias: pci:v000013C1d00001005sv*sd*bc*sc*i*
alias: pci:v000013C1d00001004sv*sd*bc*sc*i*
alias: pci:v000013C1d00001003sv*sd*bc*sc*i*
alias: pci:v000013C1d00001002sv*sd*bc*sc*i*
depends:
vermagic: 2.6.32-33-server SMP mod_unload modversions
parm: use_msi:Use Message Signaled Interrupts. Default: 0 (int)
|
리눅스에서 tw_cli를 이용해서 펌웨어 확인
# ./tw_cli
//ubuntu64srv> ?
Copyright(c) 2004, 2005 Applied Micro Circuits Corporation(AMCC). All rights reserved.
AMCC/3ware CLI (version 2.00.03.017)
Commands Description
-------------------------------------------------------------------
info Displays information about controller(s), unit(s) and port(s).
maint Performs maintenance operations on controller(s), unit(s) and ports.
alarms Displays current AENs.
set Displays or modifies controller and unit settings.
sched Schedules bachground tasks on controller(s) (9000 series)
quit Exits the CLI.
---- New Command Syntax ----
focus Changes from one object to another. For Interactive Mode Only!
show Displays information about controller(s), unit(s) and port(s).
flush Flush write cache data to units in the system.
rescan Rescan all empty ports for new unit(s) and disk(s).
commit Commit dirty DCB to storage on controller(s). (Windows only)
/cx Controller specific commands.
/cx/ux Unit specific commands.
/cx/px Port specific commands.
/cx/bbu BBU specific commands. (9000 only)
Type help <command> to get more details about a particular command.
For more detail information see tw_cli's documentation.
//ubuntu64srv> info
Ctl Model Ports Drives Units NotOpt RRate VRate BBU
------------------------------------------------------------------------
c2 9500S-4LP 4 4 1 1 5 5 -
//ubuntu64srv> info c2 firmware
/c2 Firmware Version = FE9X 2.08.00.009
|
'하드웨어 > RAID' 카테고리의 다른 글
512b vs 4k sector HDD (Advanced Format - AF) (0) | 2019.02.12 |
---|---|
SAS (0) | 2013.11.12 |
3ware 9500 RAID5 구성중 하드 하나가 사라지면? (0) | 2011.12.03 |
stripe size에 따른 속도변화 (0) | 2011.07.31 |
3ware 9500s 속도 제한걸리는 이유? (0) | 2011.07.30 |