PrepAway - Latest Free Exam Questions & Answers

what is the correct stitcher method to populate a record with Extralnfo > m_Geogrpahy location data and the

During a deployment, a customer has identified location data that they would like added to both
chassis and interface events from active (IBM Tivoli Network Manager IP Edition V3.9 (ITNM)) and
passive (traps, syslog etc.) event sources.
This data has been successfully imported into the Discovery process using supported stitching
techniques and appears in the topology as three custom Extralnfo fields (see below). Ncpjnode1 has
been configured to transfer this location data to a custom extended NCIM database table named
locations (see exhibit below). This data is only held on EntityType 1 (chassis entities) to reduce the
NCIM load. The customer has identified three ObjectServer fields that they would like this data 😮 be
added to for all suitable events -NmosGeography, NmosCountry, and NmosSite

Example record in Model
Description of the ncim.locations table

The ModelNcimDb cofiguration has been modified to map:

Based on the scenario, what is the correct stitcher method to populate a record with Extralnfo >
m_Geogrpahy location data and then update the NmosGeography ObjectServer field?
Assume that a chassis and locationData Records have been defined and the mainNodeld is set to the
Entityld of the chassis of the in scope event.
Example:
Record chassis;
Record locationData.
text geog-‘. chassis = GwEntityData( mainNodeld);

PrepAway - Latest Free Exam Questions & Answers

A.
geog=@chassis.tocations.GEOGRAPHY;
@locationData.NmosGeography = geog.
GwEnrichEvent( locationData);

B.
geog=@chassis.Extralnfo.m_Geography;
@locationData.NmosGeography = geog;
GwEnrichEvent(locationData);

C.
NmosGeography = eval(text, ‘&8<Extralnfo->m_Geography’);
GwEnrichEvent (NmosGeography);

D.
NmosGeogrpahy = @chassis.locations.GEOGRAPHY;
@locationData.NmosGeography = eval(text, ‘$NmosGeography’);
GwEnrichEvent (locationData);


Leave a Reply