cancel
Showing results for 
Search instead for 
Did you mean: 

Wily Introscope entries in the configtool for CE 7.2

0 Kudos

Hello,

I have to implement Wily Introscope for CE 7.2 and have to add 3 entries in the configtool. But I have a problem with the com.wily.introscope.agent.agentName parameter. I fill in the value for this parameter, and the value is $$$[elem/Name]. It replaces the and the correctly to my SAPSID and Instance Name, but $[elem/Name] don't get replaced correctly.

Does anyone have an idea?

Regards,

Dirk-Jan

Accepted Solutions (0)

Answers (5)

Answers (5)

anoopmt429
Advisor
Advisor
0 Kudos

$[elem/Name is actually a variable. It is resolved by the number of server nodes present in your Java instance.

Eg. SID_JXX_server0, SID_JXX_server1 etc..

TomCenens
Active Contributor
0 Kudos

Hello Dirk-Jan

I don't see the value being changed in configtool, you should check your log files when you startup the J2EE engine, there you should find the correct value for elem_name. If that is the case it's ok.

Kind regards

Tom

Paul_Babier
Product and Topic Expert
Product and Topic Expert
0 Kudos

Dear DirkJan,

Mateus is correct, the installation of SMD as the last step will setup the introscope agent automates the whole process.

However since you are configuring it manuallly

http://service.sap.com/diagnostics -> Media Library -> Wily Introscope

Setup Guide 8.0

under the section "[Manual Installation of Introscope Agent|http://service.sap.com/~form/sapnet?_SHORTKEY=01200252310000086995&_SCENARIO=01100035870000000202&_OBJECT=011000358700001995842008E]"

Are the instructions to perform a manual installation.

Hope this helps.

Regards,

Paul

0 Kudos

I am configuring it manual because the automated setup doesn't work. In that document, Wily Introscope Setup Guide 8.0, it mentions 3 parameters as I said above. But the value for the parameter com.wily.introscope.agent.agentName doesn't gets replaced by SID_INSTANCE_serverX. The value I use, $_$_$[elem/Name is dynamically replaced by SAP. For example if my SID is DEV and my instance is DVEBMGS00 and I have 1 java server nodes defined on my instance the value must be DEV_DVEBMGS00_server0. But now the value is DEV_DVEBMGS00_$[elem/Name

Anyone an idea?

0 Kudos

I forget on purpose the ] behind $[elem/Name, otherwise the forum will replace that with a strikethrough

TomCenens
Active Contributor
0 Kudos

Hello DirkJan

Where are you seeing that elemname is not replaced by the actual value ?

I have performed same setup for PI 7.1 which also gives the manual insertion of those 3 parameters.

If I check dev_server0 in the work directory, I can see that my SAPJVM started with that parameter _server0 for my server0 node so it works in my case.

Suggestion to add manually above is not a good idea as it would give problems when you have 2 or more server nodes if you don't use the $ parameter.

Kind regards

Tom

Edited by: Tom Cenens on Nov 25, 2010 6:06 AM

0 Kudos

Hello Tom,

When I put that value in the configtool, I see the $_$ replaced by the correct value, but the $[elem/Name not. Is that correct?

Dirk-Jan

Former Member
0 Kudos

Hi,

There have to be manual paraqmters added for Netweaver CE systems.

try just adding it manually instead of letting the system read it dynamic.

Regards,

KK.

mateus_pedroso
Employee
Employee
0 Kudos

Hi

Sorry, but I didn't understand why are you doing this manual installation. Did you install the Diagnostics agent in this Netweaver CE 7.2 ? When you install the diagnostics agent and when this diagnostics agent authenticate in the Diagnostics Server the introscope agent is automatically deployed.

Former Member
0 Kudos

Hi,

Your requirement is quite confusing me.

I done my E2E RCA setup for CE 7.1 and nothing to be configured in configtool as such.

I don't think the parameters has to set in configtool of CE 7.2 for wily introscope configuration.

Enlighten me if anything is out of the SAP recommended solution.

Cheers