cancel
Showing results for 
Search instead for 
Did you mean: 

External diagnostic agent

Former Member
0 Kudos

Hi, I have solution manager 7.1 SP08 and I'm trying to connect an external satellit system

I've made these steps

Register satellite system through internet using RZ70 using my public IP (201.156.X.X) -> With this I registered satellite system in my SLD visible from port 50000

I registered diagnostic agent into my sld using this command

smdsetup.bat sldconf hostname:"sld.myhost.com" port:"40000" user:"slddsuser" pwd:"XXXX"

sld.myhost.com = 201.156.X.X

port 40000 is forwarded by my firewall to port 50000 of my solution manager and diagnostic agent is succesfully registered

But when I try to assign diagnostic agent to managed system the status in solman_Setup is connection failure

Do I need another kind of registration for my diagnostic agent? What ports do I need for a succesful registration?

thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

Lluis
Active Contributor
0 Kudos

Check that link Juan Carlos, after script setup go to step on solman_setup to asign you diagnostic agent on the remote system.

http://scn.sap.com/thread/3340409

# Update server name on smd

smdsetup changeservername servername:"servername"

# Connect to solution manager

smdsetup managingconf hostname:"servername" port:"5xxxx" user:"SMD_USER" pwd:"xxxxxxx"

# Connect to solution manager trough port or P4

smdsetup managingconf hostname:"servername" port:"xxxxx" user:"SOLMAN_ADMIN" pwd:"xxxx"

# Connection trought saprouter

smdsetup addsaprouter route:"/H/x.x.x.x/S/3299/H/solman.domain.com/S/3299"

# Registration of agent on sld

smdsetup sldconf hostname:"servername" port:"5xxxx" user:"j2ee_admin" pwd:"xxxx"

just done, restart DAA and check log

Former Member
0 Kudos

So, in which order should I execute the commands?

1. Registration of agent on sld

2. connection trough saprouter

3. connection to solution manager thorugh P4?

Are all the steps necessary?

thanks in advance

Lluis
Active Contributor
0 Kudos

Hello Juan Carlos,

i follow all 4 steps in order that i set before and it works without problem

Former Member
0 Kudos

Thanks for your help

I think there is a problem with saprouter connection

What string should I have in my saprouttab?

I have forwarded port 8101 (for P4 connection) to my solman is this right?

I still can't connect diagnostic agent to my solman, I only was able to register diagnostic agent in sld

Lluis
Active Contributor
0 Kudos

Hello Former Member sure that it's all related to a problem on connection trough saprouter, it can be cause by port closed of saprouter configuration.

Check logs son Diagnostic agent:

...\SMDAgent\log\*SMDSystem*.log

...\DAA\SMDA98\work\dev_smdagent

Check logs on saprouter:

...\dev_rout

...\log.txt file (lag log file have to bee activated trough saprouter -l)

If you still found troubles, contact me via IM.

Regards,

Luis

Former Member
0 Kudos

Thanks I was able to connect diagnostic agent without saprouter (I published my ports 8101 and 50004 through internet) and made some modifications to my hosts file

thanks

Answers (1)

Answers (1)

former_member206167
Active Participant
0 Kudos

Hi Juan Carlos,

      Using sapinst instead of smdsetup allows you to add saprouter string.

It's easier just renové current Agent and install new

Hope this helps

Regards

Lluis
Active Contributor
0 Kudos

Adding saprouter string trought smdsetup, and working 😉

# Connection trought saprouter

smdsetup addsaprouter route:"/H/x.x.x.x/S/3299/H/solman.domain.com/S/3299"