HP StorageWorks Fabric Manager 5.x Administrator Guide (AA-RUQSF-TE, September 2005)

Fabric Manager 5.x administrator guide 123
>
<!ELEMENT TriggerEvent (StatusEvent)>
Switch rebooted
This section lists the XML and DTD definitions for switch reboots.
XML for a switch reboot
<?xml version="1.0" encoding="UTF-8"?>
<CallHomeAlert type="reboot" serverName="EC4BCADE126037" serverIP="10.114.62.152"
time="Feb 10, 2005 12:35:53 PM IST" epochTime="1108019153632">
<Briefing>Call home is triggered on switch
FMSQA_12000_221(wwn=10:00:00:60:69:80:6f:f2 ip=10.114.63.221 fcIp=0.0.0.0)of group
ddddd because switch is rebooted </Briefing>
<TriggerEvent>
<SwitchPhysicalEvent>>-CHASSISD SYS-BOOT Restart
reason:Unknown</SwitchPhysicalEvent>
</TriggerEvent>
<Source>
<Switch name="FMSQA_12000_221" wwn="10:00:00:60:69:80:6f:f2"
ethernetIP="10.114.63.221" ethernetIPMask="255.255.255.0" fcIP="0.0.0.0"
fcIPMask="0.0.0.0" firmware="v5.0.0_main_bld12" switchType="10" domainID="125"
factorySerialNumber="FT02X806FF2" supplierSerialNumber="none" />
</Source>
<Detail>
<SwitchStatus status="Healthy" >
<Reason>reboot</Reason>
</SwitchStatus>
<Events>
<Event level="Information" number="3187" count=" 1" time="Fri May 28 03:22:32 IST
2010" switchName="FMSQA_12000_221" switchWWN="10:00:00:60:69:80:6f:f2">
<Description><![CDATA[Switch status changed from MARGINAL to
HEALTHY.]]></Description>
</Event>
</Events>
</Detail>
</CallHomeAlert>
DTD definition for a switch reboot
The DTD for switch rebooted is:
<?xml version="1.0" encoding="UTF-8"?>
<!--DTD generated by XMLSpy v2005 sp1 U (http://www.xmlspy.com)-->
<!ELEMENT Briefing (#PCDATA)>
<!ELEMENT CallHomeAlert (Briefing, TriggerEvent, Source, Detail)>
<!ATTLIST CallHomeAlert
type CDATA #REQUIRED
serverName CDATA #REQUIRED
serverIP CDATA #REQUIRED
time CDATA #REQUIRED
epochTime CDATA #REQUIRED
>
<!ELEMENT Description (#PCDATA)>
<!ELEMENT Detail (SwitchStatus, Events)>
<!ELEMENT Event (Description)>
<!ATTLIST Event
level CDATA #REQUIRED
number CDATA #REQUIRED
count CDATA #REQUIRED
time CDATA #REQUIRED
switchName CDATA #REQUIRED
switchWWN CDATA #REQUIRED
>
<!ELEMENT Events (Event+)>
<!ELEMENT Reason (#PCDATA)>