Git Product home page Git Product logo

talk-to-hpe-ilo-2's Introduction

Talk to HPE ILO2

BLUF: ILO2 is obsolete but you can still use it if you update the firmware as much as possible.

Things you will need:

  • Something running Windows (either a Windows machine or a VM will work)
  • The oldest firefox possible (available in this repo as a portable program)
  • HP ILO2 firmware (available in this repo)
  • monitor and keyboard (only if you dont have an ILO2 user and password)
  • HP ILO2 license key (optional)
  • Termux (optional)
  • PuTTY (optional)

Getting an user and password (only if you dont have one)

  1. With the monitor and keyboard connected turn on the server and press F8 during post (the server will tell you when).
  2. Go to User and add a new user and password, grant all permissions.
  3. Go to Network and write down the IP address
  4. Save and close all

Opening ILO2

  1. In a Windows machine open the portable Firefox and go to the IP Address you wrote down.
  2. Log in with your username and password (the default user is Administrator, the default password is written on a sticker somewhere in your server).
  3. It will give you a security error, accept it

Updating the ILO2 firmware

  1. Go to the last tab and go to Firmware Update
  2. Upload your new firmware and run the update
  3. If you have an ILO2 Advanced license key add it now

Talking to ILO2 from Linux (or Mozilla Firefox on Windows)

Enabling legacy options

Warning

This will downgrade your browser security CONSIDER YOUR ACTIONS

  1. Go to about:config
  2. Set security.tls.version.enable-deprecated to true
  3. Set security.tls.version.min to 1
  4. Go to the the IP Address you wrote down.
  5. Log in with your username and password (the default user is Administrator, the default password is written on a sticker somewhere in your server).
  6. Open the page despite the warnings

Note

The virtual console will not work, that`s normal.

Talking to ILO2 through SSH

Talking to ILO2 through SSH on Linux

ssh -okexAlgorithms=+diffie-hellman-group1-sha1 -oHostKeyAlgorithms=+ssh-dss -c aes128-cbc Administrator@ip_address_you_wrote_down

Note

The command above is a handful, you may want to add an alias that assigns that to a shorter command.

Talking to ILO2 through SSH on Android

  1. Open Termux

    ssh -okexAlgorithms=+diffie-hellman-group1-sha1 -oHostKeyAlgorithms=+ssh-dss -c aes128-cbc Administrator@ip_address_you_wrote_down

Note

The command above is a handful, you may want to add an alias that assigns that to a shorter command.

Talking to ILO through SSH on Windows

  1. install PuTTY
  2. Open PuTTY and add the user, IP and password
  3. Enable diffie-hellman-group1-sha1
  4. Launch the session

talk-to-hpe-ilo-2's People

Contributors

ascyphermoonshot avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.