Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.02 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.02 KB

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)

Tested on Debian 10 & Debian 11 based builds (including Ubuntu, Proxmox, etc...)

Requirements:

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

Install:

This script is self-updating and uses Git commands to make the needed changes, therefore, it must be installed via a git clone.

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

(Future update will allow the user to skip the self-update function, allowing it to be "installed" and run from outside of a git clone.)

Usage:

./omsa_install.sh [-dh]

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

Screenshot

omsa_install

References