1

I want to send a Non-Maskable Interrupt (NMI) to the system over the HP iLO2/3 cli. Unfortunately I don't know the correct syntax or target:

hpiLO-> nmi

status=2 status_tag=COMMAND PROCESSING FAILED error_tag=COMMAND SYNTAX ERROR You must specify an NMI target.

Maybe you can help me out, thanks in advance!

Milde
  • 151
  • 1
  • 1
  • 6

1 Answers1

1

Type nmi server at the "hpiLO->" prompt to generate an NMI to the system via the CLI.

"server" is the target requested in the error message you posted.

ewwhite
  • 197,159
  • 92
  • 443
  • 809