Give the steps to Configure qi agent?

Submitted by: Administrator
i) Go to /IBM/ITM/config
ii) copy the qi.xmland create a new file as given below-
cp qi.xml <ServerHostname>_qi_<MSGBROKERID>.xml
eg : cp qi.xml CNDAEAI2APZP16_qi_BREIBP5.xml
iii) Edit the new file as shown below-
Enter the Message broker ID in the shown in bold character below

bash-3.2$ more CNDAEAI2APZP16_qi_BREIBP5.xml
<!--defaultPersistentBrokerData="NO"-->
<!--Agent performance during startup will be greatly enhanced if the defaultPersistentBrokerData parameter is set to YES.-->
<!--Note: the defaultReplyQueueModel parameter must be set to "SYSTEM.BROKER.INTERBROKER.MODEL.QUEUE" or the name of another permanent model q
ueue if the defaultPersistentBrokerData parameter is set to YES.-->
<!--When agent is not running, the subscription $SYS/Broker/<broker_label>/# and the reply queue used by the agent will continue to receive an
d store broker event messages ready for processing when the agent is restarted.-->
<!--You must ensure that the reply queue does not become full when the agent is stopped. In particular, the reply queue will become full extr
emely fast if snapshot accounting is enabled. -->
<!--The requirements and effects of setting the persistentBrokerData parameter to YES for a single broker are same as setting the defaultPersi
stentBrokerData parameter to YES described in above.-->
<!--END OF COMMENTS-->

<KqiAgent version="700"
agentId="BREIBP5"
defaultRetainBrokerEvents="10"
defaultRetainFlowEvents="10"
retainProductEvents="10"
discoveryInterval="300"
defaultStatisticInterval="60"
defaultFlowEventInterval="15"
defaultHistoricalAccountingType="Archive"
defaultRetainRecentSnapshotSamples="15"
defaultRetainRecentArchiveSamples="5"
defaultRetainRecentPubSubSamples="15"
holdTimeForQuery="180"
defaultReplyQueueName="KQI.AGENT.REPLY.QUEUE"
defaultReplyQueueModel="SYSTEM.BROKER.MODEL.QUEUE"
defaultCollectNodeData="NO"
maximumMessageLength="10240"
defaultPersistentBrokerData="NO"
defaultRefreshInterval="300"
defaultTakeActionAuthUsers="*">
</KqiAgent>
bash-3.2$
Submitted by: Administrator

Read Online IBM Tivoli Job Interview Questions And Answers