Skip to content

megatui_en

้‡่ง็Ž‹ๆ–Œ edited this page Feb 12, 2018 · 1 revision

MegaTui ๐Ÿ‘

1 Description

MegaCli needs to be installed on the machine

1.1 Support system

  • CentOS6/7
  • SUSE

1.2 Support RAID card

  • Nytro megaraid 8100-4i
  • Avago megaraid sas 9361-8i
  • Perc h330 mini

2 Usage

2.1 Deploy

#curl -o megatui.zip https://codeload.github.com/BillWang139967/megacli_tui/zip/master
#unzip megatui.zip
#cd megacli_tui-master
#bash start.sh

2.2 use

#megatui

2.2.1 Query physical hard disk information

 โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค status_raid โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
 โ”‚                                                             โ”‚ 
 โ”‚ raidID  VD    ED  slotID   raw_size       firmware_state    โ”‚ 
 โ”‚   1     1    252    0       1.819tb      online, spun up    โ”‚ 
 โ”‚   1     0    252    1       1.819tb      online, spun up    โ”‚ 
 โ”‚   1     0    252    2       1.819tb      online, spun up    โ”‚ 
 โ”‚   1     0    252    3       1.819tb      online, spun up    โ”‚ 
 โ”‚   1     0    252    4       1.819tb      online, spun up    โ”‚ 
 โ”‚   1     0    252    5       1.819tb      online, spun up    โ”‚ 
 โ”‚   1     -    252    6       1.819tb    hotspare, spun down  โ”‚ 
 โ”‚   1     -    252    7       1.819tb    hotspare, spun down  โ”‚ 
 โ”‚                          โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”                           โ”‚ 
 โ”‚                          โ”‚ ็กฎๅฎš โ”‚                           โ”‚ 
 โ”‚                          โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”˜                           โ”‚ 
 โ”‚                                                             โ”‚ 
 โ”‚                                                             โ”‚ 
 โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ 
  • RAIDID ๏ผšRAID card ID, used to identify multiple RAID card.
  • VD ๏ผšRAID logical disk group ID(Hot spare disk shows as "-")
  • ED ๏ผšEnclosure_id
  • SlotID ๏ผšSlot_number
  • Raw_size ๏ผšDisk size
  • Firmware_state ๏ผšDisk status

3 Other

  • Megacli python lib-------------------Megalib
Clone this wiki locally