Hello,
I am using cpqlocfg.exe in a powershell script to gather ilo info from our server farm.
It works great, but I have run into an issue.
I am getting random text in the file created. It happens randomly. See below.
------------------------
<EVENT
SEVERITY="Critical"
CLASS="Network"
LAST_UPDATE="03/16/2013 08:47"
INITIAL_UPDATE="03/16/2013 08:47"
COUNT="1"
DESCRIPTION="Network Adapter Link Down (Slot 0, Port 4)"
/>
135
------------------------
There is random three digit text showing up outside of xml tags which causes xml errors.
This particular instance is has two of these entries and is iLo 3.
I am using v4 of cpqlocfg.exe.
Anyone ever seen this?