Oracle® Enterprise Manager Installation and Configuration Guide for Microsoft Systems Center Operations Manager Connector Release 12.1 (12.1.0.2.0) Part Number E28572-04 |
|
|
PDF · Mobi · ePub |
This appendix contains samples that show the XML format of events from Enterprise Manager that conform to the schemas defined in Appendix C, "Enterprise Manager Event Format". These samples can be used to help identify the fields to map when customizing the event templates. They can also be used to test your customizations once they have been built.
Listed below is a sample of the XML format generated by Enterprise Manager for SCOM create operations.
<EMEvent xmlns="http://xmlns.oracle.com/sysman/connector"> <ConnectorGUID>2C08969483F141F1B7482F376935C0AC</ConnectorGUID> <NotificationRuleOwner>SYSMAN</NotificationRuleOwner> <NotificationRuleName>SCOM R2 Rule</NotificationRuleName> <ConnectorVariable> <VariableName>REGISTRATION_ID</VariableName> <VariableValue>Dummy</VariableValue> </ConnectorVariable> <Property> <Name>Notification_Method_Name</Name> <Value>SCOM R2</Value> </Property> <Property> <Name>AuthenticationType</Name> <Value>HTTPBasicAuthentication</Value> </Property> <Property> <Name>Registered</Name> <Value>yes</Value> </Property> <Property> <Name>IsNewTargetType</Name> <Value>yes</Value> </Property> <Property> <Name>Initialized</Name> <Value>yes</Value> </Property> <SystemAttributes> <EventClass>metric_alert</EventClass> <EventID>B69EC6D3F8B6A48EE040020A78016095</EventID> <SequenceID>B69EC6D3F8B7A48EE040020A78016095</SequenceID> <ReportedDate>2012-01-17T17:02:08.000-06:00</ReportedDate> <DisplayTZ>America/Chicago</DisplayTZ> <EventName>Load:cpuUtil</EventName> <Severity>Critical</Severity> <SeverityCode>CRITICAL</SeverityCode> <SourceInfo> <SourceObjInfo> <ObjID>D93A2E4E1622013D74D9534ECB090944</ObjID> <ObjName>orcsvr1.iwavesoftware.com</ObjName> <ObjOwner>SYSMAN</ObjOwner> <SourceObjType>TARGET</SourceObjType> <SourceObjSubType>host</SourceObjSubType> </SourceObjInfo> <TargetInfo> <TargetGUID>D93A2E4E1622013D74D9534ECB090944</TargetGUID> <TargetName>orcsvr1.iwavesoftware.com</TargetName> <TargetType>host</TargetType> <TargetTypeLabel>Host</TargetTypeLabel> <TargetURL>https://orcsvr1.iwavesoftware.com:7801/em/redirect?pageType=TARGET_HOMEPAGE&targetName=orcsvr1.iwavesoftware.com&targetType=host</TargetURL> <TargetProperty> <Name>Target_Host</Name> <Value>orcsvr1.iwavesoftware.com</Value> </TargetProperty> <TargetProperty> <Name>Target Version</Name> <Value>5.5.0.0.0</Value> </TargetProperty> <TargetProperty> <Name>Line of Business</Name> <Value>Software</Value> </TargetProperty> <TargetProperty> <Name>Location</Name> <Value>Frisco, TX</Value> </TargetProperty> <TargetProperty> <Name>Comment</Name> <Value>Testing target properties</Value> </TargetProperty> </TargetInfo> </SourceInfo> <Message>CPU Utilization is 7.777%, crossed warning (0.1) or critical (0.2) threshold.</Message> <EventURL>https://orcsvr1.iwavesoftware.com:7801/em/redirect?pageType=sdk-core-event-console-detailEvent&issueID=B69EC6D3F8B7A48EE040020A78016095</EventURL> <AutoClose>true</AutoClose> <EventCategory>Capacity</EventCategory> </SystemAttributes> <EventClassSpecificAttributes> <StringAttribute> <Name>is_thresholdable</Name> <Value>1</Value> </StringAttribute> <StringAttribute> <Name>coll_name</Name> <Value>LoadLinux</Value> </StringAttribute> <StringAttribute> <Name>is_metric_extension</Name> <Value>0</Value> </StringAttribute> <StringAttribute> <Name>metric_column_resbundle</Name> <Value>oracle.sysman.eml.rsc.gen.hostMsg</Value> </StringAttribute> <StringAttribute> <Name>metric_description_resbundle</Name> <Value>oracle.sysman.eml.rsc.gen.hostMsg</Value> </StringAttribute> <StringAttribute> <Name>unit_resbundle</Name> <Value>oracle.sysman.eml.rsc.gen.hostMsg</Value> </StringAttribute> <StringAttribute> <Name>cycle_guid</Name> <Value>B69EC6D3F8B3A48EE040020A78016095</Value> </StringAttribute> <StringAttribute> <Name>is_remote</Name> <Value>0</Value> </StringAttribute> <StringAttribute> <Name>metric_type</Name> <Value>0</Value> </StringAttribute> <StringAttribute> <Name>metric_guid</Name> <Value>0C71A1AFAC2D7199013837DA35522C08</Value> </StringAttribute> <StringAttribute> <Name>num_keys</Name> <Value>0</Value> </StringAttribute> <StringAttribute> <Name>key_value</Name> <Value> </Value> </StringAttribute> <StringAttribute> <Name>metric_description_nlsid</Name> </StringAttribute> <StringAttribute> <Name>value</Name> <Value>7.777</Value> </StringAttribute> <StringAttribute> <Name>is_long_running</Name> <Value>0</Value> </StringAttribute> <StringAttribute> <Name>metric_group</Name> <Value>Load</Value> </StringAttribute> <StringAttribute> <Name>is_udm</Name> <Value>0</Value> </StringAttribute> <StringAttribute> <Name>metric_description</Name> </StringAttribute> <StringAttribute> <Name>metric_column_nlsid</Name> <Value>host_load_cpuIdle</Value> </StringAttribute> <StringAttribute> <Name>metric_column</Name> <Value>cpuUtil</Value> </StringAttribute> <StringAttribute> <Name>unit_nlsid</Name> <Value>em__sys__standard_percent</Value> </StringAttribute> <StringAttribute> <Name>unit</Name> <Value>%</Value> </StringAttribute> <StringAttribute> <Name>metric_group_nlsid</Name> <Value>host_load</Value> </StringAttribute> <StringAttribute> <Name>metric_group_resbundle</Name> <Value>oracle.sysman.eml.rsc.gen.hostMsg</Value> </StringAttribute> <StringAttribute> <Name>severity_guid</Name> <Value>B69EC6D3F8B3A48EE040020A78016095</Value> </StringAttribute> </EventClassSpecificAttributes> </EMEvent>
Listed below is a sample of the XML format generated by Enterprise Manager for SCOM update operations.
<EMEvent xmlns="http://xmlns.oracle.com/sysman/connector"> <ConnectorGUID>2C08969483F141F1B7482F376935C0AC</ConnectorGUID> <ExternalEventID>368d9bea-a659-4086-b239-0f7cf650d9df</ExternalEventID> <NotificationRuleOwner>SYSMAN</NotificationRuleOwner> <NotificationRuleName>SCOM R2 Rule</NotificationRuleName> <ConnectorVariable> <VariableName>REGISTRATION_ID</VariableName> <VariableValue>Dummy</VariableValue> </ConnectorVariable> <Property> <Name>Notification_Method_Name</Name> <Value>SCOM R2</Value> </Property> <Property> <Name>AuthenticationType</Name> <Value>HTTPBasicAuthentication</Value> </Property> <Property> <Name>Registered</Name> <Value>yes</Value> </Property> <Property> <Name>IsNewTargetType</Name> <Value>yes</Value> </Property> <Property> <Name>Initialized</Name> <Value>yes</Value> </Property> <SystemAttributes> <EventClass>metric_alert</EventClass> <EventID>B6A5393A91D232A0E040020A7801445B</EventID> <SequenceID>B69EC6D3F8B7A48EE040020A78016095</SequenceID> <ReportedDate>2012-01-17T17:03:49.000-06:00</ReportedDate> <DisplayTZ>America/Chicago</DisplayTZ> <EventName>Load:cpuUtil</EventName> <Severity>Warning</Severity> <SeverityCode>WARNING</SeverityCode> <SourceInfo> <SourceObjInfo> <ObjID>D93A2E4E1622013D74D9534ECB090944</ObjID> <ObjName>orcsvr1.iwavesoftware.com</ObjName> <ObjOwner>SYSMAN</ObjOwner> <SourceObjType>TARGET</SourceObjType> <SourceObjSubType>host</SourceObjSubType> </SourceObjInfo> <TargetInfo> <TargetGUID>D93A2E4E1622013D74D9534ECB090944</TargetGUID> <TargetName>orcsvr1.iwavesoftware.com</TargetName> <TargetType>host</TargetType> <TargetTypeLabel>Host</TargetTypeLabel> <TargetURL>https://orcsvr1.iwavesoftware.com:7801/em/redirect?pageType=TARGET_HOMEPAGE&targetName=orcsvr1.iwavesoftware.com&targetType=host</TargetURL> <TargetProperty> <Name>Target_Host</Name> <Value>orcsvr1.iwavesoftware.com</Value> </TargetProperty> <TargetProperty> <Name>Target Version</Name> <Value>5.5.0.0.0</Value> </TargetProperty> <TargetProperty> <Name>Line of Business</Name> <Value>Software</Value> </TargetProperty> <TargetProperty> <Name>Location</Name> <Value>Frisco, TX</Value> </TargetProperty> <TargetProperty> <Name>Comment</Name> <Value>Testing target properties</Value> </TargetProperty> </TargetInfo> </SourceInfo> <Message>CPU Utilization is 9.68%, crossed warning (0.1) or critical (99) threshold.</Message> <EventURL>https://orcsvr1.iwavesoftware.com:7801/em/redirect?pageType=sdk-core-event-console-detailEvent&issueID=B69EC6D3F8B7A48EE040020A78016095</EventURL> <AutoClose>true</AutoClose> <EventCategory>Capacity</EventCategory> </SystemAttributes> <EventClassSpecificAttributes> <StringAttribute> <Name>is_thresholdable</Name> <Value>1</Value> </StringAttribute> <StringAttribute> <Name>coll_name</Name> <Value>LoadLinux</Value> </StringAttribute> <StringAttribute> <Name>is_metric_extension</Name> <Value>0</Value> </StringAttribute> <StringAttribute> <Name>metric_column_resbundle</Name> <Value>oracle.sysman.eml.rsc.gen.hostMsg</Value> </StringAttribute> <StringAttribute> <Name>metric_description_resbundle</Name> <Value>oracle.sysman.eml.rsc.gen.hostMsg</Value> </StringAttribute> <StringAttribute> <Name>unit_resbundle</Name> <Value>oracle.sysman.eml.rsc.gen.hostMsg</Value> </StringAttribute> <StringAttribute> <Name>cycle_guid</Name> <Value>B69EC6D3F8B3A48EE040020A78016095</Value> </StringAttribute> <StringAttribute> <Name>is_remote</Name> <Value>0</Value> </StringAttribute> <StringAttribute> <Name>metric_type</Name> <Value>0</Value> </StringAttribute> <StringAttribute> <Name>metric_guid</Name> <Value>0C71A1AFAC2D7199013837DA35522C08</Value> </StringAttribute> <StringAttribute> <Name>num_keys</Name> <Value>0</Value> </StringAttribute> <StringAttribute> <Name>key_value</Name> <Value> </Value> </StringAttribute> <StringAttribute> <Name>metric_description_nlsid</Name> </StringAttribute> <StringAttribute> <Name>value</Name> <Value>9.68</Value> </StringAttribute> <StringAttribute> <Name>is_long_running</Name> <Value>0</Value> </StringAttribute> <StringAttribute> <Name>metric_group</Name> <Value>Load</Value> </StringAttribute> <StringAttribute> <Name>is_udm</Name> <Value>0</Value> </StringAttribute> <StringAttribute> <Name>metric_description</Name> </StringAttribute> <StringAttribute> <Name>metric_column_nlsid</Name> <Value>host_load_cpuIdle</Value> </StringAttribute> <StringAttribute> <Name>metric_column</Name> <Value>cpuUtil</Value> </StringAttribute> <StringAttribute> <Name>unit_nlsid</Name> <Value>em__sys__standard_percent</Value> </StringAttribute> <StringAttribute> <Name>unit</Name> <Value>%</Value> </StringAttribute> <StringAttribute> <Name>metric_group_nlsid</Name> <Value>host_load</Value> </StringAttribute> <StringAttribute> <Name>metric_group_resbundle</Name> <Value>oracle.sysman.eml.rsc.gen.hostMsg</Value> </StringAttribute> <StringAttribute> <Name>severity_guid</Name> <Value>B6A5393A91CF32A0E040020A7801445B</Value> </StringAttribute> </EventClassSpecificAttributes> </EMEvent>
Listed below is a sample of the XML format generated by Enterprise Manager for SCOM clear operations.
<EMEvent xmlns="http://xmlns.oracle.com/sysman/connector"> <ConnectorGUID>2C08969483F141F1B7482F376935C0AC</ConnectorGUID> <ExternalEventID>368d9bea-a659-4086-b239-0f7cf650d9df</ExternalEventID> <NotificationRuleOwner>SYSMAN</NotificationRuleOwner> <NotificationRuleName>SCOM R2 Rule</NotificationRuleName> <ConnectorVariable> <VariableName>REGISTRATION_ID</VariableName> <VariableValue>Dummy</VariableValue> </ConnectorVariable> <Property> <Name>Notification_Method_Name</Name> <Value>SCOM R2</Value> </Property> <Property> <Name>AuthenticationType</Name> <Value>HTTPBasicAuthentication</Value> </Property> <Property> <Name>Registered</Name> <Value>yes</Value> </Property> <Property> <Name>IsNewTargetType</Name> <Value>yes</Value> </Property> <Property> <Name>Initialized</Name> <Value>yes</Value> </Property> <SystemAttributes> <EventClass>metric_alert</EventClass> <EventID>B69EDA076C5C8256E040020A780165F6</EventID> <SequenceID>B69EC6D3F8B7A48EE040020A78016095</SequenceID> <ReportedDate>2012-01-17T17:04:45.000-06:00</ReportedDate> <DisplayTZ>America/Chicago</DisplayTZ> <EventName>Load:cpuUtil</EventName> <Severity>Clear</Severity> <SeverityCode>CLEAR</SeverityCode> <SourceInfo> <SourceObjInfo> <ObjID>D93A2E4E1622013D74D9534ECB090944</ObjID> <ObjName>orcsvr1.iwavesoftware.com</ObjName> <ObjOwner>SYSMAN</ObjOwner> <SourceObjType>TARGET</SourceObjType> <SourceObjSubType>host</SourceObjSubType> </SourceObjInfo> <TargetInfo> <TargetGUID>D93A2E4E1622013D74D9534ECB090944</TargetGUID> <TargetName>orcsvr1.iwavesoftware.com</TargetName> <TargetType>host</TargetType> <TargetTypeLabel>Host</TargetTypeLabel> <TargetURL>https://orcsvr1.iwavesoftware.com:7801/em/redirect?pageType=TARGET_HOMEPAGE&targetName=orcsvr1.iwavesoftware.com&targetType=host</TargetURL> <TargetProperty> <Name>Target_Host</Name> <Value>orcsvr1.iwavesoftware.com</Value> </TargetProperty> <TargetProperty> <Name>Target Version</Name> <Value>5.5.0.0.0</Value> </TargetProperty> <TargetProperty> <Name>Line of Business</Name> <Value>Software</Value> </TargetProperty> <TargetProperty> <Name>Location</Name> <Value>Frisco, TX</Value> </TargetProperty> <TargetProperty> <Name>Comment</Name> <Value>Testing target properties</Value> </TargetProperty> </TargetInfo> </SourceInfo> <Message>CPU Utilization is 3.75%, fallen below warning (98) and critical (99) thresholds.</Message> <EventURL>https://orcsvr1.iwavesoftware.com:7801/em/redirect?pageType=sdk-core-event-console-detailEvent&issueID=B69EC6D3F8B7A48EE040020A78016095</EventURL> <AutoClose>true</AutoClose> <EventCategory>Capacity</EventCategory> </SystemAttributes> <EventClassSpecificAttributes> <StringAttribute> <Name>is_thresholdable</Name> <Value>1</Value> </StringAttribute> <StringAttribute> <Name>coll_name</Name> <Value>LoadLinux</Value> </StringAttribute> <StringAttribute> <Name>is_metric_extension</Name> <Value>0</Value> </StringAttribute> <StringAttribute> <Name>metric_column_resbundle</Name> <Value>oracle.sysman.eml.rsc.gen.hostMsg</Value> </StringAttribute> <StringAttribute> <Name>metric_description_resbundle</Name> <Value>oracle.sysman.eml.rsc.gen.hostMsg</Value> </StringAttribute> <StringAttribute> <Name>unit_resbundle</Name> <Value>oracle.sysman.eml.rsc.gen.hostMsg</Value> </StringAttribute> <StringAttribute> <Name>cycle_guid</Name> <Value>B69EC6D3F8B3A48EE040020A78016095</Value> </StringAttribute> <StringAttribute> <Name>is_remote</Name> <Value>0</Value> </StringAttribute> <StringAttribute> <Name>metric_type</Name> <Value>0</Value> </StringAttribute> <StringAttribute> <Name>metric_guid</Name> <Value>0C71A1AFAC2D7199013837DA35522C08</Value> </StringAttribute> <StringAttribute> <Name>num_keys</Name> <Value>0</Value> </StringAttribute> <StringAttribute> <Name>key_value</Name> <Value> </Value> </StringAttribute> <StringAttribute> <Name>metric_description_nlsid</Name> </StringAttribute> <StringAttribute> <Name>value</Name> <Value>3.75</Value> </StringAttribute> <StringAttribute> <Name>is_long_running</Name> <Value>0</Value> </StringAttribute> <StringAttribute> <Name>metric_group</Name> <Value>Load</Value> </StringAttribute> <StringAttribute> <Name>is_udm</Name> <Value>0</Value> </StringAttribute> <StringAttribute> <Name>metric_description</Name> </StringAttribute> <StringAttribute> <Name>metric_column_nlsid</Name> <Value>host_load_cpuIdle</Value> </StringAttribute> <StringAttribute> <Name>metric_column</Name> <Value>cpuUtil</Value> </StringAttribute> <StringAttribute> <Name>unit_nlsid</Name> <Value>em__sys__standard_percent</Value> </StringAttribute> <StringAttribute> <Name>unit</Name> <Value>%</Value> </StringAttribute> <StringAttribute> <Name>metric_group_nlsid</Name> <Value>host_load</Value> </StringAttribute> <StringAttribute> <Name>metric_group_resbundle</Name> <Value>oracle.sysman.eml.rsc.gen.hostMsg</Value> </StringAttribute> <StringAttribute> <Name>severity_guid</Name> <Value>B69EDA076C5A8256E040020A780165F6</Value> </StringAttribute> </EventClassSpecificAttributes> </EMEvent>