cancel
Showing results for 
Search instead for 
Did you mean: 

Manual Installation of Wily Introscope 9.5 Agents for multiple Systems

Former Member
0 Kudos

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?

Accepted Solutions (1)

Accepted Solutions (1)

srinivasan_vinayagam
Active Contributor
0 Kudos

Hi Julian,

Yes we can monitor for multiple system.

You can integrate Wily Agent Manager to Solution Manager by set up of CA Wily Introscope Enterprise Managers, and you enable SAP Solution Manager.

Then Configure Managed system.

Regards,

V Srinivasan

Former Member
0 Kudos

Hi Julian,

If your just using Plain Wily enterprise manager without Sap Solman. You need to always adapt the CA wily agents profile to connect to the Enterprise manager.

So do verify your Agent properties files in step 2:


2. adapted the IntroscopeAgent.profile

introscope.agent.enterprisemanager.transport.tcp.host = Wily EM host

introscope.agent.enterprisemanager.transport.tcp.port = 6001

The tcp.host & tcp.port whould be of your Enterprise manager where you have installed your EM and then you need to go under the Custom setup in EM to view this agents details.

Let me know if this helps.

Regards,

Ram

Former Member
0 Kudos

hi,can you offer me something about how to set up of CA Wily Introscope Enterprise Managers in solution manager

Former Member
0 Kudos

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi all,

thanks for your replys. solved the problem had a typo in one of the VM Parameters.