https://github.com/innogames/drac_config
Collection of shell scripts for managing iDRACs.
https://github.com/innogames/drac_config
Last synced: 6 months ago
JSON representation
Collection of shell scripts for managing iDRACs.
- Host: GitHub
- URL: https://github.com/innogames/drac_config
- Owner: innogames
- License: mit
- Created: 2016-06-15T16:52:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-30T12:18:40.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T04:57:02.522Z (almost 2 years ago)
- Language: Shell
- Size: 60.5 KB
- Stars: 8
- Watchers: 16
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# drac_config
Collection of shell scripts for managing iDRACs.
# How to use
* Start by copying config.sample to config and put your desired configuration there.
* Use drac_config script in the main directory with desired action and hostname(s) of DRAC(s) you want to configure.
# Supported actions
## Power management
* powerup - power on
* powerdown - power off
* hardreset - hard reset
* racreset - restart DRAC
## Log
* clrsel - clear DRAC sel
* getsel - display DRAC sel
## KVM
* view - connect to KVM
## RAID
* createraid - build a RAID1 of 2 first disks
* deleteraid - delete any existing RAIDs
## SSL (not yet supported)
* deployssl - deploy ssl certs and settings
## User management
* monuser - deploy user with limited permissions for monitoring
# Not having the Dell OpenManage DRAC Tools installed or using macOS?
You can use Docker, please check the config.sample