From 65ba63ff1d196950488cce3a6d44c8e9e1f7fa78 Mon Sep 17 00:00:00 2001 From: DocDrydenn <48564375+DocDrydenn@users.noreply.github.com> Date: Sat, 22 Jan 2022 12:35:28 -0500 Subject: [PATCH] v2.0b --- README.md | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 05cccb1..9177a84 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,28 @@ # omsa_install -Install Dell OMSA +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) -https://linux.dell.com/repo/community/openmanage/ +## Install: +This script is self-updating and uses Git commands to make the needed changes, therefore, it must be installed via a git clone. -https://forum.proxmox.com/threads/dell-openmanage-on-proxmox-6-x.57932/ +`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](https://user-images.githubusercontent.com/48564375/150648855-f7de1207-dba3-44bd-b927-f559f19ade5a.png) + +## References +- https://linux.dell.com/repo/community/openmanage/ +- https://forum.proxmox.com/threads/dell-openmanage-on-proxmox-6-x.57932/