Skip to content

v2.4.1

Compare
Choose a tag to compare
@Yergidy Yergidy released this 03 Apr 20:24
· 77 commits to master since this release

Version 2.4.1 of the open sourced Python module for interfacing with iLO's RESTful API.

Change Log:

New Commands:

  • serverclone: Used for saving and loading iLO, Bios, and Smart Array configurations. Can be used to save from one system and load it to many or for backups.
  • backuprestore: Saves and loads a backup iLO config file. Can only load a file from the same system that the file came from.
  • onebuttonerase: Performs and monitors the One Button Erase process for server re-purpose and decommission.
  • directory: Configures and shows LDAP and Kerberos directory settings for iLO as well as performs tests for directory connection.

New options:

  • Save command option, --multisave, allows you to save more than one type to a single file.

Other important changes:

  • The tool no longer force logs you out after committing. This will allow you to continue making changes on the same session.