Skip to content

installs the LSI MegaRAID Storage Manager and MegaCLI RAID controller management software

License

Notifications You must be signed in to change notification settings

jhoblitt/puppet-megaraid

Repository files navigation

Puppet megaraid Module

Build Status

Description

Installs the LSI MegaRAID Storage Manager and MegaCLI RAID controller management software.

It has been tested on:

  • el6.x

This module is intended to directly install the RPMs LSI packages up with their own Linux installer, without using the provided install scripts. It is assumed that these RPMs have been extracted and made available as a Yum repo.

Obtaining the RPMs

The Storage Manager and CLI packages are provided via the LSI website.

Here is a guided example starting at the 9285-8e product page.

Note that both of those direct links redirect to a page that requires you to accept an EULA.

$ tar -xf 12.08.03.03_Linux_x64_MSM.tar.gz 
$ ls
12.08.03.03_Linux_x64_MSM.tar.gz  disk
$ cd disk
$ ls *.rpm
Lib_Utils-1.00-09.noarch.rpm
Lib_Utils2-1.00-04.noarch.rpm
MegaRAID_Storage_Manager-12.08.03-03.noarch.rpm
sas_ir_snmp-12.08-0303.x86_64.rpm
sas_snmp-12.08-0303.x86_64.rpm

$ unzip 8.04.07_MegaCLI.zip 
Archive:  8.04.07_MegaCLI.zip
 extracting: Win_CliKL_8.04.07.zip   
  inflating: 8.04.07_MegaCLI.txt     
 extracting: CLI_DOS_8.04.07.zip     
 extracting: CLI_FreeBSD_8.04.07.zip  
 extracting: CLI_Lin_8.04.07.zip     
 extracting: CLI_Solaris_8.04.07.zip  
 extracting: CLI_VMWare_8.04.07.zip  
 extracting: CLI_VMWare_MN_8.04.07.zip  
 extracting: CLI_Win_8.04.07.zip     
 extracting: Lin_CliKL_8.04.07.zip   
$ unzip CLI_Lin_8.04.07.zip
Archive:  CLI_Lin_8.04.07.zip
 extracting: MegaCliLin.zip          
  inflating: readme.txt              
$ unzip MegaCliLin.zip 
Archive:  MegaCliLin.zip
  inflating: Lib_Utils-1.00-09.noarch.rpm  
  inflating: MegaCli-8.04.07-1.noarch.rpm  
$ ls *.rpm
Lib_Utils-1.00-09.noarch.rpm  MegaCli-8.04.07-1.noarch.rpm

All of those RPMs should be copied into a repo and that yum is configured to install from. Here is an example Yum repo skeleton on github.

Examples

class{ 'megaraid: }

Support

Please log tickets and issues at github

Copyright

Copyright (C) 2012-2013 Joshua Hoblitt [email protected]

About

installs the LSI MegaRAID Storage Manager and MegaCLI RAID controller management software

Resources

License

Stars

Watchers

Forks

Packages

No packages published