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
Categories
Knowledge Support Support exacqVision Enterprise Categories Products

Configuring exacqVision S-Series Enterprise System with LSI RAID Controller with all JBOD Disks

exacqVision S-Series systems with LSI RAID controller running exacqVision Server 6.4.x display an empty Network tab on the Storage page if all disks are configured for JBOD. To fix this issue, complete the following steps:

  1. On the S-Series system, download the udev_gen.sh script (attached below).
  2. cd to the location where the script was downloaded and run sudo ./udev_gen.sh.

The script will request storage updates from the kernel, and the disks should appear on the Network tab.