Skip to content

Instantly share code, notes, and snippets.

View skiane's full-sized avatar

Stéphane Fritsch skiane

View GitHub Profile
anonymous
anonymous / dell-inventory.sh
Created January 16, 2015 14:11
#!/bin/sh
IDRAC_PWD=calvin
IDRAC_LOGIN=root
IDRAC_IP_LIST="10.90.220.10 10.90.200.105"
#!/bin/sh
# download with this permalink : https://gist.githubusercontent.com/skian/8f5de0419755a7b07d7d/raw/96b4b06ad41630359f54d12db5d43eb52e076ed8/linux-on-dell.sh
# Usage :
# This script should be run as root
yum install -y perl wget
wget -q -O - http://linux.dell.com/repo/hardware/latest/bootstrap.cgi | sed -e 's/CHECK_REPO_SIGNATURE=1/CHECK_REPO_SIGNATURE=0/' | bash && {