Skip to content

munozr1/iloconfig

Repository files navigation

HPE logo

Not an official HPE product.

iLO Configuration Tool for HPE servers running iLO 5

Introduction

iloconfig is a command line interface for managing HPE servers. The following are the current actions you can automate using the iLO configuration tool.

  • Create new users
  • Change user password
  • Turn on/off DHCP
  • [ ]Change user privileges
  • [ ]Set custom hostname
  • [ ]Set custom ip address

Installation

To install the iLO configuration tool, you need to first clone the repository.

git clone https://github.com/munozr1/iloconfig.git

Then, you need to install the dependencies.

cd iloconfig
npm install

Next you need to install the iLO configuration tool globally on your system.

npm install -g

Usage

The iLO configuration tool utilizes CSV files for input. You can view an example CSV file in the repository.

To run the tool you use the 'ilo' command.

ilo -f <file>

where <file> is the name of the CSV file.

About

Configure HPE servers running ILO5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published