Categories
Knowledge Support Support exacqVision Server exacqVision Hardware

How to Identify the MegaRAID Controller Model on an exacqVision Server  

Title

How to Identify the MegaRAID Controller Model on an exacqVision Server  

Description 

For various reason you may need to determine the model number of the RAID Controller Card.   

Product 

  • exacqVision Server
  • MegaRAID    

Solution

From the exacqVision Client

  • Navigate to Configuration > YOURSERVER > Storage > Hardware Tab 
  • The model should be listed under RAID Controllers

Windows Using Device Manager 

  • Press Windows Key + R
  • Type devmgmt.msc in the run box and select OK
  • Locate and expand Storage controllers 
  • Right-Click on the MegaRAID entry and select properties

Windows Using storcli 

Open a Command Prompt as Admin and run 

"c:\Program Files (x86)\MegaRAID Storage Manager\storcli.exe" /c0 show all | findstr Model

Linux Using storcli

Open Terminal and run the following command 

sudo storcli /c0 show all | grep Model