Megarc: Difference between revisions

From DWIKI
mNo edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
Megaraid / perc configuration interface, pretty much the very worst CLI i've ever seen. And the documentation is even worse.
=Links=
*http://www.freebsdwiki.net/index.php/Megarc
*http://www.freebsdwiki.net/index.php/Megarc
*http://www.dubuque.k12.ia.us/it/megarc/
*http://www.freebsdwiki.net/index.php/Megarc
*[[Megacli]] (the only one that seems to actually work on freebsd)
*[[Megamgr]]
*http://tools.rapidsoft.de/perc/
[[Image:Example.jpg]]
=Commands=
=Commands=
==-ctlrInfo==
==-ctlrInfo==
Line 6: Line 17:
Show some info about failed drive on adapter 0 channel 0 id 2  
Show some info about failed drive on adapter 0 channel 0 id 2  
  megarc -pdFailInfo -a0 -ch0 -id2
  megarc -pdFailInfo -a0 -ch0 -id2
==add hot spare==
MegaCli -PDHSP -Set -PhysDrv [7:11] -a1


==-phys==
==-phys==
Show manufacturer, mode, revision etc of a drive
Show manufacturer, mode, revision etc of a drive
  megarc -phys -a0 -ch0 -id2
  megarc -phys -a0 -ch0 -id2
==show info about a drive==
MegaCli -pdInfo -PhysDrv [7:11] -a1
[[Category:System Administration]]

Latest revision as of 17:26, 5 March 2010

Megaraid / perc configuration interface, pretty much the very worst CLI i've ever seen. And the documentation is even worse.


Links

File:Example.jpg

Commands

-ctlrInfo

megarc -ctlrInfo -a0

-pdFailInfo

Show some info about failed drive on adapter 0 channel 0 id 2

megarc -pdFailInfo -a0 -ch0 -id2


add hot spare

MegaCli -PDHSP -Set -PhysDrv [7:11] -a1

-phys

Show manufacturer, mode, revision etc of a drive

megarc -phys -a0 -ch0 -id2

show info about a drive

MegaCli -pdInfo -PhysDrv [7:11] -a1