Project

moob

0.06
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Control systems using Web-based out-of-band managers without a browser
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 1.5.3, ~> 1.5
>= 0.4.14, ~> 0.4
 Project Readme

moob: Manage Out Of Band Build Status Slack Status

Presentation

moob is a command-line client for the HTTPS interfaces of out-of-band management devices.

Both the device and feature lists are quite limited as its development has mostly been driven by immediate needs at Spotify. Similarly, tests are only performed on the firmware versions we have at hand.

We currently have an inconsistent set of features for Dell iDrac6/iDrac7/iDrac8, American Megatrends, Sun and IBM devices. Patches and requests are welcome and we will do our best to make it useful to all.

Installation

moob is known to work with Ruby 1.9+. To install it using rubygems, use:

    # gem install moob

The Debian packaging is not usable as-is, as patron is not distributed in any deb-based distribution.

Usage

Use -h for the complete documentation.

For example, to install via PXE foo and bar, servers managed by Dell iDrac6, disregarding their current boot settings and whether they are already up:

    # moob -vm foo.lom.example.com,bar.lom.example.com -a bpxe,preset,pon -t idrac6
    # moob -vm pacey.lom.example.com -a exec -t idracxml -g "racadm racreset"

Known issues

  • Type detection is slow and can typically take 30 seconds with some models and over slow links. Whenever the model is known, -t is highly recommended.
  • iDrac6 works fine with R410, R510 and R610 models but failed with PowerEdge 2900 models.