IBM Tivoli Monitoring > Version 6.3 Fix Pack 2 > Administrator's Guide > Agent-based services > Agent Service Interface > Agent Service Interface - Service Interface Request
IBM Tivoli Monitoring, Version 6.3 Fix Pack 2
Agent Service Interface request - Agent information
This is a request of agent identification information. The data retrieved is in three sections: agent ID, which includes computer hostname, managed system name, subnode list, and operating system information; product ID, which includes product name, version, maintenance and patch level data, product affinity and features; and environment ID, which includes the current environment variable settings.
Request input
Agent Service Interface <AGENTINFO> request.
Tag Description <AGENTINFO> Enter begin and end AGENTINFO tags to make an agent property request..
- Sample request:
<AGENTINFO> </AGENTINFO>
Report output
Agent Service Interface <AGENTINFO> request output.
Output tag Description <HOSTNAME> Agent host name <NODENAME> Agent Managed System name <SUBSYSID> Agent Subsystem ID <NODEINFO> Agent system OS information <PRODUCT> ITM product name <VERSION> Agent version <LEVEL> Agent installation and maintenance level <PATCHLEVEL> Agent maintenance patch level <AFFINITY> Agent affinity in effect <BOOTTIME> Agent boot time <ENVFILE> Agent configuration file enclosed by CDATA[] control data tags
- Sample output: The agent returns property data
<AGENTINFO> <HOSTNAME>dyang7</HOSTNAME> <NODENAME>Primary:DYANG7:NT</NODENAME> <SUBSYSID>Primary</SUBSYSID> <NODEINFO>WinXP~5.1-SP2</NODEINFO> <PRODUCT>NT</PRODUCT> <VERSION>06.22.00</VERSION> <LEVEL>A=00:WINNT C=06.21.00.00:WINNT G=06.21.00.00:WINNT</LEVEL> <PATCHLEVEL>A=00:WINNT;C=06.21.00.00:WINNT;G=06.21.00.00:WINNT; </PATCHLEVEL> <AFFINITY>000800000000000000000000000000004000000u0a4</AFFINITY> <BOOTTIME>Mon Mar 02 22:48:27 2009</BOOTTIME> <ENVFILE> <![CDATA[ CANDLE_HOME=C:\IBM\ITM KBB_RAS1=ERROR KBB_VARPREFIX=% TIMEOUT=600 ITMDEPLOY_AGENTDEPOT=C:\IBM\ITM\tmaitm6\agentdepot IRA_AUTONOMOUS_MODE=Y CTIRA_HEARTBEAT=1440 CTIRA_RECONNECT_WAIT=60 IRA_DUMP_DATA=Y IRA_DEBUG_TRANSCON=N IRA_DEBUG_EVENTEXPORT=N IRA_DEBUG_AUTONOMOUS=Y IRA_DEBUG_SERVICEAPI=Y IRA_DEBUG_PRIVATE_SITUATION=Y IRA_EVENT_EXPORT_LISTSTAT_INTERVAL=300 IRA_EVENT_EXPORT_SNMP_TRAP=Y ICCRTE_DIR=C:\IBM\ITM\GSK8 CSV1_PATH=C:\IBM\ITM\GSK8\lib PATH!=$(CSV1_PATH);$(PATH) KEYFILE_DIR=C:\IBM\ITM\keyfiles KDEBE_KEYRING_FILE=C:\IBM\ITM\keyfiles\keyfile.kdb KDEBE_KEYRING_STASH=C:\IBM\ITM\keyfiles\keyfile.sth KDEBE_KEY_LABEL=IBM_Tivoli_Monitoring_Certificate JAVA_HOME=C:\Program Files\IBM\Java70\jre PATH=C:\IBM\ITM\GSK8\LIB;\;C:\WINDOWS\system32;C:\WINDOWS; C:\WINDOWS\System32\Wbem;c:\perl\bin;C:\Infoprint; C:\IBM\ITM\InstallITM ]]> </ENVFILE> </AGENTINFO>
Parent topic:
Agent Service Interface - Service Interface Request