HP et l’ILO
Ce n’est pas une légende, les HP Proliant sont vraiment très lents à démarrer, une histoire de checks, toussa… Alors quand on doit planifier un down de service pour paramétrer juste une interface ILO, et bien c’est un poil douloureux.
Heureusement, il existe une panoplie pour chaque type de plateforme, et pour HP, c’est l’outil hponcfg qui permettra de configurer tranquillement votre webi sans avoir à rebooter le serveur pour se faire.
2 lignes suffisent à votre bonheur : le man et l’écriture :)
ku-test-d01 exploit $ hponcfg HP Lights-Out Online Configuration utility Version 4.1.0 Date 1/3/2013 (c) Hewlett-Packard Company, 2013 Firmware Revision = 1.13 Device type = iLO 4 Driver name = hpilo USAGE: hponcfg -? hponcfg -h hponcfg -m minFw hponcfg -r [-m minFw ] hponcfg [-a] -w filename [-m minFw] hponcfg -g [-m minFw] hponcfg -f filename [-l filename] [-s namevaluepair] [-v] [-m minFw] hponcfg -i [-l filename] [-s namevaluepair] [-v] [-m minFw] -h, --help Display this message -? Display this message -r, --reset Reset the Management Processor to factory defaults -f, --file Get/Set Management Processor configuration from "filename" -i, --input Get/Set Management Processor configuration from the XML input received through the standard input stream. -w, --writeconfig Write the Management Processor configuration to "filename" -a, --all Capture complete Management Processor configuration to the file. This should be used along with '-w' option -l, --log Log replies to "filename" -v, --xmlverbose Display all the responses from Management Processor -s, --substitute Substitute variables present in input config file with values specified in "namevaluepairs" -g, --get_hostinfo Get the Host information -m, --minfwlevel Minimum firmware level
La lecture de la conf actuelle passe par l’écriture d’un fichier temporaire qu’on peut alors retravailler :
ku-test-d01 $ hponcfg -w hponcfged.out
Et pousser pour application :
ku-test-d01 $ hponcfg -f hponcfged.new -v Please wait while the firmware is reset. This might take a minute Script succeeded
Après, tant qu’on y est et à faire les choses dans les grandes latitudes, pourquoi ne pas installer l’outil de diag, de son petit nom hpacucli, qui va avec ?
Suite au commentaire de Aldevar, petis liens vers les outils qui sont dispos sur le repository du constructeur. Une recherche vous amènera par ici pour le PSP http://h20000.www2.hp.com/bizsupport/TechSupport/DriverDownload.jsp?lang=en&cc=us&prodNameId=3716247&taskId=135&prodTypeId=18964&prodSeriesId=3716246&lang=en&cc=us, et par là pour le SPP : http://h18004.www1.hp.com/products/servers/management/spp/index.html.