Skip to content

Instantly share code, notes, and snippets.

@bavovna
Created September 21, 2015 16:52
Show Gist options
  • Save bavovna/bfdce29f9128a921ee87 to your computer and use it in GitHub Desktop.
Save bavovna/bfdce29f9128a921ee87 to your computer and use it in GitHub Desktop.
Download MegaRAID utils
#!/bin/bash
set -x
set -e
yum -y install net-snmp net-snmp-utils
yum -y install wget vim csh
mkdir megaraid
cd megaraid
wget http://docs.avagotech.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/MSM_linux_x64_installer-15-05-01-00-tar.gz
wget https://dl.dropboxusercontent.com/u/3738969/megaraid/MR_SAS_StorCLI_1-16-06.zip
cd -
set +x
set +e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment