Forge Home

megaraid_sm

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

10,649 downloads

10,291 latest version

4.1 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.0.2 (latest)
  • 0.0.1
released Mar 3rd 2013

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'jhoblitt-megaraid_sm', '0.0.2'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add jhoblitt-megaraid_sm
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install jhoblitt-megaraid_sm --version 0.0.2

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

jhoblitt/megaraid_sm — version 0.0.2 Mar 3rd 2013

Puppet megaraid_sm Module

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_sm': }

Support

Please log tickets and issues at github

Copyright

Copyright (C) 2012-2013 Joshua Hoblitt jhoblitt@cpan.org