Skip to content

Commit

Permalink
v2.0b
Browse files Browse the repository at this point in the history
  • Loading branch information
DocDrydenn authored Jan 22, 2022
1 parent 674070d commit 65ba63f
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit 65ba63f

Please sign in to comment.