Hello, I have attempted to create a custom lookup file to check the HDD status in an Infortrend system, but I received this error in a ticket after reloading the folder:
Lookup file "\lookups\custom\oid.infortrend.hddstatus.ovl" could not be loaded (XML Parser mismatch: Wanted , got )
<?xml version="1.0" encoding="UTF-8"?>
<ValueLookup id="oid.infortrend.hddstatus" desiredValue="1" undefinedState="Warning" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PaeValueLookup.xsd">
<Lookups>
<SingleInt state="Ok" value="0">New drive</SingleInt>
<SingleInt state="Ok" value="1">On-Line Drive</SingleInt>
<SingleInt state="Ok" value="2">Used Drive</SingleInt>
<SingleInt state="Ok" value="3">Spare Drive</SingleInt>
<SingleInt state="Warning" value="4">Drive Initialization in Progress</SingleInt>
<SingleInt state="Warning" value="5">Drive Rebuild in Progress</SingleInt>
<SingleInt state="Warning" value="6">Add Drive to Logical Drive in Progress</SingleInt>
<SingleInt state="Ok" value="9">Global Spare Drive</SingleInt>
<SingleInt state="Warning" value="17">Drive is in process of Cloning another Drive</SingleInt>
<SingleInt state="Warning" value="18">Drive is a valid Clone of another Drive</SingleInt>
<SingleInt state="Warning" value="19">Drive in process of Copying from another Drive<</SingleInt>
<SingleInt state="Warning" value="63">Drive Absent</SingleInt>
<SingleInt state="Error" value="252">Missing Global Spare Drive</SingleInt>
<SingleInt state="Error" value="253">Missing Spare Drive</SingleInt>
<SingleInt state="Error" value="254">Missing Drive</SingleInt>
<SingleInt state="Error" value="255">Failed Drive</SingleInt>
</Lookups>
</ValueLookup>
Could anyone help me please?
best regards,
Add comment