Giter Site home page Giter Site logo

ilo2-standalone-remote-console's Introduction

ILO2RemoteConsole

ILO2 Java Remote console as Standalone version

Tested with Java 8 and Java 11. Hangs for an unknown reason on Java 15.

Usage

Because even on the latest firmware (2.33 as of 2021-04-16), due to hardware limitations, iLO2 does not support modern TLS (and ciphers). Therefore, adjusting the JRE's security settings is necessary. Seemingly, this can not be done at runtime, so a custom security file has to be passed to Java. That is what the -Djava.security.properties=java.security part does.

if this still fails with a TLS related error, the certificate in use by your ILO might still rely on pre-2.33 ciphers. In that case, regenerate or replace it through the ILO web interface.

You can either pass host, username and password as arguments:

java -Djava.security.properties=java.security -jar ILO2RemCon.jar <Hostname> <Username> <Password>

Or you can use a config file (for an example, see config_template.properties):

java -Djava.security.properties=java.security -jar ILO2RemCon.jar -c <Path to config.properties>

Running the Application without arguments will try using a config.properties in the current working directory.

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.