O problema foi corrigido.
racadm config -g cfgServerInfo -o cfgServerBootOnce 1
racadm config -g cfgServerInfo -o cfgServerFirstBootDevice PXE
racadm serveraction powercycle
Usou estes 3 comandos
Eu preciso me conectar a um servidor via idrac e inicializá-lo no PXE
Eu tentei:
racadm config -g cfgServerInfo -o cfgServerFirstBootDevice PXE
Eu recebo o seguinte erro:
RAC1169: The RACADM "config" command will be deprecated in a future version of iDRAC firmware. Run the RACADM "racadm set" command to configure the iDRAC configuration parameters. For more information on the set command, run the RACADM command "racadm help set".
Há algo de errado com este comando? Existe uma maneira mais fácil de fazer isso?
O problema foi corrigido.
racadm config -g cfgServerInfo -o cfgServerBootOnce 1
racadm config -g cfgServerInfo -o cfgServerFirstBootDevice PXE
racadm serveraction powercycle
Usou estes 3 comandos