Hi Community,
i installed the Introscope Enterprise Manager not with Solutionmanager on a windows server.
After that i manually installed the Introscope Agent 9.5 onto iSeries Server where two of our Java systems run. (POD, POQ)
I installed and configured the Agent for POD:
1. extracted ISAGNTJ5STD*.SAR to /usr/sap/ccms
2. adapted the IntroscopeAgent.profile
introscope.agent.enterprisemanager.transport.tcp.host = Wily EM host
introscope.agent.enterprisemanager.transport.tcp.port = 6001
3. adapted JVM Parameters via Configtool
Instance/VM Parameters/System:
com.wily.introscope.agent.agentName = ${SYSTEM_NAME}_${INSTANCE_NAME}_$[elem/Name]
com.wily.introscope.agentProfile = /usr/sap/ccms/wily/core/config/IntroscopeAgent.profile
Instance/VM Parameters/Additional:
-javaagent:/usr/sap/ccms/wily/Agent.jar
4. restartet Java
Everything works and Wily EM show me the new System:
Now i want to connect System POQ to Wily EM. Therefor i have done Step 3 -4 again with Configtool for System POQ. But Wily EM doesn't show me this System.
Is it even possible to monitor multiple systems on one host?