smounives / omsa_install

Simple automated script I use to install Dell OMSA on my Dell PowerEdge R720xd and R510 servers. (might work for other series, too)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

omsa_install.sh

Simple automated script I use to install Dell OMSA on my Dell PowerEdge R720xd and R510 servers. (might work for other series, too)

Tested on Debian-based OS's (Debian 10, Debian 11, Ubuntu, Proxmox, etc...)

Script will parse the Dell repo for available OMSA versions/builds and will prompt the user to select what they want. Note: The parsing can take up to 30 seconds... due to the Dell website, not this script.

Requirements

  • Git (Needed for install and self-update to work)

Install

This script is self-updating. The self-update routine uses git commands to make the update so this script should be "installed" with the below command.

git clone https://github.com/DocDrydenn/omsa_install.git

UPDATE: If you decide not to install via a git clone, you can still use this script, however, it will just skip the update check and continue on.

Usage

./omsa_install.sh [-dh]

  -h | h    - Display (this) Usage Output
  -d | d    - Enable Debug (Simulation-Only)

Screenshot

omsa_install

References

About

Simple automated script I use to install Dell OMSA on my Dell PowerEdge R720xd and R510 servers. (might work for other series, too)

License:GNU General Public License v2.0


Languages

Language:Shell 100.0%