Você pode configurar o ILO a partir do sistema operacional em execução usando o utilitário HP Online Configuration (hponcfg).
Faça o download dos pacotes da HP para seu sistema operacional, conforme detalhado aqui. Você pode também usar isso como uma oportunidade para instalar todos os agentes para o seu servidor.
No entanto, o pacote principal que você precisa é o utilitário hponcfg
.
apt-get install hponcfg
Aqui está uma descrição do uso do comando.
# hponcfg -h
Firmware Revision = 1.94 Device type = iLO Driver name = hpilo
HPONCFG RILOE II/iLO setup and configuration utility
Version 3.1.0 (c) Hewlett-Packard Company, 2010
-h, --help Display this message
-? Display this message
-r, --reset Reset the RILOE II/iLO to factory default
-f, --file Get/Set RILOE II/iLO configuration from "filename"
-i, --input Get/Set RILOE II/iLO configuration from the XML input
received through the standard input stream.
-w, --writeconfig Write the RILOE II/iLO configuration to "filename"
-a, --all Capture complete iLO 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 RILOE II/iLO
-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
Usando esta ferramenta, você será capaz de fornecer um arquivo XML como entrada contendo alguns parâmetros básicos para o ILO, como nome de usuário, senha, configuração IP, etc.
O que pode ser mais fácil nesse caso seria obter a configuração atual do ILO usando hponcfg -w ILO.xml
, modificando o arquivo para conter o IP e a configuração que você deseja e, em seguida, reconfigurando o ILO com o arquivo alterado com hponcfg -f ILO.xml
.
Claro, se você tiver mãos remotas ou alguém com acesso físico ao servidor, este manual processo funciona também.