web-dev-qa-db-ja.com

サーバーのビープ音が鳴り、hpacucliコマンドからの出力がない

私はビープ音のスーパーマイクロサーバーを持っています、そして私の疑いはそれがRAID /ディスクの問題であるということです。スーパーマイクロストレージは、マネージャー(HP Proliant Gen 9)とは別のユニットです。その結果、RAIDアレイに関する情報を見つけて、次のコマンドを実行しようと試み始めました。

lspci | grep RAID

これはこの出力を生成します:

08:00.0 RAID bus controller: Hewlett-Packard Company Smart Array Gen9 Controllers (rev 01)

私が読んだことから(私が間違っている場合は訂正してください)、これはサーバーがHewlett-PackardタイプのRAID(?)を実行していることを意味します。その結果、hpacucliをインストールし、次のコマンドを実行しました。

hpacucli ctrl all show config

その出力は次のとおりです。

Error: No controllers detected.

Lsscsiの出力は次のとおりです。

[0:0:0:0]    disk    HP       EF0450FARMV      HPD6  /dev/sdb 
[0:0:1:0]    disk    HP       EF0450FARMV      HPD6  /dev/sdc 
[0:0:2:0]    disk    HP       EF0450FARMV      HPD6  /dev/sdd 
[0:0:3:0]    disk    HP       EF0450FARMV      HPD6  /dev/sde 
[0:0:4:0]    disk    HP       EF0450FARMV      HPD6  /dev/sdf 
[0:0:5:0]    disk    HP       EF0450FARMV      HPD6  /dev/sdg 
[0:0:6:0]    disk    HP       EF0450FARMV      HPD6  /dev/sdh 
[0:0:7:0]    disk    HP       EF0450FARMV      HPD6  /dev/sdi 
[1:0:0:0]    disk    HP       LOGICAL VOLUME   1.34  /dev/sda 
[1:3:0:0]    storage HP       H241             1.34  -   

EDIT***

fdisk -lの出力:

Disk /dev/sda: 720137.6 GB, 720137638731776 bytes, 1406518825648 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 262144 bytes / 23592960 bytes


Disk /dev/sdb: 450.1 GB, 450098159616 bytes, 879097968 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x000f2d20

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *        2048     1026047      512000   83  Linux
/dev/sdb2         1026048   879097855   439035904   8e  Linux LVM

Disk /dev/sdc: 450.1 GB, 450098159616 bytes, 879097968 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x0005dd7d

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1            2048   879097855   439547904   8e  Linux LVM

Disk /dev/sdf: 450.1 GB, 450098159616 bytes, 879097968 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x0007ed8a

   Device Boot      Start         End      Blocks   Id  System
/dev/sdf1            2048   879097855   439547904   8e  Linux LVM

Disk /dev/sdh: 450.1 GB, 450098159616 bytes, 879097968 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x0004d03e

   Device Boot      Start         End      Blocks   Id  System
/dev/sdh1            2048   879097855   439547904   8e  Linux LVM

Disk /dev/sde: 450.1 GB, 450098159616 bytes, 879097968 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x00027e6e

   Device Boot      Start         End      Blocks   Id  System
/dev/sde1            2048   879097855   439547904   8e  Linux LVM

Disk /dev/sdd: 450.1 GB, 450098159616 bytes, 879097968 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x000c0120

   Device Boot      Start         End      Blocks   Id  System
/dev/sdd1            2048   879097855   439547904   8e  Linux LVM

Disk /dev/sdg: 450.1 GB, 450098159616 bytes, 879097968 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x000cbb24

   Device Boot      Start         End      Blocks   Id  System
/dev/sdg1            2048   879097855   439547904   8e  Linux LVM

Disk /dev/sdi: 450.1 GB, 450098159616 bytes, 879097968 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x000b8bb0

   Device Boot      Start         End      Blocks   Id  System
/dev/sdi1            2048   879097855   439547904   8e  Linux LVM

Disk /dev/mapper/cl-root: 53.7 GB, 53687091200 bytes, 104857600 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

Disk /dev/mapper/cl-swap: 16.9 GB, 16911433728 bytes, 33030144 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/mapper/cl-home: 3529.6 GB, 3529569730560 bytes, 6893690880 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

これはすべて私にとってかなり新しいことです。 hpacucliコマンドからの出力がない理由を誰かが知っていますか?

1
apprentice123

私の推測では、何らかの理由でHP ProLiantGen9サーバーとSupermicro外部JBODエンクロージャーを使用していると思います。

問題や障害が発生しても、HPサーバーはビープ音を鳴らしません。これは、問題を警告するためのばかげた方法です。 Supermicro機器は、問題が発生したときにビープ音を鳴らすことがあります。

HP H241 はHPブランドのLSI SAS HBAです。

SupermicroJBODには450GB SASディスクがいくつかあります。エンクロージャーはファンまたは電源の問題がある可能性があります。赤信号を探します。

1
ewwhite