HP Integrated Lights-Out 2 Management Processor Scripting and Command Line Resource Guide

later command. However, the PERL script must send data within a few seconds or the device will
time out and disconnect.
When using the XML scripting interface with PERL scripts, the following restrictions apply:
PERL scripts must send the XML header before sending the body of the script.
PERL scripts must provide script data fast enough to prevent the device from timing out.
Only one XML document is allowed per connection, which means one pair of RIBCL tags.
The device will not accept additional XML tags after a syntax error occurs. To send additional
XML, a new connection must be established.
Sending the XML header and script body 55