Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature suggestion: initial ilo login barcode scanning support #72

Closed
kasimon opened this issue Mar 6, 2015 · 1 comment
Closed

Feature suggestion: initial ilo login barcode scanning support #72

kasimon opened this issue Mar 6, 2015 · 1 comment

Comments

@kasimon
Copy link

kasimon commented Mar 6, 2015

Photos of the barcode labels containing the inital iLO login data can be easily parsed with the zbar library:

$ zbarimg 20150129_110526.jpg 
CODE-128:INITIALPASS
CODE-128:ILOCZABCDEXYZ
CODE-128:CZABCDEXYZ
scanned 3 barcode symbols from 1 images in 3.9 seconds

This can nicely be used from python with the python-zbar module. Maybe there is place in pyhton-hpilo for some kind of contrib "credential collection" script. I have some rough example code working that could become such a script if of any interest.

@seveas
Copy link
Owner

seveas commented Mar 6, 2015

There's definitely room for that. I'm working on a rework of the docs and incorporating mores such examples. hpilo_ca will be "demoted" to example for instance, and I'm adding something we use here that stores ilo data in elasticsearch and some scripts that use that data to find ilos with obsolete firmware and upgrade them.

@seveas seveas closed this as completed Sep 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants