web-dev-qa-db-ja.com

HP ProliantBL460cブレードサーバーでHPSmartArrayファームウェアバージョンを表示する方法

HP Smartアレイのファームウェアバージョン(できればGUIバージョン)を表示する最も速い方法は何ですか? Windowsで探す必要がありますか、それともiLOから表示できますか?

2
Volodymyr M.

HP管理エージェントがインストールされている場合、_ アレイ構成ソフトウェア の一部であるhpacucliユーティリティが、必要なすべてのコントローラー情報を提供します。 Windows 2003の場合、 コマンドラインツール用にこのパッケージをダウンロードまたはthis、 GUIの場合

ctrl all show config detailディレクティブは次のようなものを出力します。

=> ctrl all show config detail

Smart Array P410i in Slot 0 (Embedded)
   Bus Interface: PCI           
   Slot: 0                      
   Serial Number: 50123456789ABCDE
   Cache Serial Number: PBCDF0BRHYI032
   RAID 6 (ADG) Status: Disabled
   Controller Status: OK        
   Chassis Slot:                
   Hardware Revision: Rev C     
   Firmware Version: 5.12       
   Rebuild Priority: High       
   Expand Priority: High        
   Surface Scan Delay: 15 secs  
   Queue Depth: Automatic       
   Monitor and Performance Delay: 60 min
   Elevator Sort: Enabled       
   Degraded Performance Optimization: Disabled
   Inconsistency Repair Policy: Disabled
   Wait for Cache Room: Disabled
   Surface Analysis Inconsistency Notification: Disabled
   Post Prompt Timeout: 0 secs
   Cache Board Present: True
   Cache Status: OK
   Accelerator Ratio: 25% Read / 75% Write
   Drive Write Cache: Enabled
   Total Cache Size: 1024 MB
   No-Battery Write Cache: Enabled
   Cache Backup Power Source: Capacitors
   Battery/Capacitor Count: 1
   Battery/Capacitor Status: OK
   SATA NCQ Supported: True

   Array: A
      Interface Type: SAS
      Unused Space: 0 MB
      Status: OK
6
ewwhite