After install (from documentations step-by-step) you not see Wily Introscope agent version and saposcol not working on satelite hosts, when you try config it for monitoring.
Always check the SMD Agent log :
http://<yourserver>:5<instance>00/smd/go/ADMIN_AGENT -> "Agent Log viewer" tab
or SMDAgentApplication.0.log from OS level
And find some interesting error.
1,
Mar 15, 2010 5:49:18 PM [Thread[Thread-813,5,main]] Warning com.sap.smd.wily.hostagent.destination.ProcessDestination - commandExists: file /usr/sap/DAA/SMDA90/exe/saposcol does not exist, destination Process_Saposcol not available
saposcol binares missing from SMD Agent 711 (actual) install kit. Download from swdc (this sar file only) and put it the kernel directory and change the host saposcol for this.
2, (my favorit 😊
Mar 15, 2010 7:33:51 PM [Thread[Thread-401,5,main]] Error Failed to load vm properties from File System :/usr/sap/DAA/SMDA90/SMDAgent/usr/sap/DHS/DVEBMGS00/j2ee/cluster/instance.properties.vmprop Mar 15, 2010 7:33:51 PM [Thread[Thread-401,5,main]] Error ISAgent Settings Retrieval: <SID> - <SAP JJEE instance> - Operation failed - <SID> - <SAP JJEE instance> [EXCEPTION] java.lang.NullPointerException at com.sap.smdagent.vmmanager.impl700.VMManager.getVMSettingsFromInstanceProperties(VMManager.java:308) at com.sap.smdagent.vmmanager.impl700.VMManager.getVMSettingsFromInstanceProperties(VMManager.java:369) ...
http://<yourserver>:5<instance>00/smd -> Managed System -> Setup Wizzard
Internal java script is wrong somewhere, do not use the relative path!
my simple solution: cd /usr/sap/DAA/SMDA<instance>/SMDAgent and create symlink ln -s /usr usr
Good work everybody. I do not find this error or solution on SDN or SAP notes.
Imre Ihring
Edited by: Imre Ihring on Mar 15, 2010 8:22 PM